Home
last modified time | relevance | path

Searched defs:RAMBlock (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/system/
H A Dramblock.h30 struct RAMBlock { struct
43 QLIST_ENTRY(RAMBlock) next; argument
45 Error *cpr_blocker;
46 int fd;
47 uint64_t fd_offset;
48 int guest_memfd;
49 RamBlockAttributes *attributes;
50 size_t page_size;
52 unsigned long *bmap;
58 unsigned long *file_bmap;
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h109 typedef struct RAMBlock RAMBlock; typedef