Searched refs:directory_mop (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | tlb_helper.c | 633 MemOp directory_mop, MemOp leaf_mop, int ptw_mmu_idx) in walk_directory() argument 650 if (!get_pte(env, *vaddr, directory_mop, &entry, ptw_mmu_idx)) { in walk_directory() 735 MemOp directory_mop, leaf_mop; in page_table_walk_refill() local 765 directory_mop = (hugepg && (ptew == 1)) ? native_op + 1 : native_op; in page_table_walk_refill() 768 goffset = gindex << directory_mop; in page_table_walk_refill() 769 uoffset = uindex << directory_mop; in page_table_walk_refill() 770 moffset = mindex << directory_mop; in page_table_walk_refill() 779 directory_mop, leaf_mop, ptw_mmu_idx)) in page_table_walk_refill() 796 directory_mop, leaf_mop, ptw_mmu_idx)) in page_table_walk_refill() 813 directory_mop, leaf_mop, ptw_mmu_idx)) in page_table_walk_refill()
|