Searched defs:RAMBlock (Results 1 – 2 of 2) sorted by relevance
30 struct RAMBlock { struct43 QLIST_ENTRY(RAMBlock) next; argument45 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 …]
109 typedef struct RAMBlock RAMBlock; typedef