Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dbindings.rs34 unsafe impl Send for CoalescedMemoryRange {} implementation
35 unsafe impl Sync for CoalescedMemoryRange {} implementation
/openbmc/qemu/include/exec/
H A Dmemory.h758 typedef struct CoalescedMemoryRange CoalescedMemoryRange; typedef
/openbmc/qemu/system/
H A Dmemory.c162 struct CoalescedMemoryRange { struct
164 QTAILQ_ENTRY(CoalescedMemoryRange) link; argument