Home
last modified time | relevance | path

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

/freebsd/sys/arm64/iommu/
H A Dsmmureg.h143 #define CR1_QUEUE_SH_S 4 /* Queue access Shareability. */ macro
144 #define CR1_QUEUE_SH_M (0x3 << CR1_QUEUE_SH_S)
145 #define CR1_QUEUE_SH_NS (0x0 << CR1_QUEUE_SH_S)
146 #define CR1_QUEUE_SH_OS (0x2 << CR1_QUEUE_SH_S)
147 #define CR1_QUEUE_SH_IS (0x3 << CR1_QUEUE_SH_S)