Searched defs:CPUMIPSTLBContext (Results 1 – 1 of 1) sorted by relevance
39 typedef struct CPUMIPSTLBContext CPUMIPSTLBContext; typedef40 struct CPUMIPSTLBContext { struct41 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 {[all …]