Home
last modified time | relevance | path

Searched refs:ppc64_phys_to_real (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_tpm_proxy.c40 uint64_t data_in = ppc64_phys_to_real(args[1]); in tpm_execute()
42 uint64_t data_out = ppc64_phys_to_real(args[3]); in tpm_execute()
H A Dspapr_vof.c21 ppc64_phys_to_real(_args[0])); in spapr_h_vof_client()
H A Dspapr_hcall.c1343 target_ulong vec = ppc64_phys_to_real(args[0]); in h_client_architecture_support()
1463 target_ulong dt = ppc64_phys_to_real(args[0]); in h_update_dt()
H A Dspapr_rtas.c257 hwaddr phys = ppc64_phys_to_real(addr); in sysparm_st()
H A Dspapr_drc.c1143 cpu_physical_memory_write(ppc64_phys_to_real(addr + offset), in configure_connector_st()
/qemu/include/hw/ppc/
H A Dspapr.h799 static inline uint64_t ppc64_phys_to_real(uint64_t addr) in ppc64_phys_to_real() function
807 ppc64_phys_to_real(phys + 4 * n)); in rtas_ld()
817 stl_be_phys(&address_space_memory, ppc64_phys_to_real(phys + 4 * n), val); in rtas_st()