Home
last modified time | relevance | path

Searched refs:PSR_SSBS_BIT (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dinject_fault.c107 new |= PSR_SSBS_BIT; in enter_exception64()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H A Dptrace.h50 #define PSR_SSBS_BIT 0x00001000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H A Dptrace.h24 #define PSR_SSBS_BIT 0x00001000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H A Dptrace.h38 #define PSR_SSBS_BIT 0x00001000 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H A Dptrace.h38 #define PSR_SSBS_BIT 0x00001000 macro
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dproton-pack.c549 regs->pstate |= PSR_SSBS_BIT; in try_emulate_el1_ssbs()
551 regs->pstate &= ~PSR_SSBS_BIT; in try_emulate_el1_ssbs()
662 u64 bit = compat_user_mode(regs) ? PSR_AA32_SSBS_BIT : PSR_SSBS_BIT; in __update_pstate_ssbs()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dproton-pack.c533 regs->pstate |= PSR_SSBS_BIT; in try_emulate_el1_ssbs()
535 regs->pstate &= ~PSR_SSBS_BIT; in try_emulate_el1_ssbs()
646 u64 bit = compat_user_mode(regs) ? PSR_AA32_SSBS_BIT : PSR_SSBS_BIT; in __update_pstate_ssbs()
H A Dprocess.c195 pstate & PSR_SSBS_BIT ? '+' : '-', in print_pstate()
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H A Dptrace.h50 #define PSR_SSBS_BIT 0x00001000 macro
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dexception.c158 new |= PSR_SSBS_BIT; in enter_exception64()

Completed in 8 milliseconds