Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h120 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;
[all …]