Home
last modified time | relevance | path

Searched refs:PSR_AA32_DIT_BIT (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dptrace.h80 #define PSR_AA32_DIT_BIT 0x01000000 macro
151 pstate |= PSR_AA32_DIT_BIT; in compat_psr_to_pstate()
160 psr = pstate & ~PSR_AA32_DIT_BIT; in pstate_to_compat_psr()
162 if (pstate & PSR_AA32_DIT_BIT) in pstate_to_compat_psr()
H A Dkvm_emulate.h218 unsigned long dit = !!(spsr & PSR_AA32_DIT_BIT); in host_spsr_to_spsr32()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dptrace.h85 #define PSR_AA32_DIT_BIT 0x01000000 macro
156 pstate |= PSR_AA32_DIT_BIT; in compat_psr_to_pstate()
165 psr = pstate & ~PSR_AA32_DIT_BIT; in pstate_to_compat_psr()
167 if (pstate & PSR_AA32_DIT_BIT) in pstate_to_compat_psr()
H A Dkvm_emulate.h272 unsigned long dit = !!(spsr & PSR_AA32_DIT_BIT); in host_spsr_to_spsr32()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Daarch32.c92 new |= (old & PSR_AA32_DIT_BIT); in get_except32_cpsr()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dexception.c210 new |= (old & PSR_AA32_DIT_BIT); in get_except32_cpsr()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dprocess.c175 pstate & PSR_AA32_DIT_BIT ? '+' : '-', in print_pstate()

Completed in 6 milliseconds