Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h142 struct CPUMIPSTLBContext { struct
143 uint32_t nb_tlb;
144 uint32_t tlb_in_use;
147 void (*helper_tlbwi)(CPUMIPSState *env);
148 void (*helper_tlbwr)(CPUMIPSState *env);
149 void (*helper_tlbp)(CPUMIPSState *env);
150 void (*helper_tlbr)(CPUMIPSState *env);
151 void (*helper_tlbinv)(CPUMIPSState *env);
152 void (*helper_tlbinvf)(CPUMIPSState *env);
153 union {
[all …]
H A Dcpu.h15 typedef struct CPUMIPSTLBContext CPUMIPSTLBContext; typedef