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

/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpmap_pv.h58 LIST_ENTRY(pv_entry) pve_list; /* on pv_head::pvh_list */ member in struct:pv_entry
61 #define pve_next pve_list.le_next
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c671 return pve_to_pvpte(LIST_NEXT(pvpte_to_pve(pvpte), pve_list));
1741 LIST_INSERT_HEAD(&pp->pp_head.pvh_list, pve, pve_list);
1824 LIST_REMOVE(pve, pve_list);

Completed in 119 milliseconds