Searched defs:mmu (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err_impl.h207 PX_ERPT_SEND_DEC(mmu); variable
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c65 if (mmu.num_level == 0)
159 struct hat_mmu_info mmu; variable in typeref:struct:hat_mmu_info
172 * read mmu parameters from kernel
179 if (mmu.num_level != 0)
182 if (mdb_readsym(&mmu, sizeof (mmu), "mmu") == -1)
418 if (PTE_GET(pte, mmu.pt_nx))
430 if (PTE_GET(pte, mmu.pt_global))
494 if (mmu
[all...]
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.c70 ihandle_t mmu; variable
93 if (OF_getprop(chosen, "mmu", &mmu, sizeof(mmu)) == -1)
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c744 xkb_get_pte(mmu_info_t *mmu, char *ptep) argument
748 if (mmu->mi_ptesize == 8) {
778 mmu_info_t *mmu = &xkb->xkb_mmu; local
782 for (level = mmu->mi_max; ; --level) {
788 entry = (va >> mmu->mi_shift[level]) & (mmu->mi_ptes - 1);
790 pte = xkb_get_pte(mmu, (char *)xkb->xkb_pt_map[level].mm_map +
791 entry * mmu->mi_ptesize);
806 mfn += (va & ((1 << mmu->mi_shift[level]) - 1)) >>
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc.h55 mmu, enumerator in enum:fire_perfcnt
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c91 struct hat_mmu_info mmu; variable in typeref:struct:hat_mmu_info
228 sizeof (pgcnt_t) * (mmu.max_page_level + 1));
281 use_vlp = mmu.pae_hat;
293 hat->hat_num_hash = mmu.vlp_hash_cnt;
296 hat->hat_num_hash = mmu.hash_cnt;
357 xen_pin(hat->hat_htable->ht_pfn, mmu.max_level);
359 xen_pin(hat->hat_user_ptable, mmu.max_level);
511 mmu.max_page_level = lvl;
514 mmu.umax_page_level = 1;
516 mmu
[all...]

Completed in 83 milliseconds