Home
last modified time | relevance | path

Searched refs:PG_PMAP_WC (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/dev/pci/drm/include/asm/
H A Dset_memory.h38 atomic_clearbits_int(&pages[i]->pg_flags, PG_PMAP_WC); in set_pages_array_wb()
49 atomic_setbits_int(&pages[i]->pg_flags, PG_PMAP_WC); in set_pages_array_wc()
71 atomic_clearbits_int(&pg->pg_flags, PG_PMAP_WC); in set_pages_wb()
/openbsd/sys/arch/amd64/include/
H A Dpmap.h338 #define PG_PMAP_WC PG_PMAP2 macro
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_region_lmem.c176 atomic_setbits_int(&(pgs[i].pg_flags), PG_PMAP_WC); in region_lmem_init()
H A Dintel_ggtt.c101 PG_PMAP_WC); in ggtt_init_hw()
/openbsd/sys/arch/i386/include/
H A Dpmap.h150 #define PG_PMAP_WC PG_PMAP2 macro
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_stolen.c863 atomic_setbits_int(&(pgs[i].pg_flags), PG_PMAP_WC); in init_stolen_lmem()
/openbsd/sys/arch/i386/i386/
H A Dpmapae.c1847 if (pg->pg_flags & PG_PMAP_WC) { in pmap_enter_pae()
H A Dpmap.c2414 if (pg->pg_flags & PG_PMAP_WC) { in pmap_enter_86()
/openbsd/sys/arch/amd64/amd64/
H A Dpmap.c2904 if (pg->pg_flags & PG_PMAP_WC) { in pmap_enter()