Searched refs:PSR_V_BIT (Results 1 – 5 of 5) 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()
132 new |= (old & PSR_V_BIT); in enter_exception64()
156 buf[3] = flags & PSR_V_BIT ? 'V' : 'v'; in __show_regs()
188 pstate & PSR_V_BIT ? 'V' : 'v', in print_pstate()