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

/freebsd-13-stable/sys/arm64/include/
H A Darmreg.h534 #define ID_AA64MMFR1_SpecSEI_SHIFT 24 macro
535 #define ID_AA64MMFR1_SpecSEI_MASK (UL(0xf) << ID_AA64MMFR1_SpecSEI_SHIFT)
537 #define ID_AA64MMFR1_SpecSEI_NONE (UL(0x0) << ID_AA64MMFR1_SpecSEI_SHIFT)
538 #define ID_AA64MMFR1_SpecSEI_IMPL (UL(0x1) << ID_AA64MMFR1_SpecSEI_SHIFT)

Completed in 53 milliseconds