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.h122 struct r4k_tlb_t { struct
123 target_ulong VPN;
124 uint32_t PageMask;
125 uint16_t ASID;
126 uint32_t MMID;
127 unsigned int G:1;
128 unsigned int C0:3;
129 unsigned int C1:3;
130 unsigned int V0:1;
131 unsigned int V1:1;
[all …]