Searched refs:EPN (Results 1 – 6 of 6) sorted by relevance
/qemu/target/ppc/ |
H A D | mmu_helper.c | 72 if (pte_is_valid(tlb->pte0) && (match_epn == 0 || eaddr == tlb->EPN)) { in ppc6xx_tlb_invalidate_virt2() 76 tlb_flush_page(cs, tlb->EPN); in ppc6xx_tlb_invalidate_virt2() 91 static void ppc6xx_tlb_store(CPUPPCState *env, target_ulong EPN, int way, in ppc6xx_tlb_store() argument 97 nr = ppc6xx_tlb_getnum(env, EPN, way, is_code); in ppc6xx_tlb_store() 101 EPN, pte0, pte1); in ppc6xx_tlb_store() 103 ppc6xx_tlb_invalidate_virt2(env, EPN, is_code, 1); in ppc6xx_tlb_store() 106 tlb->EPN = EPN; in ppc6xx_tlb_store() 562 target_ulong RPN, CMP, EPN; in do_6xx_tlb() local 568 EPN = env->spr[SPR_IMISS]; in do_6xx_tlb() 571 EPN = env->spr[SPR_DMISS]; in do_6xx_tlb() [all …]
|
H A D | mmu_common.c | 105 if ((eaddr & TARGET_PAGE_MASK) != tlb->EPN) { in ppc6xx_tlb_check() 110 tlb->EPN, tlb->EPN + TARGET_PAGE_SIZE, eaddr); in ppc6xx_tlb_check() 117 tlb->EPN, eaddr, tlb->pte1, in ppc6xx_tlb_check() 381 ea = entry->EPN & mask; in mmubooke_dump_mmu() 544 tlb->EPN, tlb->EPN + TARGET_PAGE_SIZE); in mmu6xx_dump_mmu()
|
H A D | mmu-booke.c | 41 __func__, i, address, pid, tlb->EPN, in ppcemb_tlb_check() 48 if ((address & mask) != tlb->EPN) { in ppcemb_tlb_check()
|
H A D | machine.c | 509 VMSTATE_UINTTL(EPN, ppc6xx_tlb_t), 544 VMSTATE_UINTTL(EPN, ppcemb_tlb_t),
|
H A D | cpu.h | 361 target_ulong EPN; member 367 target_ulong EPN; member
|
/qemu/hw/ppc/ |
H A D | ppc_booke.c | 41 tlb->EPN = va & TARGET_PAGE_MASK; in booke_set_tlb()
|