Lines Matching defs:CPUMIPSTLBContext
141 struct CPUMIPSTLBContext { struct
142 uint32_t nb_tlb;
143 uint32_t tlb_in_use;
144 int (*map_address)(CPUMIPSState *env, hwaddr *physical, int *prot,
146 void (*helper_tlbwi)(CPUMIPSState *env);
147 void (*helper_tlbwr)(CPUMIPSState *env);
148 void (*helper_tlbp)(CPUMIPSState *env);
149 void (*helper_tlbr)(CPUMIPSState *env);
150 void (*helper_tlbinv)(CPUMIPSState *env);
151 void (*helper_tlbinvf)(CPUMIPSState *env);
152 union {
156 } mmu;