Searched refs:is_caller_non_secure (Results 1 – 16 of 16) sorted by relevance
149 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_MASK) \ macro157 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_NON_SECURE) != U(0)) macro158 #define is_caller_secure(_f) (!is_caller_non_secure(_f))
53 ns = is_caller_non_secure(flags); in plat_sip_handler()
51 ns = is_caller_non_secure(flags); in sip_smc_handler()
90 if (!is_caller_non_secure(flags)) in arm_sip_handler()
55 ns = is_caller_non_secure(flags); in mediatek_sip_handler()
202 ns = is_caller_non_secure(flags); in mtk_smc_handler()
78 ns = is_caller_non_secure(flags); in nxp_sip_handler()
209 if (is_caller_non_secure(flags)) { in opteed_smc_handler()
301 ns = is_caller_non_secure(flags); in spm_mm_smc_handler()
324 ns = is_caller_non_secure(flags); in pncd_smc_handler_unsafe()
220 ns = is_caller_non_secure(flags); in tlkd_smc_handler()
365 if (is_caller_non_secure(flags) != 0) { in pm_smc_handler()
359 ns = is_caller_non_secure(flags); in tspd_smc_handler()
526 if (is_caller_non_secure(flags)) { in pm_smc_handler()
691 if (!is_caller_non_secure(flags)) { in drtm_smc_handler()
207 in bits 0 and 5. The ``is_caller_secure(flags)``, ``is_caller_non_secure(flags)``
Completed in 15 milliseconds