Searched refs:CPUTLBDescFast (Results 1 – 5 of 5) sorted by relevance
49 typedef struct CPUTLBDescFast { struct54 } CPUTLBDescFast QEMU_ALIGNED(2 * sizeof(void *)); argument
1109 int mask_off = fast_off + offsetof(CPUTLBDescFast, mask);1110 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
1056 int mask_ofs = fast_ofs + offsetof(CPUTLBDescFast, mask);1057 int table_ofs = fast_ofs + offsetof(CPUTLBDescFast, table);
1693 int mask_ofs = fast_ofs + offsetof(CPUTLBDescFast, mask);1694 int table_ofs = fast_ofs + offsetof(CPUTLBDescFast, table);
1996 int mask_off = fast_off + offsetof(CPUTLBDescFast, mask);1997 int table_off = fast_off + offsetof(CPUTLBDescFast, table);