Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dproton-pack.c523 regs->pstate |= PSR_SSBS_BIT; in try_emulate_el1_ssbs()
525 regs->pstate &= ~PSR_SSBS_BIT; in try_emulate_el1_ssbs()
648 u64 bit = compat_user_mode(regs) ? PSR_AA32_SSBS_BIT : PSR_SSBS_BIT; in __update_pstate_ssbs()
H A Dprocess.c197 pstate & PSR_SSBS_BIT ? '+' : '-', in print_pstate()
/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h50 #define PSR_SSBS_BIT 0x00001000 macro
/linux/arch/arm64/kvm/hyp/
H A Dexception.c152 new |= PSR_SSBS_BIT; in enter_exception64()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c717 new_spsr |= PSR_SSBS_BIT; in inject_undef64()