Home
last modified time | relevance | path

Searched refs:feat_pan_implemented (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/arm/include/
H A Darm.h174 static inline unsigned int feat_pan_implemented(void) in feat_pan_implemented() function
/optee_os/core/arch/arm/kernel/
H A Dabort.c387 if (IS_ENABLED(CFG_PAN) && feat_pan_implemented() && read_pan()) in handle_user_mode_panic()
H A Dthread.c420 if (IS_ENABLED(CFG_PAN) && feat_pan_implemented() && read_pan()) in spsr_from_pstate()