Home
last modified time | relevance | path

Searched refs:PSR_AA32_E_BIT (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dptrace.h77 #define PSR_AA32_E_BIT 0x00000200 macro
90 #define PSR_AA32_ENDSTATE PSR_AA32_E_BIT
H A Dkvm_emulate.h420 *vcpu_cpsr(vcpu) |= PSR_AA32_E_BIT; in kvm_vcpu_set_be()
431 return !!(*vcpu_cpsr(vcpu) & PSR_AA32_E_BIT); in kvm_vcpu_is_be()
H A Dprocessor.h225 regs->pstate |= PSR_AA32_E_BIT; in compat_start_thread()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dptrace.h82 #define PSR_AA32_E_BIT 0x00000200 macro
95 #define PSR_AA32_ENDSTATE PSR_AA32_E_BIT
H A Dkvm_emulate.h474 *vcpu_cpsr(vcpu) |= PSR_AA32_E_BIT; in kvm_vcpu_set_be()
485 return !!(*vcpu_cpsr(vcpu) & PSR_AA32_E_BIT); in kvm_vcpu_is_be()
H A Dprocessor.h310 regs->pstate |= PSR_AA32_E_BIT; in compat_start_thread()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
H A Dvgic-v2-cpuif-proxy.c19 return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT); in __is_be()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dvgic-v2-cpuif-proxy.c21 return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT); in __is_be()
H A Dexception.c238 new |= PSR_AA32_E_BIT; in get_except32_cpsr()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Daarch32.c120 new |= PSR_AA32_E_BIT; in get_except32_cpsr()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Darmv8_deprecated.c365 regs->pstate |= PSR_AA32_E_BIT; in compat_setend_handler()
368 regs->pstate &= ~PSR_AA32_E_BIT; in compat_setend_handler()
H A Dsignal32.c324 compat_ulong_t spsr = regs->pstate & ~(PSR_f | PSR_AA32_E_BIT); in compat_setup_return()
H A Dprocess.c236 pstate & PSR_AA32_E_BIT ? "BE" : "LE", in print_pstate()
H A Dptrace.c1856 regs->pstate |= PSR_AA32_E_BIT; in valid_compat_regs()
1858 regs->pstate &= ~PSR_AA32_E_BIT; in valid_compat_regs()
1875 PSR_AA32_GE_MASK | PSR_AA32_E_BIT | in valid_compat_regs()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Darmv8_deprecated.c359 regs->pstate |= PSR_AA32_E_BIT; in compat_setend_handler()
362 regs->pstate &= ~PSR_AA32_E_BIT; in compat_setend_handler()
H A Dprocess.c171 pstate & PSR_AA32_E_BIT ? "BE" : "LE", in print_pstate()
H A Dptrace.c2253 regs->pstate |= PSR_AA32_E_BIT; in valid_compat_regs()
2255 regs->pstate &= ~PSR_AA32_E_BIT; in valid_compat_regs()
2272 PSR_AA32_GE_MASK | PSR_AA32_E_BIT | in valid_compat_regs()
H A Dsignal32.c320 compat_ulong_t spsr = regs->pstate & ~(PSR_f | PSR_AA32_E_BIT); in compat_setup_return()

Completed in 16 milliseconds