Home
last modified time | relevance | path

Searched refs:tlb_fill (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h167 bool (*tlb_fill)(CPUState *cpu, vaddr address, int size, member
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c120 .tlb_fill = x86_cpu_tlb_fill,
/openbmc/qemu/target/tricore/
H A Dcpu.c176 .tlb_fill = tricore_cpu_tlb_fill,
/openbmc/qemu/target/rx/
H A Dcpu.c198 .tlb_fill = rx_cpu_tlb_fill,
/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S51 j tlb_fill
433 tlb_fill: label
/openbmc/qemu/target/alpha/
H A Dcpu.c231 .tlb_fill = alpha_cpu_tlb_fill,
/openbmc/qemu/target/xtensa/
H A Dcpu.c235 .tlb_fill = xtensa_cpu_tlb_fill,
/openbmc/qemu/target/sh4/
H A Dcpu.c255 .tlb_fill = superh_cpu_tlb_fill,
/openbmc/qemu/target/openrisc/
H A Dcpu.c240 .tlb_fill = openrisc_cpu_tlb_fill,
/openbmc/qemu/target/s390x/
H A Dcpu.c367 .tlb_fill = s390_cpu_tlb_fill,
/openbmc/qemu/target/avr/
H A Dcpu.c214 .tlb_fill = avr_cpu_tlb_fill,
/openbmc/qemu/target/microblaze/
H A Dcpu.c428 .tlb_fill = mb_cpu_tlb_fill,
/openbmc/qemu/target/m68k/
H A Dcpu.c553 .tlb_fill = m68k_cpu_tlb_fill,
/openbmc/qemu/target/mips/
H A Dcpu.c559 .tlb_fill = mips_cpu_tlb_fill,
/openbmc/qemu/target/sparc/
H A Dcpu.c935 .tlb_fill = sparc_cpu_tlb_fill,
/openbmc/qemu/target/loongarch/
H A Dcpu.c801 .tlb_fill = loongarch_cpu_tlb_fill,
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c141 .tlb_fill = riscv_cpu_tlb_fill,
/openbmc/qemu/accel/tcg/
H A Dcputlb.c1247 if (ops->tlb_fill(cpu, addr, size, type, mmu_idx, probe, ra)) { in tlb_fill_align()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7417 .tlb_fill = ppc_cpu_tlb_fill,