Home
last modified time | relevance | path

Searched refs:GET_CTX_OWNER (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/include/
Dcurrent.h15 #define GET_CURRENT_COMPONENT() GET_CTX_OWNER(CURRENT_THREAD->p_context_ctrl)
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm.h67 #define GET_CTX_OWNER(x) TO_CONTAINER(x, struct partition_t, ctx_ctrl) macro