/openbmc/qemu/target/sparc/ |
H A D | mmu_helper.c | 80 is_user = mmu_idx == MMU_USER_IDX; in get_physical_address() 510 case MMU_USER_IDX: in build_sfsr() 558 case MMU_USER_IDX: in get_physical_address_data() 657 case MMU_USER_IDX: in get_physical_address_code()
|
H A D | cpu.h | 674 #define MMU_USER_IDX 0 macro 681 #define MMU_USER_IDX 0 macro
|
H A D | ldst_helper.c | 1339 : (asi & 1 ? MMU_USER_SECONDARY_IDX : MMU_USER_IDX)); in helper_ld_asi() 1903 (1 << MMU_USER_IDX) | (1 << MMU_KERNEL_IDX)); in helper_st_asi()
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.h | 37 #define MMU_USER_IDX 14 macro 55 1 << MMU_USER_IDX | 1 << MMU_USER_P_IDX)
|
/openbmc/qemu/target/microblaze/ |
H A D | mmu.c | 132 if (mmu_idx == MMU_USER_IDX) in mmu_translate() 136 if (mmu_idx != MMU_USER_IDX) { in mmu_translate()
|
H A D | cpu.h | 407 #define MMU_USER_IDX 2 macro
|
H A D | cpu.c | 133 return MMU_USER_IDX; in mb_cpu_mmu_index()
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.h | 195 #define MMU_USER_IDX 1 macro 389 int ret = env->flags & ENV_FLAG_PS_USER ? MMU_USER_IDX : MMU_KERNEL_IDX; in alpha_env_mmu_index()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 379 arm_deliver_fault(cpu, addr, access_type, MMU_USER_IDX, &fi); in arm_cpu_record_sigsegv() 385 arm_cpu_do_unaligned_access(cs, addr, access_type, MMU_USER_IDX, ra); in arm_cpu_record_sigbus()
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu.h | 40 #define MMU_USER_IDX 0 macro
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.h | 247 #define MMU_USER_IDX 2 macro
|
/openbmc/qemu/include/exec/ |
H A D | cpu-all.h | 306 return MMU_USER_IDX; in cpu_mmu_index()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.h | 40 #define MMU_USER_IDX 0 macro 388 return MMU_USER_IDX; in s390x_env_mmu_index()
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.h | 46 MMU_USER_IDX = 2, enumerator
|
H A D | cpu.c | 77 return env->sr & SR_SM ? MMU_SUPERVISOR_IDX : MMU_USER_IDX; in openrisc_cpu_mmu_index()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu_helper.c | 183 int user_mode = mmu_idx == MMU_USER_IDX; in get_physical_address()
|
H A D | cpu.h | 436 #define MMU_USER_IDX MMU_PLV_USER macro
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.h | 583 #define MMU_USER_IDX 1 macro
|
H A D | cpu.c | 61 return cpu_env(cs)->sr & SR_S ? MMU_KERNEL_IDX : MMU_USER_IDX; in m68k_cpu_mmu_index()
|
H A D | helper.c | 981 if (mmu_idx != MMU_USER_IDX) { in m68k_cpu_tlb_fill() 1481 MMU_KERNEL_IDX : MMU_USER_IDX, page_size); in HELPER()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.h | 285 #define MMU_USER_IDX 1 macro
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.h | 711 #define MMU_USER_IDX 3 macro
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.h | 155 #define MMU_USER_IDX 3 macro
|
/openbmc/qemu/target/mips/ |
H A D | cpu.h | 1242 #define MMU_USER_IDX 2 macro
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 2497 #define MMU_USER_IDX MMU_USER64_IDX macro 2499 #define MMU_USER_IDX MMU_USER32_IDX macro
|