Home
last modified time | relevance | path

Searched refs:cpu_mmu_index (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dldst_common.c.inc371 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 Dcputlb.c1538 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 Dop_helper.c48 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 Dmem_helper.c714 int mmu_idx = cpu_mmu_index(env_cpu(env), 0); in HELPER()
/openbmc/qemu/target/arm/
H A Dgdbstub64.c465 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 Duaccess.c29 int mmu_idx = cpu_mmu_index(env_cpu(env), false); in uaccess_strlen_user()
/openbmc/qemu/include/exec/
H A Dcpu-common.h275 static inline int cpu_mmu_index(CPUState *cs, bool ifetch) in cpu_mmu_index() function
H A Dcpu-all.h304 static inline int cpu_mmu_index(CPUState *cs, bool ifetch) in cpu_mmu_index() function
/openbmc/qemu/target/tricore/
H A Dhelper.c52 int mmu_idx = cpu_mmu_index(cs, false); in tricore_cpu_get_phys_page_debug()
H A Dtranslate.c8355 ctx->mem_idx = cpu_mmu_index(cs, false); in tricore_tr_init_disas_context()
/openbmc/qemu/target/i386/tcg/
H A Daccess.c51 int mmu_idx = cpu_mmu_index(env_cpu(env), false); in access_prepare()
H A Dtranslate.c3655 dc->mem_index = cpu_mmu_index(cpu, false); in i386_tr_init_disas_context()
/openbmc/qemu/target/loongarch/
H A Dcpu_helper.c235 cpu_mmu_index(cs, false)) != 0) { in loongarch_cpu_get_phys_page_debug()
/openbmc/qemu/target/microblaze/
H A Dhelper.c234 int mmu_idx = cpu_mmu_index(cs, false); in mb_cpu_get_phys_page_attrs_debug()
H A Dmmu.c309 0, cpu_mmu_index(env_cpu(env), false)); in mmu_write()
H A Dtranslate.c1607 dc->mem_index = cpu_mmu_index(cs, false); in mb_tr_init_disas_context()
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst166 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 Dcpu.h756 flags = cpu_mmu_index(env_cpu(env), false); in cpu_get_tb_cpu_state()
H A Dmmu_helper.c901 int mmu_idx = cpu_mmu_index(cs, false); in sparc_cpu_get_phys_page_debug()
/openbmc/qemu/target/loongarch/tcg/
H A Dtlb_helper.c122 int mmu_idx = cpu_mmu_index(env_cpu(env), false); in invalidate_tlb_entry()
/openbmc/qemu/target/m68k/
H A Dop_helper.c799 int mmu_idx = cpu_mmu_index(env_cpu(env), 0); in do_cas2l()
/openbmc/qemu/target/xtensa/
H A Dmmu_helper.c70 cpu_mmu_index(env_cpu(env), true), GETPC()); in HELPER()
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c1888 int mmu_idx = cpu_mmu_index(env_cpu(env), true); in is_guarded_page()
/openbmc/qemu/target/openrisc/
H A Dtranslate.c1530 dc->mem_idx = cpu_mmu_index(cs, false); in openrisc_tr_init_disas_context()