Searched refs:PSR_PAN_BIT (Results 1 – 6 of 6) sorted by relevance
128 new |= (old & PSR_PAN_BIT); in enter_exception64()130 new |= PSR_PAN_BIT; in enter_exception64()
50 #define PSR_PAN_BIT 0x00400000 macro
51 #define PSR_PAN_BIT 0x00400000 macro
500 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR502 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR515 1: and x22, x22, #~PSR_PAN_BIT // ARMv8.0 CPUs do not understand this bit
262 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
251 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()