Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 10 of 10) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/caam/hal/imx_6_7/
A Dhal_jr.c24 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument
37 if (owner & JROWNER_SECURE) { in caam_hal_jr_setowner()
39 cfg_ms = JRxMIDR_MS_JROWN_MID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
45 cfg_ls = JRxMIDR_LS_SEQ_MID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
46 cfg_ls |= JRxMIDR_LS_NONSEQ_MID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
48 cfg_ms = JRxMIDR_MS_JROWN_MID(owner) | JRxMIDR_MS_JROWN_NS; in caam_hal_jr_setowner()
49 cfg_ls = JRxMIDR_LS_SEQ_MID(owner) | JRxMIDR_LS_SEQ_NS; in caam_hal_jr_setowner()
50 cfg_ls |= JRxMIDR_LS_NONSEQ_MID(owner) | JRxMIDR_LS_NONSEQ_NS; in caam_hal_jr_setowner()
/optee_os-3.20.0/core/drivers/crypto/caam/hal/imx_8m/
A Dhal_jr.c24 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument
37 if (owner & JROWNER_SECURE) { in caam_hal_jr_setowner()
39 cfg_ms = JRxDID_MS_PRIM_DID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
42 cfg_ms |= JRxDID_MS_PRIM_ICID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
48 cfg_ms = JRxDID_MS_PRIM_DID(owner); in caam_hal_jr_setowner()
49 cfg_ms |= JRxDID_MS_PRIM_ICID(owner); in caam_hal_jr_setowner()
/optee_os-3.20.0/core/drivers/crypto/caam/hal/imx_8ulp/
A Dhal_jr.c25 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument
38 if (owner & JROWNER_SECURE) { in caam_hal_jr_setowner()
40 cfg_ms = JRxDID_MS_PRIM_DID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
43 cfg_ms |= JRxDID_MS_PRIM_ICID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
49 cfg_ms = JRxDID_MS_PRIM_DID(owner); in caam_hal_jr_setowner()
50 cfg_ms |= JRxDID_MS_PRIM_ICID(owner); in caam_hal_jr_setowner()
/optee_os-3.20.0/core/drivers/crypto/caam/hal/ls/
A Dhal_jr.c15 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument
20 if (owner == JROWN_ARM_S) { in caam_hal_jr_setowner()
/optee_os-3.20.0/core/kernel/
A Dmutex.c77 if (atomic_load_short(&m->owner) == ct) { in __mutex_lock_recursive()
85 assert(m->owner == THREAD_ID_INVALID); in __mutex_lock_recursive()
86 atomic_store_short(&m->owner, ct); in __mutex_lock_recursive()
115 assert(m->owner == thread_get_id()); in __mutex_unlock_recursive()
122 atomic_store_short(&m->owner, THREAD_ID_INVALID); in __mutex_unlock_recursive()
340 assert(m->owner == thread_get_id()); in mutex_get_recursive_lock_depth()
/optee_os-3.20.0/core/drivers/crypto/caam/hal/imx_8q/
A Dhal_jr.c13 enum caam_jr_owner owner __unused) in caam_hal_jr_setowner()
/optee_os-3.20.0/core/include/kernel/
A Dmutex.h23 short int owner; member
28 .owner = THREAD_ID_INVALID }
/optee_os-3.20.0/core/drivers/crypto/caam/include/
A Dcaam_hal_jr.h21 enum caam_jr_owner owner);
/optee_os-3.20.0/core/arch/arm/include/sm/
A Doptee_smc.h36 #define OPTEE_SMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
38 (((owner) & OPTEE_SMC_OWNER_MASK) << \
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DLICENSE13 "Licensor" shall mean the copyright owner or entity authorized by
14 the copyright owner that is granting the License.
52 submitted to Licensor for inclusion in the Work by the copyright owner
54 the copyright owner. For the purposes of this definition, "submitted"
61 designated in writing by the copyright owner as "Not a Contribution."
190 Copyright [yyyy] [name of copyright owner]

Completed in 12 milliseconds