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

/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c89 static struct mmu_ops { struct
92 } *mmu_ops; variable in typeref:struct:mmu_ops
127 static struct mmu_ops mmu_ops_sun4u = { tlb_init_sun4u, mmu_mapin_sun4u };
286 mmu_ops->mmu_mapin(va, len);
294 mmu_ops->mmu_mapin(dest, len);
850 mmu_ops = &mmu_ops_sun4u;
852 mmu_ops->tlb_init();

Completed in 88 milliseconds