Searched refs:pm_pvents (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/alpha/include/
H A Dpmap.h158 struct pmap_pvlist pm_pvents; /* [40] list of PV entries */ member in struct:pmap
/netbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c1433 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 197 milliseconds