Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/
H A Dsmccc.h146 #define SMC_FROM_NON_SECURE (U(1) << 0) macro
158 == SMC_FROM_NON_SECURE)
165 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_NON_SECURE) != U(0))
/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_main.c294 if (src_sec_state == SMC_FROM_NON_SECURE) { in rmmd_rmi_handler()