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()
55 #define PSR_V_BIT 0x10000000 macro
132 new |= (old & PSR_V_BIT); in enter_exception64()
156 buf[3] = flags & PSR_V_BIT ? 'V' : 'v'; in __show_regs()
84 return (pstate & PSR_V_BIT) != 0; in __check_vs()89 return (pstate & PSR_V_BIT) == 0; in __check_vc()
187 pstate & PSR_V_BIT ? 'V' : 'v', in print_pstate()
2376 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
2340 PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT | in kvm_check_illegal_exception_return()