Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/
H A Darm64.h93 #define SPSR_64_PAN BIT64(22) macro
/optee_os/core/arch/arm/kernel/
H A Dabort.c386 pan_bit = SPSR_64_PAN; in handle_user_mode_panic()
H A Dthread.c421 spsr |= SPSR_64_PAN; in spsr_from_pstate()