Home
last modified time | relevance | path

Searched refs:cpu_physical_memory_map (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/scripts/coccinelle/
H A Dexec_rw_const.cocci31 - cpu_physical_memory_map(E1, E2, 0)
32 + cpu_physical_memory_map(E1, E2, false)
34 - cpu_physical_memory_map(E1, E2, 1)
35 + cpu_physical_memory_map(E1, E2, true)
/openbmc/qemu/target/s390x/
H A Dhelper.c107 lowcore = cpu_physical_memory_map(env->psa, &len, true); in cpu_map_lowcore()
207 sa = cpu_physical_memory_map(addr, &len, true); in s390_store_status()
259 sa = cpu_physical_memory_map(addr, &save, true); in s390_store_adtl_status()
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c590 msg = cpu_physical_memory_map(param, &len, 0); in hyperv_hcall_post_message()
731 reset_dbg_session = cpu_physical_memory_map(outgpa, &len, 1); in hyperv_hcall_reset_dbg_session()
776 debug_data_in = cpu_physical_memory_map(ingpa, &in_len, 0); in hyperv_hcall_retreive_dbg_data()
783 debug_data_out = cpu_physical_memory_map(outgpa, &out_len, 1); in hyperv_hcall_retreive_dbg_data()
835 post_data_in = cpu_physical_memory_map(ingpa, &in_len, 0); in hyperv_hcall_post_dbg_data()
847 post_data_out = cpu_physical_memory_map(outgpa, &out_len, 1); in hyperv_hcall_post_dbg_data()
H A Dsyndbg.c63 out_data = cpu_physical_memory_map(syndbg->pending_page_gpa, &out_len, 1); in set_pending_state()
111 debug_data = cpu_physical_memory_map(ingpa, &data_len, 0); in handle_send_msg()
221 out_data = cpu_physical_memory_map(outgpa, &out_len, 1); in handle_recv_msg()
H A Dvmbus.c745 int_map = cpu_physical_memory_map(addr, &len, 1); in vmbus_channel_notify_guest()
2248 int_map = cpu_physical_memory_map(addr, &len, 1); in vmbus_signal_event()
/openbmc/qemu/hw/nvram/
H A Dspapr_nvram.c91 membuf = cpu_physical_memory_map(buffer, &len, true); in OBJECT_DECLARE_SIMPLE_TYPE()
129 membuf = cpu_physical_memory_map(buffer, &len, false); in rtas_nvram_store()
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c216 void *buf = cpu_physical_memory_map(paddr, &sz, !is_write); in HELPER()
415 void *buf = cpu_physical_memory_map(base, &len, 1); in HELPER()
/openbmc/qemu/hw/display/
H A Dramfb.c66 data = cpu_physical_memory_map(addr, &mapsize, false); in ramfb_create_display_surface()
H A Domap_dss.c636 data = cpu_physical_memory_map(data_addr, &len, false); in omap_rfbi_transfer_start()
H A Dexynos4210_fimd.c1165 w->host_fb_addr = cpu_physical_memory_map(fb_start_addr, &fb_mapped_len, in fimd_update_memory_section()
/openbmc/qemu/include/exec/
H A Dcpu-common.h155 void *cpu_physical_memory_map(hwaddr addr,
/openbmc/qemu/hw/misc/
H A Dpc-testdev.c128 void *a = cpu_physical_memory_map(data & ~0xffful, &page, false); in test_flush_page_write()
/openbmc/qemu/hw/ppc/
H A Dppc440_uc.c607 rptr = cpu_physical_memory_map(dma->ch[chnl].sa, &rlen, in dcr_write_dma()
609 wptr = cpu_physical_memory_map(dma->ch[chnl].da, &wlen, in dcr_write_dma()
H A Dspapr_hcall.c271 pdst = cpu_physical_memory_map(dst, &len, true); in h_page_init()
282 psrc = cpu_physical_memory_map(src, &len, false); in h_page_init()
/openbmc/qemu/dump/
H A Dwin_dump.c60 buf = cpu_physical_memory_map(addr, &len, false); in write_run()
/openbmc/qemu/hw/s390x/
H A Dipl.c697 addr = cpu_physical_memory_map(cpu->env.psa, &len, true); in s390_ipl_prepare_qipl()
H A Dvirtio-ccw.c836 ind_addr = cpu_physical_memory_map(ind_loc, &len, true); in virtio_set_ind_atomic()
H A Ds390-pci-bus.c658 ind_addr = cpu_physical_memory_map(ind_loc, &len, true); in set_ind_atomic()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c427 sa = cpu_physical_memory_map(mcesao, &len, true); in mchk_store_vregs()
/openbmc/qemu/hw/virtio/
H A Dvhost.c399 return cpu_physical_memory_map(addr, plen, is_write); in vhost_memory_map()
/openbmc/qemu/system/
H A Dphysmem.c3216 void *cpu_physical_memory_map(hwaddr addr, in cpu_physical_memory_map() function