Searched refs:cpu_sparc_get_phys_page (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | mmu_helper.c | 871 static int cpu_sparc_get_phys_page(CPUSPARCState *env, hwaddr *phys, in cpu_sparc_get_phys_page() function 890 if (cpu_sparc_get_phys_page(env, &phys_addr, addr, 4, mmu_idx) != 0) { in cpu_get_phys_page_nofault() 903 if (cpu_sparc_get_phys_page(env, &phys_addr, addr, 2, mmu_idx) != 0) { in sparc_cpu_get_phys_page_debug() 904 if (cpu_sparc_get_phys_page(env, &phys_addr, addr, 0, mmu_idx) != 0) { in sparc_cpu_get_phys_page_debug()
|