Lines Matching defs:r4k_tlb_t
120 typedef struct r4k_tlb_t r4k_tlb_t; typedef
121 struct r4k_tlb_t { struct
122 target_ulong VPN;
123 uint32_t PageMask;
124 uint16_t ASID;
125 uint32_t MMID;
126 unsigned int G:1;
127 unsigned int C0:3;
128 unsigned int C1:3;
129 unsigned int V0:1;
130 unsigned int V1:1;
154 r4k_tlb_t tlb[MIPS_TLB_MAX]; argument