Searched refs:CPUTLBDescFast (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | tlb-common.h | 49 typedef struct CPUTLBDescFast { struct 54 } CPUTLBDescFast QEMU_ALIGNED(2 * sizeof(void *)); argument
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 92 static inline size_t tlb_n_entries(CPUTLBDescFast *fast) in tlb_n_entries() 97 static inline size_t sizeof_tlb(CPUTLBDescFast *fast) in sizeof_tlb() 212 static void tlb_mmu_resize_locked(CPUTLBDesc *desc, CPUTLBDescFast *fast, in tlb_mmu_resize_locked() 287 static void tlb_mmu_flush_locked(CPUTLBDesc *desc, CPUTLBDescFast *fast) in tlb_mmu_flush_locked() 301 CPUTLBDescFast *fast = &cpu->neg.tlb.f[mmu_idx]; in tlb_flush_one_mmuidx_locked() 307 static void tlb_mmu_init(CPUTLBDesc *desc, CPUTLBDescFast *fast, int64_t now) in tlb_mmu_init() 351 CPUTLBDescFast *fast = &cpu->neg.tlb.f[i]; in tlb_destroy() 676 CPUTLBDescFast *f = &cpu->neg.tlb.f[midx]; in tlb_flush_range_locked()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 325 CPUTLBDescFast f[NB_MMU_MODES];
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1081 int mask_off = fast_off + offsetof(CPUTLBDescFast, mask); 1082 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 999 int mask_ofs = fast_ofs + offsetof(CPUTLBDescFast, mask); 1000 int table_ofs = fast_ofs + offsetof(CPUTLBDescFast, table);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1228 int mask_off = fast_off + offsetof(CPUTLBDescFast, mask); 1229 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1451 QEMU_BUILD_BUG_ON(offsetof(CPUTLBDescFast, mask) != 0); 1452 QEMU_BUILD_BUG_ON(offsetof(CPUTLBDescFast, table) != 4);
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1715 int mask_ofs = fast_ofs + offsetof(CPUTLBDescFast, mask); 1716 int table_ofs = fast_ofs + offsetof(CPUTLBDescFast, table);
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1773 QEMU_BUILD_BUG_ON(offsetof(CPUTLBDescFast, mask) != 0); 1774 QEMU_BUILD_BUG_ON(offsetof(CPUTLBDescFast, table) != 8);
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1877 int mask_off = fast_off + offsetof(CPUTLBDescFast, mask); 1878 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2473 int mask_off = fast_off + offsetof(CPUTLBDescFast, mask); 2474 int table_off = fast_off + offsetof(CPUTLBDescFast, table);
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2193 fast_ofs + offsetof(CPUTLBDescFast, mask)); 2196 fast_ofs + offsetof(CPUTLBDescFast, table));
|