Searched defs:tlbn (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | 1023 uint32_t tlbncfg, tlbn; in helper_booke206_tlbwe() local 1136 int tlbn = booke206_tlbm_to_tlbn(env, tlb); in booke206_tlb_to_mas() local 1215 static inline void booke206_invalidate_ea_tlb(CPUPPCState *env, int tlbn, in booke206_invalidate_ea_tlb()
|
H A D | mmu_common.c | 397 static void mmubooke206_dump_one_tlb(CPUPPCState *env, int tlbn, int offset, in mmubooke206_dump_one_tlb()
|
H A D | cpu.h | 2775 static inline int booke206_tlb_size(CPUPPCState *env, int tlbn) in booke206_tlb_size() 2782 static inline int booke206_tlb_ways(CPUPPCState *env, int tlbn) in booke206_tlb_ways() 2808 int tlbn = booke206_tlbm_to_tlbn(env, tlb); in booke206_tlbm_to_way() local 2813 static inline ppcmas_tlb_t *booke206_get_tlbm(CPUPPCState *env, const int tlbn, in booke206_get_tlbm() 2840 static inline uint32_t booke206_tlbnps(CPUPPCState *env, const int tlbn) in booke206_tlbnps() 2860 static inline void booke206_fixed_size_tlbn(CPUPPCState *env, const int tlbn, in booke206_fixed_size_tlbn()
|