Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dpte.h71 #define X86_PG_PTE_CACHE (X86_PG_PTE_PAT | X86_PG_NC_PWT | X86_PG_NC_PCD) macro
H A Dpmap.h71 #define PG_PTE_CACHE X86_PG_PTE_CACHE
/freebsd/sys/amd64/amd64/
H A Dpmap.c2752 mask = is_pde ? X86_PG_PDE_CACHE : X86_PG_PTE_CACHE; in pmap_cache_mask()
4062 if ((*pte & (PG_FRAME | X86_PG_PTE_CACHE)) != pa) { in pmap_qenter()
9766 pte_mask |= X86_PG_PTE_CACHE; in pmap_change_props_locked()
11999 attrs |= pte & (X86_PG_G | X86_PG_PTE_CACHE); in sysctl_kmaps_check()