Searched refs:is_caller_non_secure (Results 1 – 10 of 10) sorted by relevance
104 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_NON_SECURE) != U(0)) macro105 #define is_caller_secure(_f) (!is_caller_non_secure(_f))
51 ns = is_caller_non_secure(flags); in sip_smc_handler()
49 ns = is_caller_non_secure(flags); in plat_sip_handler()
76 if (!is_caller_non_secure(flags)) in arm_sip_handler()
55 ns = is_caller_non_secure(flags); in mediatek_sip_handler()
160 ns = is_caller_non_secure(flags); in tlkd_smc_handler()
284 ns = is_caller_non_secure(flags); in spm_mm_smc_handler()
209 if (is_caller_non_secure(flags)) { in opteed_smc_handler()
296 ns = is_caller_non_secure(flags); in tspd_smc_handler()
208 ``is_caller_secure(flags)`` and ``is_caller_non_secure(flags)`` can be used to