Home
last modified time | relevance | path

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

/openbsd/src/sys/uvm/
Duvm.h93 #define UVM_ET_WC 0x0080 /* write combining */ macro
105 #define UVM_ET_ISWC(E) (((E)->etype & UVM_ET_WC) != 0)
Duvm_map.c1155 entry->etype |= UVM_ET_WC; in uvm_map()