Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Dproton-pack.c487 regs->pstate |= PSR_SSBS_BIT; in ssbs_emulation_handler()
489 regs->pstate &= ~PSR_SSBS_BIT; in ssbs_emulation_handler()
615 u64 bit = compat_user_mode(regs) ? PSR_AA32_SSBS_BIT : PSR_SSBS_BIT; in __update_pstate_ssbs()
A Dprocess.c195 pstate & PSR_SSBS_BIT ? '+' : '-', in print_pstate()
/linux/arch/arm64/include/uapi/asm/
A Dptrace.h50 #define PSR_SSBS_BIT 0x00001000 macro
/linux/arch/arm64/kvm/hyp/
A Dexception.c139 new |= PSR_SSBS_BIT; in enter_exception64()

Completed in 8 milliseconds