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

  /src/usr.bin/make/unit-tests/
var-scope-local-legacy.mk 33 # The directory name of the target is shadowed by the global variable,
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.h 161 bool shadowed; member in struct:intel_vgpu_mm::__anon193f68ca010a::__anon193f68ca0208
gtt.c 1788 if (!mm->ppgtt_mm.shadowed)
1805 mm->ppgtt_mm.shadowed = false;
1819 if (mm->ppgtt_mm.shadowed)
1822 mm->ppgtt_mm.shadowed = true;
1993 * mm object hasn't been shadowed yet, the shadow will be populated at this
2769 if (mm->ppgtt_mm.shadowed)
scheduler.c 626 !workload->shadow_mm->ppgtt_mm.shadowed) {
  /src/sys/uvm/
uvm_fault.c 1295 bool shadowed __unused;
1310 shadowed = false;
1327 shadowed = true;
1355 /* (shadowed == true) if there is an anon at the faulting address */
1356 UVMHIST_LOG(maphist, " shadowed=%jd, will_get=%jd", shadowed,
1357 (ufi->entry->object.uvm_obj && shadowed != false),0,0);
1867 * now, if the desired page is not shadowed by the amap and we have

Completed in 18 milliseconds