Home
last modified time | relevance | path

Searched refs:ptw_mmu_idx (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c596 uint64_t *pte, unsigned ptw_mmu_idx) in get_pte() argument
604 oi = make_memop_idx(op | MO_TE, ptw_mmu_idx); in get_pte()
633 MemOp directory_mop, MemOp leaf_mop, int ptw_mmu_idx) in walk_directory() argument
646 ptw_mmu_idx) != TLBRET_MATCH) { in walk_directory()
696 int ptw_mmu_idx) in page_table_walk_refill() argument
828 ptw_mmu_idx) != TLBRET_MATCH) { in page_table_walk_refill()
831 if (!get_pte(env, vaddr, leaf_mop, &dir_entry, ptw_mmu_idx)) { in page_table_walk_refill()
840 ptw_mmu_idx) != TLBRET_MATCH) { in page_table_walk_refill()
843 if (!get_pte(env, vaddr, leaf_mop, &dir_entry, ptw_mmu_idx)) { in page_table_walk_refill()
944 int ptw_mmu_idx = (env->hflags & MIPS_HFLAG_ERL ? in mips_cpu_tlb_fill() local
[all …]