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

/freebsd-13-stable/sys/arm64/include/
H A Darmreg.h582 #define ID_AA64MMFR2_ST_SHIFT 28 macro
583 #define ID_AA64MMFR2_ST_MASK (UL(0xf) << ID_AA64MMFR2_ST_SHIFT)
585 #define ID_AA64MMFR2_ST_NONE (UL(0x0) << ID_AA64MMFR2_ST_SHIFT)
586 #define ID_AA64MMFR2_ST_IMPL (UL(0x1) << ID_AA64MMFR2_ST_SHIFT)

Completed in 30 milliseconds