Searched refs:dump_store_bat (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | 173 static inline void dump_store_bat(CPUPPCState *env, char ID, int ul, int nr, in dump_store_bat() function 185 dump_store_bat(env, 'I', 0, nr, value); in helper_store_ibatu() 210 dump_store_bat(env, 'I', 1, nr, value); in helper_store_ibatl() 218 dump_store_bat(env, 'D', 0, nr, value); in helper_store_dbatu() 243 dump_store_bat(env, 'D', 1, nr, value); in helper_store_dbatl()
|