Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dmmu_helper.c562 target_ulong RPN, CMP, EPN; in do_6xx_tlb() local
565 RPN = env->spr[SPR_RPA]; in do_6xx_tlb()
577 __func__, new_EPN, EPN, CMP, RPN, way); in do_6xx_tlb()
580 way, is_code, CMP, RPN); in do_6xx_tlb()
713 ret = tlb->RPN; in helper_4xx_tlbre_lo()
786 (int)entry, tlb->RPN, tlb->EPN, tlb->size, in helper_4xx_tlbwe_hi()
811 tlb->RPN = val & PPC4XX_TLBLO_RPN_MASK; in helper_4xx_tlbwe_lo()
822 (int)entry, tlb->RPN, tlb->EPN, tlb->size, in helper_4xx_tlbwe_lo()
888 tlb->RPN = value & 0xFFFFFC0F; in helper_440_tlbwe()
944 ret = tlb->RPN; in helper_440_tlbre()
H A Dmmu-booke.c51 *raddrp = (tlb->RPN & mask) | (address & ~mask); in ppcemb_tlb_check()
140 *raddr |= (uint64_t)(tlb->RPN & 0xF) << 32; in mmubooke_check_pid()
H A Dmmu_common.c382 pa = entry->RPN & mask; in mmubooke_dump_mmu()
384 pa |= (hwaddr)(entry->RPN & 0xF) << 32; in mmubooke_dump_mmu()
H A Dmachine.c543 VMSTATE_UINT64(RPN, ppcemb_tlb_t),
H A Dcpu.h366 uint64_t RPN; member
/qemu/hw/ppc/
H A Dppc_booke.c42 tlb->RPN = pa & TARGET_PAGE_MASK; in booke_set_tlb()
H A Dsam460ex.c244 env->tlb.tlbe[0].RPN |= 4; in main_cpu_reset()