Lines Matching refs:uvm_map_lookup_entry
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,
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)) {
3343 if (uvm_map_lookup_entry(map, start, &temp_entry)) {
3375 if (uvm_map_lookup_entry(map, start, &temp_entry)) {
3424 if (!uvm_map_lookup_entry(map, start, &entry)) {
3502 if (uvm_map_lookup_entry(map, start, &start_entry) == false) {
3984 if (!uvm_map_lookup_entry(map, start, &entry)) {
4137 if (!uvm_map_lookup_entry(map, start, &tmp_entry)) {
4978 if (__predict_false(!uvm_map_lookup_entry(map, start, &entry))) {