UVM_ET_COPYONWRITE 134 uvm/uvm.h #define UVM_ET_ISCOPYONWRITE(E) (((E)->etype & UVM_ET_COPYONWRITE) != 0) UVM_ET_COPYONWRITE 896 uvm/uvm_map.c new_entry->etype |= UVM_ET_COPYONWRITE; UVM_ET_COPYONWRITE 3028 uvm/uvm_map.c (entry->etype & UVM_ET_COPYONWRITE) == 0))) { UVM_ET_COPYONWRITE 3440 uvm/uvm_map.c (UVM_ET_COPYONWRITE|UVM_ET_NEEDSCOPY); UVM_ET_COPYONWRITE 3643 uvm/uvm_map.c (entry->etype & UVM_ET_COPYONWRITE) ? 'T' : 'F',