/openbmc/qemu/target/openrisc/ |
H A D | mmu.c | 129 tlb_set_page(cs, addr & TARGET_PAGE_MASK, in openrisc_cpu_tlb_fill()
|
/openbmc/qemu/target/tricore/ |
H A D | helper.c | 85 tlb_set_page(cs, address & TARGET_PAGE_MASK, in tricore_cpu_tlb_fill()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 166 tlb_set_page(cs, address, physical, prot, mmu_idx, TARGET_PAGE_SIZE); in rx_cpu_tlb_fill()
|
/openbmc/qemu/target/avr/ |
H A D | helper.c | 152 tlb_set_page(cs, address, paddr, prot, mmu_idx, page_size); in avr_cpu_tlb_fill()
|
/openbmc/qemu/target/cris/ |
H A D | helper.c | 70 tlb_set_page(cs, address & TARGET_PAGE_MASK, phy, in cris_cpu_tlb_fill()
|
/openbmc/qemu/include/exec/ |
H A D | exec-all.h | 241 void tlb_set_page(CPUState *cpu, vaddr addr,
|
/openbmc/qemu/target/xtensa/ |
H A D | helper.c | 280 tlb_set_page(cs, in xtensa_cpu_tlb_fill()
|
/openbmc/qemu/target/m68k/ |
H A D | helper.c | 966 tlb_set_page(cs, address & TARGET_PAGE_MASK, in m68k_cpu_tlb_fill() 988 tlb_set_page(cs, address & TARGET_PAGE_MASK, in m68k_cpu_tlb_fill() 1478 tlb_set_page(env_cpu(env), addr & TARGET_PAGE_MASK, in HELPER()
|
/openbmc/qemu/target/alpha/ |
H A D | helper.c | 320 tlb_set_page(cs, addr & TARGET_PAGE_MASK, phys & TARGET_PAGE_MASK, in alpha_cpu_tlb_fill()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 180 tlb_set_page(cs, address & TARGET_PAGE_MASK, raddr, prot, in s390_cpu_tlb_fill()
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | tlb_helper.c | 933 tlb_set_page(cs, address & TARGET_PAGE_MASK, in mips_cpu_tlb_fill() 951 tlb_set_page(cs, address & TARGET_PAGE_MASK, in mips_cpu_tlb_fill()
|
/openbmc/qemu/target/sh4/ |
H A D | helper.c | 810 tlb_set_page(cs, address, physical, prot, mmu_idx, TARGET_PAGE_SIZE); in superh_cpu_tlb_fill()
|
/openbmc/qemu/target/hppa/ |
H A D | mem_helper.c | 463 tlb_set_page(cs, addr & TARGET_PAGE_MASK, phys & TARGET_PAGE_MASK, in hppa_cpu_tlb_fill()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 491 tlb_set_page(cs, address & TARGET_PAGE_MASK, in loongarch_cpu_tlb_fill()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | 1370 tlb_set_page(cs, eaddr & TARGET_PAGE_MASK, raddr & TARGET_PAGE_MASK, in ppc_cpu_tlb_fill()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 1424 tlb_set_page(cs, address & ~(tlb_size - 1), pa & ~(tlb_size - 1), in riscv_cpu_tlb_fill()
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1215 void tlb_set_page(CPUState *cpu, vaddr addr, in tlb_set_page() function
|