Searched refs:pvo_head (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/powerpc/aim/
H A Dmmu_oea64.h71 extern struct pvo_head *moea64_pvo_table;
H A Dmmu_oea.c203 struct pvo_head *moea_pvo_table; /* pvo entries by pteg index */
204 struct pvo_head moea_pvo_kunmanaged =
259 static int moea_pvo_enter(pmap_t, uma_zone_t, struct pvo_head *,
455 static __inline struct pvo_head *
845 size = sizeof(struct pvo_head) * moea_pteg_count;
846 moea_pvo_table = (struct pvo_head *)moea_bootstrap_alloc(size,
1139 struct pvo_head *pvo_head; local
1146 pvo_head = &moea_pvo_kunmanaged;
1151 pvo_head
1458 struct pvo_head *pvo_head; local
1843 struct pvo_head *pvo_head; local
1915 moea_pvo_enter(pmap_t pm, uma_zone_t zone, struct pvo_head *pvo_head, vm_offset_t va, vm_offset_t pa, u_int pte_lo, int flags) argument
[all...]
H A Dmmu_oea64.c220 struct pvo_head *moea64_pvo_table; /* pvo entries by pteg index */
272 static int moea64_pvo_enter(mmu_t, pmap_t, uma_zone_t, struct pvo_head *,
395 static __inline struct pvo_head *
623 size = sizeof(struct pvo_head) * moea64_pteg_count;
773 size = sizeof(struct pvo_head) * moea64_pteg_count;
775 moea64_pvo_table = (struct pvo_head *)moea64_bootstrap_alloc(size,
1239 struct pvo_head *pvo_head; local
1247 pvo_head = NULL;
1252 pvo_head
1640 struct pvo_head *pvo_head; local
2181 moea64_pvo_enter(mmu_t mmu, pmap_t pm, uma_zone_t zone, struct pvo_head *pvo_head, vm_offset_t va, vm_offset_t pa, uint64_t pte_lo, int flags) argument
[all...]
/freebsd-10.0-release/sys/powerpc/include/
H A Dpmap.h106 LIST_HEAD(pvo_head, pvo_entry);
148 struct pvo_head mdpg_pvoh;

Completed in 118 milliseconds