Searched refs:booke_set_tlb (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | ppc440_bamboo.c | 124 booke_set_tlb(&env->tlb.tlbe[0], 0, 0, 1U << 31); in main_cpu_reset() 125 booke_set_tlb(&env->tlb.tlbe[1], 0x80000000, 0x80000000, 1U << 31); in main_cpu_reset()
|
H A D | virtex_ml507.c | 120 booke_set_tlb(&env->tlb.tlbe[0], 0, 0, 1U << 31); in main_cpu_reset() 121 booke_set_tlb(&env->tlb.tlbe[1], 0x80000000, 0x80000000, 1U << 31); in main_cpu_reset()
|
H A D | sam460ex.c | 236 booke_set_tlb(&env->tlb.tlbe[0], 0, 0, 1 << 31); in main_cpu_reset() 243 booke_set_tlb(&env->tlb.tlbe[0], 0xf0000000, 0xf0000000, 0x10000000); in main_cpu_reset()
|
H A D | ppc_booke.c | 34 void booke_set_tlb(ppcemb_tlb_t *tlb, target_ulong va, hwaddr pa, in booke_set_tlb() function
|
/openbmc/qemu/include/hw/ppc/ |
H A D | ppc.h | 122 void booke_set_tlb(ppcemb_tlb_t *tlb, target_ulong va, hwaddr pa,
|