Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/include/
H A Dpmap.h261 #define PAT_INDEX_SIZE 8 macro
287 pt_entry_t pmap_cache_bits_pte[PAT_INDEX_SIZE];
288 pt_entry_t pmap_cache_bits_pde[PAT_INDEX_SIZE];
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c246 static pt_entry_t pat_pte_index[PAT_INDEX_SIZE]; /* PAT -> PG_ bits */
247 static pt_entry_t pat_pde_index[PAT_INDEX_SIZE]; /* PAT -> PG_ bits */
2544 pt_entry_t pmap_cache_bits_ept[PAT_INDEX_SIZE] = { in pmap_ept_transform()