Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dptrace.h88 #define PSR_AA32_C_BIT 0x20000000 macro
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c202 new |= (old & PSR_AA32_C_BIT); in get_except32_cpsr()
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c167 pstate & PSR_AA32_C_BIT ? 'C' : 'c', in print_pstate()
H A Dptrace.c2271 PSR_AA32_C_BIT | PSR_AA32_V_BIT | in valid_compat_regs()