Searched defs:physical (Results 1 – 10 of 10) sorted by relevance
/qemu/target/loongarch/ |
A D | cpu_helper.c | 15 static int loongarch_map_tlb_entry(CPULoongArchState *env, hwaddr *physical, in loongarch_map_tlb_entry() 144 static int loongarch_map_address(CPULoongArchState *env, hwaddr *physical, in loongarch_map_address() 159 static int loongarch_map_address(CPULoongArchState *env, hwaddr *physical, in loongarch_map_address() 179 int get_physical_address(CPULoongArchState *env, hwaddr *physical, in get_physical_address()
|
/qemu/target/mips/sysemu/ |
A D | physaddr.c | 78 static int get_seg_physical_address(CPUMIPSState *env, hwaddr *physical, in get_seg_physical_address() 102 static int get_segctl_physical_address(CPUMIPSState *env, hwaddr *physical, in get_segctl_physical_address() 116 int get_physical_address(CPUMIPSState *env, hwaddr *physical, in get_physical_address()
|
/qemu/target/tricore/ |
A D | helper.c | 35 static int get_physical_address(CPUTriCoreState *env, hwaddr *physical, in get_physical_address() 72 hwaddr physical; in tricore_cpu_tlb_fill() local
|
/qemu/target/sh4/ |
A D | helper.c | 327 static int get_mmu_address(CPUSH4State * env, target_ulong * physical, in get_mmu_address() 394 static int get_physical_address(CPUSH4State * env, target_ulong * physical, in get_physical_address() 435 target_ulong physical; in superh_cpu_get_phys_page_debug() local 802 target_ulong physical; in superh_cpu_tlb_fill() local
|
/qemu/target/m68k/ |
A D | helper.c | 459 static void print_address_zone(uint32_t logical, uint32_t physical, in print_address_zone() 485 uint32_t logical = 0xffffffff, physical = 0xffffffff; in dump_address_map() local 727 static int get_physical_address(CPUM68KState *env, hwaddr *physical, in get_physical_address() 958 hwaddr physical; in m68k_cpu_tlb_fill() local 1456 hwaddr physical; in HELPER() local
|
/qemu/target/mips/tcg/sysemu/ |
A D | tlb_helper.c | 361 static int no_mmu_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, in no_mmu_map_address() 370 static int fixed_mmu_map_address(CPUMIPSState *env, hwaddr *physical, in fixed_mmu_map_address() 391 static int r4k_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, in r4k_map_address() 912 hwaddr physical; in mips_cpu_tlb_fill() local 970 hwaddr physical; in cpu_mips_translate_address() local
|
/qemu/target/rx/ |
A D | cpu.c | 168 uint32_t address, physical, prot; in rx_cpu_tlb_fill() local
|
/qemu/target/loongarch/tcg/ |
A D | tlb_helper.c | 482 hwaddr physical; in loongarch_cpu_tlb_fill() local
|
/qemu/target/sparc/ |
A D | mmu_helper.c | 486 hwaddr *physical) in ultrasparc_tag_match()
|
/qemu/target/riscv/ |
A D | cpu_helper.c | 882 static int get_physical_address(CPURISCVState *env, hwaddr *physical, in get_physical_address()
|
Completed in 30 milliseconds