Searched refs:UVM_ET_ISCOPYONWRITE (Results 1 – 8 of 8) sorted by relevance
373 UVM_ET_ISCOPYONWRITE(vme) ? " COW" : "", in dump_vm_map_entry()472 UVM_ET_ISCOPYONWRITE(vme) ? "COW" : "NCOW", in dump_vm_map_entry()496 UVM_ET_ISCOPYONWRITE(vme) ? 'p' : 's', in dump_vm_map_entry()515 UVM_ET_ISCOPYONWRITE(vme) ? 'T' : 'F', in dump_vm_map_entry()570 UVM_ET_ISCOPYONWRITE(vme) ? 'p' : 's', in dump_vm_map_entry()
136 #define UVM_ET_ISCOPYONWRITE(E) (((E)->etype & UVM_ET_COPYONWRITE) != 0) macro
89 if (UVM_ET_ISCOPYONWRITE(entry)) { in uvm_mapent_extend()
399 if (UVM_ET_ISCOPYONWRITE(entry)) { in udv_fault()
714 #define MASK(entry) (UVM_ET_ISCOPYONWRITE(entry) ? \1914 flt->promote = flt->cow_now && UVM_ET_ISCOPYONWRITE(ufi->entry); in uvm_fault_lower()2285 if (UVM_ET_ISCOPYONWRITE(ufi->entry) || in uvm_fault_lower_direct()2506 UVM_ET_ISCOPYONWRITE(ufi->entry), ufi->entry, ufi->orig_map, in uvm_fault_lower_enter()
175 } else if (UVM_ET_ISCOPYONWRITE(ufi->entry)) { in uvm_loanentry()
3118 !UVM_ET_ISCOPYONWRITE(entry) && !UVM_ET_ISNEEDSCOPY(entry)) { in uvm_map_submap()3157 #define MASK(entry) (UVM_ET_ISCOPYONWRITE(entry) ? \4656 KASSERT(UVM_ET_ISCOPYONWRITE(old_entry) || in uvmspace_fork()
195 if (UVM_ET_ISCOPYONWRITE(entry)) in drm_gem_cma_fault()