HomeSort by: relevance | last modified time | path
    Searched refs:UVM_ET_ISOBJ (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/uvm/
uvm.h 134 #define UVM_ET_ISOBJ(E) (((E)->etype & UVM_ET_OBJ) != 0)
uvm_map.c 837 if (UVM_ET_ISOBJ(entry)) {
851 if (!UVM_ET_ISOBJ(entry)) {
968 } else if (UVM_ET_ISOBJ(entry1)) {
2406 } else if (UVM_ET_ISOBJ(entry) &&
2410 } else if (UVM_ET_ISOBJ(entry) || entry->aref.ar_amap) {
2532 if (UVM_ET_ISOBJ(first_entry) &&
3197 if (UVM_ET_ISOBJ(current) &&
3247 if (UVM_ET_ISOBJ(current)) {
3441 if (UVM_ET_ISOBJ(entry) && amap == NULL && uobj != NULL) {
4605 if (UVM_ET_ISOBJ(new_entry))
    [all...]
uvm_mmap.c 190 if (UVM_ET_ISOBJ(entry)) {
  /src/sys/miscfs/procfs/
procfs_map.c 155 if (UVM_ET_ISOBJ(entry) &&
  /src/usr.bin/pmap/
pmap.c 371 UVM_ET_ISOBJ(vme) ? " OBJ" : "",
410 if (UVM_ET_ISOBJ(vme) &&
757 if (UVM_ET_ISOBJ(vme)) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 552 ok = !UVM_ET_ISOBJ(entry) && end <= entry->end;

Completed in 16 milliseconds