uvm_map.c | 1177 if (uvm_map_lookup_entry(map, start, &prev_entry)) { 1333 rv = uvm_map_lookup_entry(map, start, &tmp_entry); 1680 * uvm_map_lookup_entry: find map entry at or before an address 1696 uvm_map_lookup_entry(struct vm_map *map, vaddr_t address, function in typeref:typename:bool 2001 } else if (uvm_map_lookup_entry(map, hint, &entry)) { 2334 if (uvm_map_lookup_entry(map, start, &first_entry) == true) { 2610 if (!uvm_map_lookup_entry(map, start, &oldent)) { 2795 if (uvm_map_lookup_entry(srcmap, start, &entry)) { 3108 if (uvm_map_lookup_entry(map, start, &entry)) { 3172 if (uvm_map_lookup_entry(map, start, &entry)) [all...] |