Searched refs:exclusive (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/drivers/rstctrl/ |
A D | rstctrl.c | 25 if (!rstctrl->exclusive) { in rstctrl_get_exclusive() 26 rstctrl->exclusive = true; in rstctrl_get_exclusive() 37 assert(rstctrl->exclusive); in rstctrl_put_exclusive() 39 WRITE_ONCE(rstctrl->exclusive, false); in rstctrl_put_exclusive()
|
/optee_os-3.20.0/core/include/drivers/ |
A D | rstctrl.h | 44 bool exclusive; member
|
/optee_os-3.20.0/core/include/kernel/ |
A D | tee_ta_manager.h | 138 struct tee_ta_session *tee_ta_get_session(uint32_t id, bool exclusive,
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/ |
A D | conf.mk | 309 $(error CFG_STM32MP15_HUK_BSEC_KEY and CFG_STM32MP15_HUK_BSEC_DERIVE_UID are exclusive) 315 $(error CFG_STM32MP13_CLK and CFG_STM32MP15_CLK are exclusive)
|
/optee_os-3.20.0/mk/ |
A D | config.mk | 516 $(error CFG_EXTERNAL_DTB_OVERLAY and CFG_GENERATE_DTB_OVERLAY are exclusive) 810 $(error CFG_SCMI_MSG_DRIVERS=y and CFG_SCMI_SCPFW=y are mutually exclusive)
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | LICENSE | 69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/optee_os-3.20.0/core/kernel/ |
A D | tee_ta_manager.c | 247 struct tee_ta_session *tee_ta_get_session(uint32_t id, bool exclusive, in tee_ta_get_session() argument 263 if (!exclusive) in tee_ta_get_session()
|
Completed in 10 milliseconds