UVM_EXTRACT_CONTIG   96 uvm/uvm_io.c   	extractflags = UVM_EXTRACT_QREF | UVM_EXTRACT_CONTIG;
UVM_EXTRACT_CONTIG 1806 uvm/uvm_map.c  		(flags & (UVM_EXTRACT_CONTIG|UVM_EXTRACT_QREF)) == 0);
UVM_EXTRACT_CONTIG 1858 uvm/uvm_map.c  		if (flags & UVM_EXTRACT_CONTIG) {
UVM_EXTRACT_CONTIG 1955 uvm/uvm_map.c  		if ((flags & UVM_EXTRACT_CONTIG) && entry->end < end &&