Searched refs:PSR_V_BIT (Results 1 – 10 of 10) sorted by relevance
31 #define PSR_V_BIT 0x10000000 macro
84 #define PSR_V_BIT 0x10000000 macro
119 return cpsr & PSR_V_BIT; in __check_vs()124 return (~cpsr) & PSR_V_BIT; in __check_vc()
51 #define PSR_V_BIT 0x10000000 macro
45 and x0, x0, #(PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT)
173 buf[3] = flags & PSR_V_BIT ? 'V' : 'v'; in __show_regs()
196 pstate & PSR_V_BIT ? 'V' : 'v', in print_pstate()
1373 return (pstate & PSR_V_BIT) != 0; in __check_vs()1378 return (pstate & PSR_V_BIT) == 0; in __check_vc()
1728 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
143 buf[3] = flags & PSR_V_BIT ? 'V' : 'v'; in __show_regs()