Searched refs:is_caller_non_secure (Results 1 – 19 of 19) sorted by relevance
157 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_MASK) \ macro165 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_NON_SECURE) != U(0)) macro166 #define is_caller_secure(_f) (!is_caller_non_secure(_f))
51 ns = is_caller_non_secure(flags); in sip_smc_handler()
53 ns = is_caller_non_secure(flags); in plat_sip_handler()
102 if (!is_caller_non_secure(flags)) in arm_sip_handler()
55 ns = is_caller_non_secure(flags); in mediatek_sip_handler()
226 ns = is_caller_non_secure(flags); in mtk_smc_handler()
278 if (!is_caller_non_secure(flags)) { in spm_mm_tpm_start_handler()320 ns = is_caller_non_secure(flags); in spm_mm_smc_handler()
52 ns = is_caller_non_secure(flags); in sbsa_sip_smc_handler()
75 if (!is_caller_non_secure(flags)) { in debugfs_smc_handler()
78 ns = is_caller_non_secure(flags); in nxp_sip_handler()
191 } else if (is_caller_non_secure(flags)) { in smccc_arch_feature_availability()
326 ns = is_caller_non_secure(flags); in pncd_smc_handler_unsafe()
220 ns = is_caller_non_secure(flags); in tlkd_smc_handler()
454 if (!is_caller_non_secure(flags)) { in psci_smc_handler()
359 ns = is_caller_non_secure(flags); in tspd_smc_handler()
548 if (is_caller_non_secure(flags)) { in pm_smc_handler()
625 if (is_caller_non_secure(flags)) { in opteed_smc_handler()
739 if (!is_caller_non_secure(flags)) { in drtm_smc_handler()
210 in bits 0 and 5. The ``is_caller_secure(flags)``, ``is_caller_non_secure(flags)``