Searched refs:UVM_ET_WC (Results 1 – 2 of 2) sorted by relevance
93 #define UVM_ET_WC 0x0080 /* write combining */ macro105 #define UVM_ET_ISWC(E) (((E)->etype & UVM_ET_WC) != 0)
1155 entry->etype |= UVM_ET_WC; in uvm_map()