Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h50 #define PSR_SSBS_BIT 0x00001000 macro
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c158 new |= PSR_SSBS_BIT; in enter_exception64()