Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dmachdep.c202 READ_SPECIALREG(sctlr_el1) & ~SCTLR_SPAN); in pan_enable()
H A Dlocore.S934 .quad (SCTLR_LSMAOE | SCTLR_nTLSMD | SCTLR_UCI | SCTLR_SPAN | \
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c1104 if ((hypctx->sctlr_el1 & SCTLR_SPAN) != 0) in vmmops_run()
/freebsd/sys/arm64/include/
H A Darmreg.h2033 #define SCTLR_SPAN (UL(0x1) << 23) macro