Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dbindings.rs39 unsafe impl Send for MemoryRegionOps {} implementation
40 unsafe impl Sync for MemoryRegionOps {} implementation
H A Dmemory.rs23 pub struct MemoryRegionOps<T>( struct
39 unsafe impl<T: Sync> Sync for MemoryRegionOps<T> {} implementation
152 ops: &'static bindings::MemoryRegionOps, in do_init_io()
/openbmc/qemu/include/exec/
H A Dmemory.h80 typedef struct MemoryRegionOps MemoryRegionOps; typedef
274 struct MemoryRegionOps { struct
277 uint64_t (*read)(void *opaque,
282 void (*write)(void *opaque,
287 MemTxResult (*read_with_attrs)(void *opaque,
292 MemTxResult (*write_with_attrs)(void *opaque,
298 enum device_endian endianness;
300 struct {
318 } valid;
320 struct {
[all …]