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

/freebsd-10-stable/sys/powerpc/aim/
H A Dmmu_oea64.h71 extern struct pvo_head *moea64_pvo_table;
H A Dmmu_oea.c196 struct pvo_head *moea_pvo_table; /* pvo entries by pteg index */
197 struct pvo_head moea_pvo_kunmanaged =
252 static int moea_pvo_enter(pmap_t, uma_zone_t, struct pvo_head *,
449 static __inline struct pvo_head *
839 size = sizeof(struct pvo_head) * moea_pteg_count;
840 moea_pvo_table = (struct pvo_head *)moea_bootstrap_alloc(size,
1136 struct pvo_head *pvo_head; local
1143 pvo_head = &moea_pvo_kunmanaged;
1148 pvo_head
1454 struct pvo_head *pvo_head; local
1837 struct pvo_head *pvo_head; local
1909 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.c217 struct pvo_head *moea64_pvo_table; /* pvo entries by pteg index */
269 static int moea64_pvo_enter(mmu_t, pmap_t, uma_zone_t, struct pvo_head *,
398 static __inline struct pvo_head *
637 size = sizeof(struct pvo_head) * moea64_pteg_count;
787 size = sizeof(struct pvo_head) * moea64_pteg_count;
789 moea64_pvo_table = (struct pvo_head *)moea64_bootstrap_alloc(size,
1236 struct pvo_head *pvo_head; local
1244 pvo_head = NULL;
1249 pvo_head
1648 struct pvo_head *pvo_head; local
2189 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, int8_t psind __unused) argument
[all...]
/freebsd-10-stable/sys/powerpc/include/
H A Dpmap.h106 LIST_HEAD(pvo_head, pvo_entry);
147 struct pvo_head mdpg_pvoh;

Completed in 162 milliseconds