Searched refs:is_caller_secure (Results 1 – 4 of 4) sorted by relevance
75 #define is_caller_secure(_f) (!(is_caller_non_secure(_f))) macro
138 assert(!is_caller_secure(flags)); in trusty_fiq_handler()245 if (is_caller_secure(flags)) { in trusty_smc_handler()
348 if (is_caller_secure(flags)) in psci_smc_handler()
216 ``is_caller_secure(flags)`` and ``is_caller_non_secure(flags)`` can be used to