Lines Matching defs:CPUMIPSTLBContext
39 typedef struct CPUMIPSTLBContext CPUMIPSTLBContext; typedef
40 struct CPUMIPSTLBContext { struct
41 uint32_t nb_tlb;
42 uint32_t tlb_in_use;
43 …tate *env, target_phys_addr_t *physical, int *prot, target_ulong address, int rw, int access_type);
44 void (*helper_tlbwi) (void);
45 void (*helper_tlbwr) (void);
46 void (*helper_tlbp) (void);
47 void (*helper_tlbr) (void);
48 union {
52 } mmu;