Searched refs:is_caller_secure (Results 1 – 7 of 7) sorted by relevance
93 trusty_dputc(x1, is_caller_secure(flags)); in trusty_generic_platform_smc()
145 assert(!is_caller_secure(flags)); in trusty_fiq_handler()254 if (is_caller_secure(flags)) { in trusty_smc_handler()
75 if (is_caller_secure(flags)) { in debugfs_smc_handler()
105 #define is_caller_secure(_f) (!is_caller_non_secure(_f)) macro
387 if (is_caller_secure(flags)) in psci_smc_handler()
445 secure_origin = is_caller_secure(flags); in spmd_smc_handler()
208 ``is_caller_secure(flags)`` and ``is_caller_non_secure(flags)`` can be used to