mmu_booke_remove
mmu_booke_remove(pmap, sva, eva);
static void mmu_booke_remove(pmap_t, vm_offset_t, vm_offset_t);
.remove = mmu_booke_remove,