Home
last modified time | relevance | path

Searched refs:PSR_AA32_Q_BIT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dptrace.h86 #define PSR_AA32_Q_BIT 0x08000000 macro
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c204 new |= (old & PSR_AA32_Q_BIT); in get_except32_cpsr()
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c169 pstate & PSR_AA32_Q_BIT ? 'Q' : 'q', in print_pstate()
H A Dptrace.c2268 PSR_AA32_Q_BIT | PSR_AA32_IT_MASK | in valid_compat_regs()