Home
last modified time | relevance | path

Searched refs:PSR_V_BIT (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/include/uapi/asm/
H A Dptrace.h84 #define PSR_V_BIT 0x10000000 macro
/linux/arch/arm/probes/
H A Ddecode.c116 return cpsr & PSR_V_BIT; in __check_vs()
121 return (~cpsr) & PSR_V_BIT; in __check_vc()
/linux/arch/arm64/kvm/hyp/
H A Dexception.c132 new |= (old & PSR_V_BIT); in enter_exception64()
/linux/arch/arm/kernel/
H A Dprocess.c156 buf[3] = flags & PSR_V_BIT ? 'V' : 'v'; in __show_regs()
/linux/arch/arm64/kernel/
H A Dprocess.c188 pstate & PSR_V_BIT ? 'V' : 'v', in print_pstate()