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

  /src/sys/arch/alpha/include/
pmap.h 158 struct pmap_pvlist pm_pvents; /* [40] list of PV entries */ member in struct:pmap
  /src/sys/arch/alpha/alpha/
pmap.c 1433 LIST_INIT(&pmap_kernel()->pm_pvents);
1622 LIST_INIT(&pmap->pm_pvents);
1920 while ((pv = LIST_FIRST(&pmap->pm_pvents)) != NULL) {
3328 LIST_INSERT_HEAD(&pmap->pm_pvents, newpv, pv_link);

Completed in 13 milliseconds