Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dptrace.h62 #define PSR_AA32_DIT_BIT 0x01000000 macro
133 pstate |= PSR_AA32_DIT_BIT; in compat_psr_to_pstate()
142 psr = pstate & ~PSR_AA32_DIT_BIT; in pstate_to_compat_psr()
144 if (pstate & PSR_AA32_DIT_BIT) in pstate_to_compat_psr()
H A Dkvm_emulate.h251 unsigned long dit = !!(spsr & PSR_AA32_DIT_BIT); in host_spsr_to_spsr32()
/linux/arch/arm64/kvm/hyp/
H A Dexception.c210 new |= (old & PSR_AA32_DIT_BIT); in get_except32_cpsr()
/linux/arch/arm64/kernel/
H A Dprocess.c176 pstate & PSR_AA32_DIT_BIT ? '+' : '-', in print_pstate()