Home
last modified time | relevance | path

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

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