Home
last modified time | relevance | path

Searched defs:CPUMIPSTLBContext (Results 1 – 1 of 1) sorted by relevance

/external/qemu/target-mips/
Dcpu.h46 typedef struct CPUMIPSTLBContext CPUMIPSTLBContext; typedef
47 struct CPUMIPSTLBContext { struct
48 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;