Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/include/
HDpmap.h74 #define X86_PG_PTE_CACHE (X86_PG_PTE_PAT | X86_PG_NC_PWT | X86_PG_NC_PCD) macro
111 #define PG_PTE_CACHE X86_PG_PTE_CACHE
/freebsd-13-stable/sys/amd64/amd64/
HDpmap.c2653 mask = is_pde ? X86_PG_PDE_CACHE : X86_PG_PTE_CACHE; in pmap_cache_mask()
3949 if ((*pte & (PG_FRAME | X86_PG_PTE_CACHE)) != pa) { in pmap_qenter()
9458 pte_mask |= X86_PG_PTE_CACHE; in pmap_change_props_locked()
11641 attrs |= pte & (X86_PG_G | X86_PG_PTE_CACHE); in sysctl_kmaps_check()