Searched refs:PSR_V_BIT (Results 1 – 13 of 13) sorted by relevance
64 #define PSR_V_BIT 0x10000000 macro
51 #define PSR_V_BIT 0x10000000 macro
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()
28 #define PSR_V_BIT 0x10000000 macro
82 new |= (old & PSR_V_BIT); in enter_exception64()
43 #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)
142 buf[3] = flags & PSR_V_BIT ? 'V' : 'v'; in __show_regs()
249 pstate & PSR_V_BIT ? 'V' : 'v', in print_pstate()
1467 return (pstate & PSR_V_BIT) != 0; in __check_vs()1472 return (pstate & PSR_V_BIT) == 0; in __check_vc()
1895 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()