Home
last modified time | relevance | path

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

/freebsd-head/sys/amd64/include/
HDpte.h71 #define X86_PG_PTE_CACHE (X86_PG_PTE_PAT | X86_PG_NC_PWT | X86_PG_NC_PCD) macro
HDpmap.h71 #define PG_PTE_CACHE X86_PG_PTE_CACHE
/freebsd-head/sys/amd64/amd64/
HDpmap.c2761 mask = is_pde ? X86_PG_PDE_CACHE : X86_PG_PTE_CACHE; in pmap_cache_mask()
4071 if ((*pte & (PG_FRAME | X86_PG_PTE_CACHE)) != pa) { in pmap_qenter()
9778 pte_mask |= X86_PG_PTE_CACHE; in pmap_change_props_locked()
12011 attrs |= pte & (X86_PG_G | X86_PG_PTE_CACHE); in sysctl_kmaps_check()