Searched refs:EPN (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 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 | 100 EPN, pte0, pte1); in ppc6xx_tlb_store() 105 tlb->EPN = EPN; in ppc6xx_tlb_store() 561 target_ulong RPN, CMP, EPN; in do_6xx_tlb() local 567 EPN = env->spr[SPR_IMISS]; in do_6xx_tlb() 584 do_6xx_tlb(env, EPN, 0); in helper_6xx_tlbd() 589 do_6xx_tlb(env, EPN, 1); in helper_6xx_tlbi() 692 ret = tlb->EPN; in helper_4xx_tlbre_hi() 755 (int)entry, tlb->EPN, tlb->EPN + tlb->size); in helper_4xx_tlbwe_hi() 806 (int)entry, tlb->EPN, tlb->EPN + tlb->size); in helper_4xx_tlbwe_lo() 867 (int)entry, tlb->EPN, tlb->EPN + tlb->size); in helper_440_tlbwe() [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 | 571 VMSTATE_UINTTL(EPN, ppc6xx_tlb_t), 606 VMSTATE_UINTTL(EPN, ppcemb_tlb_t),
|
H A D | cpu.h | 357 target_ulong EPN; member 363 target_ulong EPN; member
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc440_bamboo.c | 123 tlb->EPN = va & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping() 131 tlb->EPN = 0x80000000 & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping()
|
H A D | virtex_ml507.c | 80 tlb->EPN = va & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping() 88 tlb->EPN = 0x80000000 & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping()
|
H A D | sam460ex.c | 228 tlb->EPN = 0xf0000000 & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping_uboot() 243 tlb->EPN = va & TARGET_PAGE_MASK; in mmubooke_create_initial_mapping()
|