Searched refs:PSR_PAN_BIT (Results 1 – 4 of 4) sorted by relevance
50 #define PSR_PAN_BIT 0x00400000 macro
236 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
221 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR223 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR317 and x22, x22, #~PSR_PAN_BIT // ARMv8.0 CPUs do not understand this bit
249 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()