Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/hal/imx_6_7/
H 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/core/drivers/crypto/caam/hal/imx_8ulp/
H 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/core/drivers/crypto/caam/hal/imx_8m/
H 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/core/drivers/crypto/caam/hal/ls/
H 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/core/kernel/
H A Dmutex.c78 if (atomic_load_short(&m->owner) == ct) { in __mutex_lock_recursive()
86 assert(m->owner == THREAD_ID_INVALID); in __mutex_lock_recursive()
87 atomic_store_short(&m->owner, ct); in __mutex_lock_recursive()
116 assert(m->owner == thread_get_id()); in __mutex_unlock_recursive()
123 atomic_store_short(&m->owner, THREAD_ID_INVALID); in __mutex_unlock_recursive()
341 assert(m->owner == thread_get_id()); in mutex_get_recursive_lock_depth()
/optee_os/core/drivers/crypto/caam/hal/imx_8q/
H A Dhal_jr.c13 enum caam_jr_owner owner __unused) in caam_hal_jr_setowner()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_types.h302 mbedtls_key_owner_id_t MBEDTLS_PRIVATE(owner);
H A Dcrypto_struct.h358 mbedtls_key_owner_id_t owner) in mbedtls_set_key_owner_id() argument
360 attributes->MBEDTLS_PRIVATE(id).MBEDTLS_PRIVATE(owner) = owner; in mbedtls_set_key_owner_id()
H A Dcrypto_values.h2483 #define MBEDTLS_SVC_KEY_ID_GET_OWNER_ID(id) ((id).MBEDTLS_PRIVATE(owner))
2494 .MBEDTLS_PRIVATE(owner) = owner_id }; in mbedtls_svc_key_id_make()
2508 mbedtls_key_owner_id_equal(id1.MBEDTLS_PRIVATE(owner), id2.MBEDTLS_PRIVATE(owner)); in mbedtls_svc_key_id_equal()
H A Dcrypto.h167 mbedtls_key_owner_id_t owner);
/optee_os/core/include/kernel/
H A Dmutex.h23 short int owner; member
28 .owner = THREAD_ID_INVALID }
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_hal_jr.h23 enum caam_jr_owner owner);
/optee_os/core/arch/riscv/include/tee/
H A Doptee_abi.h34 #define OPTEE_ABI_CALL_VAL(type, calling_convention, owner, func_num) \ argument
36 (((owner) & OPTEE_ABI_OWNER_MASK) << \
/optee_os/core/arch/arm/include/sm/
H A Doptee_smc.h36 #define OPTEE_SMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
38 (((owner) & OPTEE_SMC_OWNER_MASK) << \
/optee_os/core/lib/libefi/include/efi/
H A Dhob.h73 TEE_UUID owner; member
/optee_os/core/lib/libefi/
H A Dhob.c109 memset(&rd_hop->owner, 0, sizeof(TEE_UUID)); in efi_create_resource_desc_hob()
/optee_os/lib/libutils/compiler-rt/
H A DLICENSE.TXT16 "Licensor" shall mean the copyright owner or entity authorized by
17 the copyright owner that is granting the License.
55 submitted to Licensor for inclusion in the Work by the copyright owner
57 the copyright owner. For the purposes of this definition, "submitted"
64 designated in writing by the copyright owner as "Not a Contribution."
193 Copyright [yyyy] [name of copyright owner]
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE20 "Licensor" shall mean the copyright owner or entity authorized by
21 the copyright owner that is granting the License.
59 submitted to Licensor for inclusion in the Work by the copyright owner
61 the copyright owner. For the purposes of this definition, "submitted"
68 designated in writing by the copyright owner as "Not a Contribution."
197 Copyright [yyyy] [name of copyright owner]