Symbol: UVM_ET_ISHOLE
sys/uvm/uvm_map.c
1572
return *entry != NULL && !UVM_ET_ISHOLE(*entry) &&
sys/uvm/uvm_map.c
1697
if (iter->start == iter->end || UVM_ET_ISHOLE(iter))
sys/uvm/uvm_map.c
1873
if (UVM_ET_ISHOLE(entry)) {
sys/uvm/uvm_map.c
1968
if (entry1->start == entry1->end || UVM_ET_ISHOLE(entry1))
sys/uvm/uvm_map.c
1993
if (UVM_ET_ISHOLE(entry)) {
sys/uvm/uvm_map.c
2011
!UVM_ET_ISHOLE(entry)) {
sys/uvm/uvm_map.c
2015
if (!UVM_ET_ISHOLE(entry))
sys/uvm/uvm_map.c
2031
UVM_ET_ISHOLE(entry));
sys/uvm/uvm_map.c
2056
if (!VM_MAPENT_ISWIRED(iter) || UVM_ET_ISHOLE(iter))
sys/uvm/uvm_map.c
2094
if (UVM_ET_ISHOLE(iter) || iter->start == iter->end ||
sys/uvm/uvm_map.c
2127
if (UVM_ET_ISHOLE(iter) || iter->start == iter->end ||
sys/uvm/uvm_map.c
2155
if (UVM_ET_ISHOLE(first) ||
sys/uvm/uvm_map.c
2170
if (UVM_ET_ISHOLE(iter) || iter->start == iter->end ||
sys/uvm/uvm_map.c
2234
if (first->end <= start || UVM_ET_ISHOLE(first)) {
sys/uvm/uvm_map.c
2245
if (UVM_ET_ISHOLE(last) ||
sys/uvm/uvm_map.c
2360
if (VM_MAPENT_ISWIRED(iter) || UVM_ET_ISHOLE(iter))
sys/uvm/uvm_map.c
2730
if (!UVM_ET_ISHOLE(iter))
sys/uvm/uvm_map.c
2764
if (UVM_ET_ISHOLE(iter) || iter->object.uvm_obj != NULL ||
sys/uvm/uvm_map.c
3090
if (iter->start == iter->end || UVM_ET_ISHOLE(iter))
sys/uvm/uvm_map.c
3135
if (iter->start == iter->end || UVM_ET_ISHOLE(iter))
sys/uvm/uvm_map.c
3788
if (!UVM_ET_ISHOLE(new_entry))
sys/uvm/uvm_map.c
3790
if (!UVM_ET_ISOBJ(new_entry) && !UVM_ET_ISHOLE(new_entry) &&
sys/uvm/uvm_map.c
3944
if (UVM_ET_ISHOLE(entry) ||
sys/uvm/uvm_map.c
4248
UVM_ET_ISHOLE(entry)) {
sys/uvm/uvm_map.c
4253
if (entry == NULL || UVM_ET_ISHOLE(entry)) {
sys/uvm/uvm_map.c
4294
if (UVM_ET_ISHOLE(entry))
sys/uvm/uvm_map.c
4392
UVM_ET_ISHOLE(entry) ||
usr.sbin/procmap/procmap.c
927
} else if (UVM_ET_ISHOLE(vme))