HomeSort by: relevance | last modified time | path
    Searched defs:pm_active (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/uvm/pmap/
pmap_tlb.c 70 * Each pmap has two bitmaps: pm_active and pm_onproc. Each bit in pm_active
197 return !kcpuset_iszero(pm->pm_active);
199 return kcpuset_intersecting_p(pm->pm_active, ti->ti_kcpuset);
300 * The bits in pm_active belonging to this TLB can only be changed
304 kcpuset_zero(pm->pm_active);
306 kcpuset_remove(pm->pm_active, ti->ti_kcpuset);
664 kcpuset_t *pm_active = ci->ci_shootdowncpus; local in function:pmap_tlb_shootdown_bystanders
665 kcpuset_copy(pm_active, pm->pm_active);
    [all...]
pmap.h 215 kcpuset_t *pm_active; /* pmap was active on ... */ member in struct:pmap
  /src/sys/arch/aarch64/include/
pmap.h 280 kcpuset_t *pm_active; member in struct:pmap
  /src/sys/arch/arm/include/arm32/
pmap.h 226 kcpuset_t *pm_active; member in struct:pmap

Completed in 14 milliseconds