Home
last modified time | relevance | path

Searched refs:SCTLR_ELx_DSSBS (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/kvm/hyp/
H A Dexception.c151 if (sctlr & SCTLR_ELx_DSSBS) in enter_exception64()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c452 tmp |= SCTLR_ELx_DSSBS; in handle___kvm_enable_ssbs()
850 if (sctlr & SCTLR_ELx_DSSBS) in inject_host_exception()
/linux/arch/arm64/include/asm/
H A Dsysreg.h813 #define SCTLR_ELx_DSSBS (BIT(44)) macro