Searched refs:PSR_V_BIT (Results 1 – 9 of 9) sorted by relevance
84 #define PSR_V_BIT 0x10000000 macro
116 return cpsr & PSR_V_BIT; in __check_vs()121 return (~cpsr) & PSR_V_BIT; in __check_vc()
45 and x0, x0, #(PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT)
55 #define PSR_V_BIT 0x10000000 macro
117 new |= (old & PSR_V_BIT); in enter_exception64()
157 buf[3] = flags & PSR_V_BIT ? 'V' : 'v'; in __show_regs()
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()
2224 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()