Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dfpsimd.c1216 write_sysreg(read_sysreg(SCTLR_EL1) | SCTLR_ELx_ENTP2, SCTLR_EL1); in cpu_enable_sme()
/linux/arch/arm64/include/asm/
H A Dsysreg.h812 #define SCTLR_ELx_ENTP2 (BIT(60)) macro