Searched refs:is_caller_non_secure (Results 1 – 8 of 8) sorted by relevance
74 #define is_caller_non_secure(_f) (!!(_f & SMC_FROM_NON_SECURE)) macro75 #define is_caller_secure(_f) (!(is_caller_non_secure(_f)))
49 ns = is_caller_non_secure(flags); in sip_smc_handler()
56 if (!is_caller_non_secure(flags)) in arm_sip_handler()
52 ns = is_caller_non_secure(flags); in mediatek_sip_handler()
158 ns = is_caller_non_secure(flags); in tlkd_smc_handler()
208 if (is_caller_non_secure(flags)) { in opteed_smc_handler()
293 ns = is_caller_non_secure(flags); in tspd_smc_handler()
216 ``is_caller_secure(flags)`` and ``is_caller_non_secure(flags)`` can be used to