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

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

Completed in 182 milliseconds