Home
last modified time | relevance | path

Searched refs:CoalescedMemoryRange (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/rust/qemu-api/src/
H A Dbindings.rs37 unsafe impl Send for CoalescedMemoryRange {} implementation
38 unsafe impl Sync for CoalescedMemoryRange {} implementation
/openbmc/qemu/include/system/
H A Dmemory.h816 typedef struct CoalescedMemoryRange CoalescedMemoryRange; typedef
861 QTAILQ_HEAD(, CoalescedMemoryRange) coalesced;
/openbmc/qemu/system/
H A Dmemory.c164 struct CoalescedMemoryRange { struct
166 QTAILQ_ENTRY(CoalescedMemoryRange) link; argument
1018 CoalescedMemoryRange *cmr, bool add) in flat_range_coalesced_io_notify()
1043 CoalescedMemoryRange *cmr; in flat_range_coalesced_io_del()
1053 CoalescedMemoryRange *cmr; in flat_range_coalesced_io_add()
1070 CoalescedMemoryRange *cmr; in flat_range_coalesced_io_notify_listener_add_del()
2610 CoalescedMemoryRange *cmr, in memory_region_update_coalesced_range()
2638 CoalescedMemoryRange *cmr = g_malloc(sizeof(*cmr)); in memory_region_add_coalescing()
2648 CoalescedMemoryRange *cmr; in memory_region_clear_coalescing()