/openbmc/qemu/accel/tcg/ |
H A D | ldst_common.c.inc | 371 int mmu_index = cpu_mmu_index(env_cpu(env), false); 382 int mmu_index = cpu_mmu_index(env_cpu(env), false); 393 int mmu_index = cpu_mmu_index(env_cpu(env), false); 399 int mmu_index = cpu_mmu_index(env_cpu(env), false); 405 int mmu_index = cpu_mmu_index(env_cpu(env), false); 416 int mmu_index = cpu_mmu_index(env_cpu(env), false); 422 int mmu_index = cpu_mmu_index(env_cpu(env), false); 429 int mmu_index = cpu_mmu_index(env_cpu(env), false); 436 int mmu_index = cpu_mmu_index(env_cpu(env), false); 443 int mmu_index = cpu_mmu_index(env_cpu(env), false); [all …]
|
H A D | cputlb.c | 1538 cpu_mmu_index(env_cpu(env), true), false, in get_page_addr_code_hostp() 2899 MemOpIdx oi = make_memop_idx(MO_UB, cpu_mmu_index(cs, true)); in cpu_ldub_code() 2906 MemOpIdx oi = make_memop_idx(MO_TEUW, cpu_mmu_index(cs, true)); in cpu_lduw_code() 2913 MemOpIdx oi = make_memop_idx(MO_TEUL, cpu_mmu_index(cs, true)); in cpu_ldl_code() 2920 MemOpIdx oi = make_memop_idx(MO_TEUQ, cpu_mmu_index(cs, true)); in cpu_ldq_code()
|
/openbmc/qemu/target/hppa/ |
H A D | op_helper.c | 48 int mmu_idx = cpu_mmu_index(env_cpu(env), 0); in atomic_store_mask32() 75 int mmu_idx = cpu_mmu_index(env_cpu(env), 0); in atomic_store_mask64() 224 probe_write(env, addr, 0, cpu_mmu_index(env_cpu(env), 0), ra); in do_stby_e() 285 probe_write(env, addr, 0, cpu_mmu_index(env_cpu(env), 0), ra); in do_stdby_e()
|
H A D | mem_helper.c | 714 int mmu_idx = cpu_mmu_index(env_cpu(env), 0); in HELPER()
|
/openbmc/qemu/target/arm/ |
H A D | gdbstub64.c | 465 mmu_index = cpu_mmu_index(env_cpu(env), false); in handle_q_memtag() 494 mmu_index = cpu_mmu_index(env_cpu(env), false); in handle_q_isaddresstagged() 540 mmu_index = cpu_mmu_index(env_cpu(env), false); in handle_Q_memtag()
|
/openbmc/qemu/semihosting/ |
H A D | uaccess.c | 29 int mmu_idx = cpu_mmu_index(env_cpu(env), false); in uaccess_strlen_user()
|
/openbmc/qemu/include/exec/ |
H A D | cpu-common.h | 275 static inline int cpu_mmu_index(CPUState *cs, bool ifetch) in cpu_mmu_index() function
|
H A D | cpu-all.h | 304 static inline int cpu_mmu_index(CPUState *cs, bool ifetch) in cpu_mmu_index() function
|
/openbmc/qemu/target/tricore/ |
H A D | helper.c | 52 int mmu_idx = cpu_mmu_index(cs, false); in tricore_cpu_get_phys_page_debug()
|
H A D | translate.c | 8355 ctx->mem_idx = cpu_mmu_index(cs, false); in tricore_tr_init_disas_context()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | access.c | 51 int mmu_idx = cpu_mmu_index(env_cpu(env), false); in access_prepare()
|
H A D | translate.c | 3655 dc->mem_index = cpu_mmu_index(cpu, false); in i386_tr_init_disas_context()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu_helper.c | 235 cpu_mmu_index(cs, false)) != 0) { in loongarch_cpu_get_phys_page_debug()
|
/openbmc/qemu/target/microblaze/ |
H A D | helper.c | 234 int mmu_idx = cpu_mmu_index(cs, false); in mb_cpu_get_phys_page_attrs_debug()
|
H A D | mmu.c | 309 0, cpu_mmu_index(env_cpu(env), false)); in mmu_write()
|
H A D | translate.c | 1607 dc->mem_index = cpu_mmu_index(cs, false); in mb_tr_init_disas_context()
|
/openbmc/qemu/docs/devel/ |
H A D | loads-stores.rst | 166 of the guest CPU, as determined by ``cpu_mmu_index(env, false)``. 243 by ``cpu_mmu_index(env, true)``. The ``retaddr`` parameter is 0, and
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.h | 756 flags = cpu_mmu_index(env_cpu(env), false); in cpu_get_tb_cpu_state()
|
H A D | mmu_helper.c | 901 int mmu_idx = cpu_mmu_index(cs, false); in sparc_cpu_get_phys_page_debug()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 122 int mmu_idx = cpu_mmu_index(env_cpu(env), false); in invalidate_tlb_entry()
|
/openbmc/qemu/target/m68k/ |
H A D | op_helper.c | 799 int mmu_idx = cpu_mmu_index(env_cpu(env), 0); in do_cas2l()
|
/openbmc/qemu/target/xtensa/ |
H A D | mmu_helper.c | 70 cpu_mmu_index(env_cpu(env), true), GETPC()); in HELPER()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 1888 int mmu_idx = cpu_mmu_index(env_cpu(env), true); in is_guarded_page()
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 1530 dc->mem_idx = cpu_mmu_index(cs, false); in openrisc_tr_init_disas_context()
|