Searched defs:physical (Results 1 – 10 of 10) sorted by relevance
/qemu/target/loongarch/ |
H A D | cpu_helper.c | 46 static int loongarch_page_table_walker(CPULoongArchState *env, hwaddr *physical, in loongarch_page_table_walker() 121 static int loongarch_map_address(CPULoongArchState *env, hwaddr *physical, in loongarch_map_address() 160 int get_physical_address(CPULoongArchState *env, hwaddr *physical, in get_physical_address()
|
/qemu/target/mips/system/ |
H A D | physaddr.c | 77 static int get_seg_physical_address(CPUMIPSState *env, hwaddr *physical, in get_seg_physical_address() 101 static int get_segctl_physical_address(CPUMIPSState *env, hwaddr *physical, in get_segctl_physical_address() 115 int get_physical_address(CPUMIPSState *env, hwaddr *physical, in get_physical_address()
|
/qemu/target/tricore/ |
H A D | helper.c | 37 static int get_physical_address(CPUTriCoreState *env, hwaddr *physical, in get_physical_address() 74 hwaddr physical; in tricore_cpu_tlb_fill() local
|
/qemu/target/sh4/ |
H A D | helper.c | 328 static int get_mmu_address(CPUSH4State * env, target_ulong * physical, in get_mmu_address() 395 static int get_physical_address(CPUSH4State * env, target_ulong * physical, in get_physical_address() 436 target_ulong physical; in superh_cpu_get_phys_page_debug() local 803 target_ulong physical; in superh_cpu_tlb_fill() local
|
/qemu/target/m68k/ |
H A D | helper.c | 462 static void print_address_zone(uint32_t logical, uint32_t physical, in print_address_zone() 488 uint32_t logical = 0xffffffff, physical = 0xffffffff; in dump_address_map() local 730 static int get_physical_address(CPUM68KState *env, hwaddr *physical, in get_physical_address() 961 hwaddr physical; in m68k_cpu_tlb_fill() local 1459 hwaddr physical; in HELPER() local
|
/qemu/target/mips/tcg/system/ |
H A D | tlb_helper.c | 362 static int no_mmu_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, in no_mmu_map_address() 371 static int fixed_mmu_map_address(CPUMIPSState *env, hwaddr *physical, in fixed_mmu_map_address() 392 static int r4k_map_address(CPUMIPSState *env, hwaddr *physical, int *prot, in r4k_map_address() 913 hwaddr physical; in mips_cpu_tlb_fill() local 971 hwaddr physical; in cpu_mips_translate_address() local
|
/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 547 hwaddr physical; in loongarch_cpu_tlb_fill() local 674 static int loongarch_map_tlb_entry(CPULoongArchState *env, hwaddr *physical, in loongarch_map_tlb_entry() 743 int loongarch_get_addr_from_tlb(CPULoongArchState *env, hwaddr *physical, in loongarch_get_addr_from_tlb()
|
/qemu/target/rx/ |
H A D | cpu.c | 193 uint32_t address, physical, prot; in rx_cpu_tlb_fill() local
|
/qemu/target/sparc/ |
H A D | mmu_helper.c | 490 hwaddr *physical) in ultrasparc_tag_match()
|
/qemu/target/riscv/ |
H A D | cpu_helper.c | 1187 static int get_physical_address(CPURISCVState *env, hwaddr *physical, in get_physical_address()
|