Searched refs:RPN (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/doc/ |
| H A D | README.mpc85xx | 50 EPN -->RPN : CONFIG_SYS_MONITOR_BASE --> CONFIG_SYS_MONITOR_BASE 56 EPN -->RPN : CONFIG_SYS_MONITOR_BASE --> CONFIG_SYS_MONITOR_BASE 62 EPN -->RPN : CONFIG_SYS_INIT_RAM_ADDR --> CONFIG_SYS_INIT_RAM_ADDR 68 EPN -->RPN : CONFIG_SYS_CCSRBAR --> CONFIG_SYS_CCSRBAR 87 EPN -->RPN : CONFIG_SYS_FLASH_BASE --> CONFIG_SYS_FLASH_BASE_PHYS 97 EPN -->RPN : CONFIG_SYS_MONITOR_BASE --> CONFIG_SYS_PBI_FLASH_WINDOW 100 EPN -->RPN : CONFIG_SYS_MONITOR_BASE & 0xffc00000 --> 0xffc00000 108 EPN -->RPN : CONFIG_SYS_MONITOR_BASE --> CONFIG_SYS_PBI_FLASH_WINDOW 111 EPN -->RPN : CONFIG_SYS_MONITOR_BASE & 0xffc00000 --> 0xffc00000 118 EPN -->RPN : CONFIG_SYS_INIT_RAM_ADDR --> CONFIG_SYS_INIT_RAM_ADDR [all …]
|
| /openbmc/qemu/target/ppc/ |
| H A D | mmu_helper.c | 562 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 D | mmu-booke.c | 51 *raddrp = (tlb->RPN & mask) | (address & ~mask); in ppcemb_tlb_check() 140 *raddr |= (uint64_t)(tlb->RPN & 0xF) << 32; in mmubooke_check_pid()
|
| H A D | mmu_common.c | 382 pa = entry->RPN & mask; in mmubooke_dump_mmu() 384 pa |= (hwaddr)(entry->RPN & 0xF) << 32; in mmubooke_dump_mmu()
|
| H A D | machine.c | 543 VMSTATE_UINT64(RPN, ppcemb_tlb_t),
|
| H A D | cpu.h | 366 uint64_t RPN; member
|
| /openbmc/qemu/hw/ppc/ |
| H A D | ppc_booke.c | 42 tlb->RPN = pa & TARGET_PAGE_MASK; in booke_set_tlb()
|
| H A D | sam460ex.c | 244 env->tlb.tlbe[0].RPN |= 4; in main_cpu_reset()
|