Searched refs:PMAP_WC (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/asm/
H A Dpgtable.h18 #if PMAP_WC != 0
19 return prot | PMAP_WC;
/openbsd-current/sys/uvm/
H A Duvm_pmap.h100 #ifndef PMAP_WC
101 #define PMAP_WC 0 macro
H A Duvm_fault.c699 flt->pa_flags = UVM_ET_ISWC(ufi->entry) ? PMAP_WC : 0;
/openbsd-current/sys/arch/arm64/include/
H A Dpmap.h84 #define PMAP_WC PMAP_DEVICE macro
/openbsd-current/sys/arch/i386/pci/
H A Dagp_machdep.c155 pmap_flags = PMAP_WC;
/openbsd-current/sys/arch/amd64/include/
H A Dpmap.h329 #define PMAP_WC 0x2 /* set page write combining. */ macro
/openbsd-current/sys/arch/amd64/amd64/
H A Dmem.c210 off = (off - MEMRANGE_WC_RANGE) | PMAP_WC;
H A Defifb.c339 return ((sc->sc_fb->paddr + off) | PMAP_WC);
H A Dpmap.c501 ((pa & PMAP_WC) ? pmap_pg_wc : 0) | PG_V;
2705 int wc = (pa & PMAP_WC) != 0;
H A Dbus_space.c517 pmap_flags = PMAP_WC;
/openbsd-current/sys/arch/i386/i386/
H A Dmem.c217 off = (off - MEMRANGE_WC_RANGE) | PMAP_WC;
H A Dpmap.c849 ((pa & PMAP_WC) ? pmap_pg_wc : 0));
2280 int wc = (pa & PMAP_WC) != 0;
H A Dpmapae.c1687 int wc = (pa & PMAP_WC) != 0;
H A Dmachdep.c3734 pmap_flags = PMAP_WC;
/openbsd-current/sys/arch/i386/include/
H A Dpmap.h143 #define PMAP_WC 0x2 /* map write combining. */ macro
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_mman.c607 pa_flags |= PMAP_WC;
649 if (pmap_enter(pm, va, pa | PMAP_WC, mapprot, PMAP_CANFAIL | mapprot))

Completed in 308 milliseconds