Searched defs:CPUMIPSTLBContext (Results 1 – 1 of 1) sorted by relevance
46 typedef struct CPUMIPSTLBContext CPUMIPSTLBContext; typedef47 struct CPUMIPSTLBContext { struct48 uint32_t nb_tlb;49 …uct CPUMIPSState *env, hwaddr *physical, int *prot, target_ulong address, int rw, int access_type);50 void (*helper_tlbwi)(struct CPUMIPSState *env);51 void (*helper_tlbwr)(struct CPUMIPSState *env);52 void (*helper_tlbp)(struct CPUMIPSState *env);53 void (*helper_tlbr)(struct CPUMIPSState *env);54 union {58 } mmu;