Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
H A Del2_setup.h414 orr x1, x1, #SCTLR_ELx_ENTP2 // Disable TPIDR2 traps
H A Dsysreg.h822 #define SCTLR_ELx_ENTP2 (BIT(60)) macro
/linux-6.15/tools/arch/arm64/include/asm/
H A Dsysreg.h818 #define SCTLR_ELx_ENTP2 (BIT(60)) macro
/linux-6.15/arch/arm64/kernel/
H A Dfpsimd.c1266 write_sysreg(read_sysreg(SCTLR_EL1) | SCTLR_ELx_ENTP2, SCTLR_EL1); in cpu_enable_sme()