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

/freebsd-10.1-release/sys/powerpc/booke/
H A Dpmap.c310 static void mmu_booke_zero_page_area(mmu_t, vm_page_t, int, int);
365 MMUMETHOD(mmu_zero_page_area, mmu_booke_zero_page_area),
2161 * mmu_booke_zero_page_area zeros the specified hardware page by
2168 mmu_booke_zero_page_area(mmu_t mmu, vm_page_t m, int off, int size) function
2191 mmu_booke_zero_page_area(mmu, m, 0, PAGE_SIZE);

Completed in 53 milliseconds