Home
last modified time | relevance | path

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

/freebsd/sys/arm64/iommu/
H A Dsmmureg.h128 #define CR1_TABLE_SH_S 10 /* Table access Shareability. */ macro
129 #define CR1_TABLE_SH_M (0x3 << CR1_TABLE_SH_S)
130 #define CR1_TABLE_SH_NS (0x0 << CR1_TABLE_SH_S)
131 #define CR1_TABLE_SH_OS (0x2 << CR1_TABLE_SH_S)
132 #define CR1_TABLE_SH_IS (0x3 << CR1_TABLE_SH_S)