Searched refs:RPN (Results 1 – 10 of 10) 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 100 EPN -->RPN : CONFIG_SYS_MONITOR_BASE & 0xffc00000 --> 0xffc00000 111 EPN -->RPN : CONFIG_SYS_MONITOR_BASE & 0xffc00000 --> 0xffc00000 124 EPN -->RPN : CONFIG_SYS_CCSRBAR --> CONFIG_SYS_CCSRBAR 130 EPN -->RPN : SRAM_BASE_ADDR --> SRAM_BASE_ADDR 136 EPN -->RPN : Adjusted flash_phys --> Adjusted flash_phys [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 | 605 VMSTATE_UINT64(RPN, ppcemb_tlb_t),
|
H A D | cpu.h | 362 uint64_t RPN; member
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc440_bamboo.c | 124 tlb->RPN = pa & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping() 132 tlb->RPN = 0x80000000 & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping()
|
H A D | virtex_ml507.c | 81 tlb->RPN = pa & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping() 89 tlb->RPN = 0x80000000 & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping()
|
H A D | sam460ex.c | 229 tlb->RPN = (0xf0000000 & TARGET_PAGE_MASK) | 0x4; in mmubooke_create_initial_mapping_uboot() 244 tlb->RPN = pa & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping()
|
/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
|