Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/system/
H A Dmachine.c213 VMSTATE_UINT32(nb_tlb, CPUMIPSTLBContext),
214 VMSTATE_UINT32(tlb_in_use, CPUMIPSTLBContext),
215 VMSTATE_TLB_ARRAY(mmu.r4k.tlb, CPUMIPSTLBContext, MIPS_TLB_MAX),
241 CPUMIPSTLBContext),
/openbmc/qemu/target/mips/
H A Dcpu.h15 typedef struct CPUMIPSTLBContext CPUMIPSTLBContext; typedef
1179 CPUMIPSTLBContext *tlb;
H A Dinternal.h141 struct CPUMIPSTLBContext { struct