Home
last modified time | relevance | path

Searched refs:booke_set_tlb (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dppc440_bamboo.c124 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 Dvirtex_ml507.c120 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 Dsam460ex.c236 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 Dppc_booke.c34 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 Dppc.h122 void booke_set_tlb(ppcemb_tlb_t *tlb, target_ulong va, hwaddr pa,