Home
last modified time | relevance | path

Searched refs:PSR_MODE32_BIT (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsdei.c277 mode = regs->pstate & (PSR_MODE32_BIT | PSR_MODE_MASK); in _sdei_handler()
296 else if (mode & PSR_MODE32_BIT) in _sdei_handler()
H A Dptrace.c1899 if (user_mode(regs) && (regs->pstate & PSR_MODE32_BIT) && in valid_compat_regs()
1915 regs->pstate |= PSR_MODE32_BIT; in valid_compat_regs()
1924 if (user_mode(regs) && !(regs->pstate & PSR_MODE32_BIT) && in valid_native_regs()
H A Dentry.S398 tst x22, #PSR_MODE32_BIT // native task?
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dptrace.h232 (((regs)->pstate & (PSR_MODE32_BIT | PSR_MODE_MASK)) == \
233 (PSR_MODE32_BIT | PSR_MODE_EL0t))
H A Dkvm_emulate.h142 return !!(*vcpu_cpsr(vcpu) & PSR_MODE32_BIT); in vcpu_mode_is_32bit()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dexception.c86 mode = *vcpu_cpsr(vcpu) & (PSR_MODE_MASK | PSR_MODE32_BIT); in enter_exception64()
92 else if (!(mode & PSR_MODE32_BIT)) in enter_exception64()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/
H A Dmangle_pstate_invalid_compat_toggle.c19 uc->uc_mcontext.pstate ^= PSR_MODE32_BIT; in mangle_invalid_pstate_run()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/
H A Dptrace.h42 #define PSR_MODE32_BIT 0x00000010 macro
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dptrace.h42 #define PSR_MODE32_BIT 0x00000010 macro
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h154 if (!(mode & PSR_MODE32_BIT) && mode >= PSR_MODE_EL2t) in __sysreg_restore_el2_return_state()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dguest.c253 if (*vcpu_cpsr(vcpu) & PSR_MODE32_BIT) { in set_core_reg()