Searched refs:MMU_PHYS_IDX (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 216 svm_save_seg(env, MMU_PHYS_IDX, in helper_vmrun() 219 svm_save_seg(env, MMU_PHYS_IDX, in helper_vmrun() 222 svm_save_seg(env, MMU_PHYS_IDX, in helper_vmrun() 225 svm_save_seg(env, MMU_PHYS_IDX, in helper_vmrun() 353 svm_load_seg_cache(env, MMU_PHYS_IDX, in helper_vmrun() 355 svm_load_seg_cache(env, MMU_PHYS_IDX, in helper_vmrun() 357 svm_load_seg_cache(env, MMU_PHYS_IDX, in helper_vmrun() 359 svm_load_seg_cache(env, MMU_PHYS_IDX, in helper_vmrun() 361 svm_load_seg(env, MMU_PHYS_IDX, in helper_vmrun() 363 svm_load_seg(env, MMU_PHYS_IDX, in helper_vmrun() [all …]
|
H A D | excp_helper.c | 555 case MMU_PHYS_IDX: in get_physical_address() 564 in.ptw_idx = MMU_PHYS_IDX; in get_physical_address() 582 in.ptw_idx = use_stage2 ? MMU_NESTED_IDX : MMU_PHYS_IDX; in get_physical_address()
|
/openbmc/qemu/target/sparc/ |
H A D | mmu_helper.c | 82 if (mmu_idx == MMU_PHYS_IDX) { in get_physical_address() 507 case MMU_PHYS_IDX: in build_sfsr() 556 case MMU_PHYS_IDX: in get_physical_address_data() 653 case MMU_PHYS_IDX: in get_physical_address_code() 743 if (mmu_idx == MMU_PHYS_IDX) { in get_physical_address()
|
H A D | cpu.c | 728 return MMU_PHYS_IDX; in sparc_cpu_mmu_index() 737 return MMU_PHYS_IDX; in sparc_cpu_mmu_index() 739 return MMU_PHYS_IDX; in sparc_cpu_mmu_index()
|
H A D | cpu.h | 679 #define MMU_PHYS_IDX 5 macro 683 #define MMU_PHYS_IDX 2 macro
|
H A D | translate.c | 1579 mem_idx = MMU_PHYS_IDX; in resolve_asi() 1595 mem_idx = (dc->mem_idx == MMU_PHYS_IDX) ? MMU_PHYS_IDX : mem_idx; in resolve_asi() 1623 mem_idx = MMU_PHYS_IDX; in resolve_asi() 1632 mem_idx = MMU_PHYS_IDX; in resolve_asi()
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 2385 tcg_gen_qemu_ld_i64(va, addr, MMU_PHYS_IDX, MO_LESL | MO_ALIGN); in translate_one() 2389 tcg_gen_qemu_ld_i64(va, addr, MMU_PHYS_IDX, MO_LEUQ | MO_ALIGN); in translate_one() 2393 tcg_gen_qemu_ld_i64(va, addr, MMU_PHYS_IDX, MO_LESL | MO_ALIGN); in translate_one() 2399 tcg_gen_qemu_ld_i64(va, addr, MMU_PHYS_IDX, MO_LEUQ | MO_ALIGN); in translate_one() 2649 tcg_gen_qemu_st_i64(va, tmp, MMU_PHYS_IDX, MO_LESL | MO_ALIGN); in translate_one() 2657 tcg_gen_qemu_st_i64(va, tmp, MMU_PHYS_IDX, MO_LEUQ | MO_ALIGN); in translate_one() 2662 MMU_PHYS_IDX, MO_LESL | MO_ALIGN); in translate_one() 2667 MMU_PHYS_IDX, MO_LEUQ | MO_ALIGN); in translate_one()
|
H A D | cpu.h | 196 #define MMU_PHYS_IDX 2 macro
|
H A D | helper.c | 178 if (mmu_idx == MMU_PHYS_IDX) { in get_physical_address()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 2492 #define MMU_PHYS_IDX 6 macro 2515 assert(mmu_index < MMU_PHYS_IDX); in is_mmu_index_32()
|