Home
last modified time | relevance | path

Searched refs:arm_mmu_idx (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c570 uintptr_t ra, ARMMMUIdx arm_mmu_idx, int el) in mte_async_check_fail() argument
574 if (regime_has_2_ranges(arm_mmu_idx)) { in mte_async_check_fail()
597 ARMMMUIdx arm_mmu_idx = core_to_aa64_mmu_idx(mmu_idx); in mte_check_fail() local
601 reg_el = regime_el(env, arm_mmu_idx); in mte_check_fail()
604 switch (arm_mmu_idx) { in mte_check_fail()
631 mte_async_check_fail(env, dirty_ptr, ra, arm_mmu_idx, el); in mte_check_fail()
640 mte_async_check_fail(env, dirty_ptr, ra, arm_mmu_idx, el); in mte_check_fail()
H A Dtlb_helper.c84 ARMMMUIdx arm_mmu_idx = core_to_arm_mmu_idx(env, mmu_idx); in compute_fsr_fsc() local
97 arm_s1_regime_using_lpae_format(env, arm_mmu_idx))) { in compute_fsr_fsc()
H A Dm_helper.c789 mmu_idx = arm_mmu_idx(env); in v7m_push_callee_stack()
1188 ARMMMUIdx mmu_idx = arm_mmu_idx(env); in v7m_push_stack()
/openbmc/qemu/target/arm/
H A Dinternals.h1179 ARMMMUIdx arm_mmu_idx(CPUARMState *env);
H A Dptw.c144 return stage_1_mmu_idx(arm_mmu_idx(env)); in arm_stage1_mmu_idx()
3637 ARMMMUIdx mmu_idx = arm_mmu_idx(env); in arm_cpu_get_phys_page_attrs_debug()
H A Dhelper.c2935 switch (arm_mmu_idx(env)) { in gt_phys_redir_timeridx()
2947 switch (arm_mmu_idx(env)) { in gt_virt_redir_timeridx()
12634 ARMMMUIdx arm_mmu_idx(CPUARMState *env) in arm_mmu_idx() function