Searched refs:SCTLR_M (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/stand/efiboot/bootaa64/
H A Dcache.S37 #define SCTLR_M (1<<0) define
117 bic x0, x0, #SCTLR_M
125 bic x0, x0, #SCTLR_M
/netbsd-current/sys/arch/aarch64/include/
H A Dcpufunc.h138 if ((reg_sctlr_el1_read() & SCTLR_M) == 0)
H A Darmreg.h962 #define SCTLR_M __BIT(0) macro
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dlocore.S908 bic x0, x0, SCTLR_M /* clear MMU enable bit */
1014 SCTLR_M | /* MMU Enable */ \

Completed in 84 milliseconds