Home
last modified time | relevance | path

Searched defs:_f (Results 1 – 1 of 1) sorted by relevance

/arm-trusted-firmware/include/lib/
H A Dsmccc.h153 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_MASK) \ argument
155 #define is_caller_secure(_f) (((_f) & SMC_FROM_MASK) \ argument
157 #define is_caller_realm(_f) (((_f) & SMC_FROM_MASK) \ argument
159 #define caller_sec_state(_f) ((_f) & SMC_FROM_MASK) argument
161 #define is_caller_non_secure(_f) (((_f) argument
162 is_caller_secure(_f) global() argument
165 is_sve_hint_set(_f) global() argument
[all...]