Lines Matching defs:RAMBlock
30 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;
63 off_t bitmap_offset;
64 uint64_t pages_offset;
67 unsigned long *receivedmap;
102 RAMBlock *ram_block; argument