Searched refs:X86_PG_PTE_PAT (Results 1 – 2 of 2) sorted by relevance
61 #define X86_PG_PTE_PAT 0x080 /* PAT PAT index */ macro72 #define X86_PG_PTE_CACHE (X86_PG_PTE_PAT | X86_PG_NC_PWT | X86_PG_NC_PCD)97 #define PG_PTE_PAT X86_PG_PTE_PAT
1123 int x86_pat_bits = X86_PG_PTE_PAT | X86_PG_PDE_PAT; in pmap_swap_pat()1165 pat_flag = is_pde ? X86_PG_PDE_PAT : X86_PG_PTE_PAT; in pmap_cache_bits()