Home
last modified time | relevance | path

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

/trueos/sys/x86/iommu/
HDintel_utils.c100 #define SIZEOF_SAGAW_BITS (sizeof(sagaw_bits) / sizeof(sagaw_bits[0])) macro
107 for (i = 0; i < SIZEOF_SAGAW_BITS; i++) { in dmar_pglvl_supported()
123 for (i = 0; i < SIZEOF_SAGAW_BITS; i++) { in ctx_set_agaw()
152 for (i = 0; i < SIZEOF_SAGAW_BITS; i++) { in dmar_maxaddr2mgaw()
157 if (allow_less && i == SIZEOF_SAGAW_BITS) { in dmar_maxaddr2mgaw()
163 if (i < SIZEOF_SAGAW_BITS) in dmar_maxaddr2mgaw()