Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/uapi/asm/
H A Dptrace.h84 #define PSR_V_BIT 0x10000000 macro
/openbmc/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()
/openbmc/linux/arch/arm64/kernel/probes/
H A Dkprobes_trampoline.S45 and x0, x0, #(PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT)
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h55 #define PSR_V_BIT 0x10000000 macro
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c132 new |= (old & PSR_V_BIT); in enter_exception64()
/openbmc/linux/arch/arm/kernel/
H A Dprocess.c156 buf[3] = flags & PSR_V_BIT ? 'V' : 'v'; in __show_regs()
/openbmc/linux/arch/arm64/kernel/
H A Dtraps.c84 return (pstate & PSR_V_BIT) != 0; in __check_vs()
89 return (pstate & PSR_V_BIT) == 0; in __check_vc()
H A Dprocess.c186 pstate & PSR_V_BIT ? 'V' : 'v', in print_pstate()
H A Dptrace.c2289 regs->pstate &= PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT; in valid_native_regs()
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1896 PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT | in kvm_check_illegal_exception_return()