Home
last modified time | relevance | path

Searched refs:is_ram (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/virtio/
H A Dvhost-vdpa.c50 bool is_ram = memory_region_is_ram(section->mr); in vhost_vdpa_listener_skipped_section() local
57 if ((!is_ram && !is_iommu) || is_protected || is_ram_device) { in vhost_vdpa_listener_skipped_section()
58 trace_vhost_vdpa_skipped_memory_section(is_ram, is_iommu, is_protected, in vhost_vdpa_listener_skipped_section()
H A Dtrace-events33 …_memory_section(int is_ram, int is_iommu, int is_protected, int is_ram_device, uint64_t first, uin…
/qemu/migration/
H A Dsavevm.c219 int is_ram; member
789 se->is_ram = 1; in register_savevm_live()
1779 if (se->is_ram) { in qemu_save_device_state()
2629 if (xen_enabled() && se->is_ram) { in qemu_loadvm_section_start_full()
/qemu/accel/tcg/
H A Dcputlb.c1177 bool is_ram, is_romd; in tlb_set_page_full() local
1206 is_ram = memory_region_is_ram(section->mr); in tlb_set_page_full()
1209 if (is_ram || is_romd) { in tlb_set_page_full()
1218 if (is_ram) { in tlb_set_page_full()