Searched refs:tlb_fill (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/include/hw/core/ |
H A D | tcg-cpu-ops.h | 167 bool (*tlb_fill)(CPUState *cpu, vaddr address, int size, member
|
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 120 .tlb_fill = x86_cpu_tlb_fill,
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 176 .tlb_fill = tricore_cpu_tlb_fill,
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 198 .tlb_fill = rx_cpu_tlb_fill,
|
/openbmc/u-boot/arch/nds32/cpu/n1213/ |
H A D | start.S | 51 j tlb_fill 433 tlb_fill: label
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 231 .tlb_fill = alpha_cpu_tlb_fill,
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 235 .tlb_fill = xtensa_cpu_tlb_fill,
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 255 .tlb_fill = superh_cpu_tlb_fill,
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 240 .tlb_fill = openrisc_cpu_tlb_fill,
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 367 .tlb_fill = s390_cpu_tlb_fill,
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 214 .tlb_fill = avr_cpu_tlb_fill,
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 428 .tlb_fill = mb_cpu_tlb_fill,
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 553 .tlb_fill = m68k_cpu_tlb_fill,
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 559 .tlb_fill = mips_cpu_tlb_fill,
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 935 .tlb_fill = sparc_cpu_tlb_fill,
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 801 .tlb_fill = loongarch_cpu_tlb_fill,
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 141 .tlb_fill = riscv_cpu_tlb_fill,
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1247 if (ops->tlb_fill(cpu, addr, size, type, mmu_idx, probe, ra)) { in tlb_fill_align()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7417 .tlb_fill = ppc_cpu_tlb_fill,
|