Searched refs:owner (Results 1 – 10 of 10) sorted by relevance
24 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument37 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()
24 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument37 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()
25 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument38 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()
15 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument20 if (owner == JROWN_ARM_S) { in caam_hal_jr_setowner()
77 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()
13 enum caam_jr_owner owner __unused) in caam_hal_jr_setowner()
23 short int owner; member28 .owner = THREAD_ID_INVALID }
21 enum caam_jr_owner owner);
36 #define OPTEE_SMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument38 (((owner) & OPTEE_SMC_OWNER_MASK) << \
13 "Licensor" shall mean the copyright owner or entity authorized by14 the copyright owner that is granting the License.52 submitted to Licensor for inclusion in the Work by the copyright owner54 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 8 milliseconds