Searched refs:MMU_NESTED_IDX (Results 1 – 3 of 3) sorted by relevance
74 assert(inout->ptw_idx == MMU_NESTED_IDX); in ptw_translate()443 if (in->ptw_idx == MMU_NESTED_IDX) { in mmu_translate()448 MMU_NESTED_IDX, &pte_trans.haddr, &full); in mmu_translate()558 case MMU_NESTED_IDX: in get_physical_address()582 in.ptw_idx = use_stage2 ? MMU_NESTED_IDX : MMU_PHYS_IDX; in get_physical_address()
300 tlb_flush_by_mmuidx(cs, 1 << MMU_NESTED_IDX); in helper_vmrun()496 mmu_idx = MMU_NESTED_IDX; in helper_vmload()557 mmu_idx = MMU_NESTED_IDX; in helper_vmsave()766 tlb_flush_by_mmuidx(cs, 1 << MMU_NESTED_IDX); in do_vmexit()
2493 #define MMU_NESTED_IDX 7 macro