Home
last modified time | relevance | path

Searched refs:CPUTLBDescFast (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/exec/
H A Dtlb-common.h49 typedef struct CPUTLBDescFast { struct
54 } CPUTLBDescFast QEMU_ALIGNED(2 * sizeof(void *)); argument
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1109 int mask_off = fast_off + offsetof(CPUTLBDescFast, mask);
1110 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1056 int mask_ofs = fast_ofs + offsetof(CPUTLBDescFast, mask);
1057 int table_ofs = fast_ofs + offsetof(CPUTLBDescFast, table);
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1693 int mask_ofs = fast_ofs + offsetof(CPUTLBDescFast, mask);
1694 int table_ofs = fast_ofs + offsetof(CPUTLBDescFast, table);
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1996 int mask_off = fast_off + offsetof(CPUTLBDescFast, mask);
1997 int table_off = fast_off + offsetof(CPUTLBDescFast, table);