Searched refs:RPN (Results 1 – 9 of 9) 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 | 561 target_ulong RPN, CMP, EPN; in do_6xx_tlb() local 564 RPN = env->spr[SPR_RPA]; in do_6xx_tlb() 576 __func__, new_EPN, EPN, CMP, RPN, way); in do_6xx_tlb() 579 way, is_code, CMP, RPN); in do_6xx_tlb() 712 ret = tlb->RPN; in helper_4xx_tlbre_lo() 785 (int)entry, tlb->RPN, tlb->EPN, tlb->size, in helper_4xx_tlbwe_hi() 810 tlb->RPN = val & PPC4XX_TLBLO_RPN_MASK; in helper_4xx_tlbwe_lo() 821 (int)entry, tlb->RPN, tlb->EPN, tlb->size, in helper_4xx_tlbwe_lo() 887 tlb->RPN = value & 0xFFFFFC0F; in helper_440_tlbwe() 943 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 | 364 uint64_t RPN; member
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc_booke.c | 41 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()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 3086 PTE's RPN field (ie, it needs to be shifted left by 12 to OR it
|