Searched refs:PSR_V_BIT (Results 1 – 9 of 9) sorted by relevance
116 return cpsr & PSR_V_BIT; in __check_vs()121 return (~cpsr) & PSR_V_BIT; in __check_vc()
84 #define PSR_V_BIT 0x10000000 macro
55 #define PSR_V_BIT 0x10000000 macro
45 and x0, x0, #(PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT)
113 new |= (old & PSR_V_BIT); in enter_exception64()
81 return (pstate & PSR_V_BIT) != 0; in __check_vs()86 return (pstate & PSR_V_BIT) == 0; in __check_vc()
186 pstate & PSR_V_BIT ? 'V' : 'v', in print_pstate()
1939 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
152 buf[3] = flags & PSR_V_BIT ? 'V' : 'v'; in __show_regs()
Completed in 17 milliseconds