Home
last modified time | relevance | path

Searched refs:RamBlockAttributes (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/system/
H A Dramblock.h23 OBJECT_DECLARE_SIMPLE_TYPE(RamBlockAttributes, RAM_BLOCK_ATTRIBUTES)
44 RamBlockAttributes *attributes;
94 struct RamBlockAttributes {
112 RamBlockAttributes *ram_block_attributes_create(RAMBlock *ram_block);
113 void ram_block_attributes_destroy(RamBlockAttributes *attr);
114 int ram_block_attributes_state_change(RamBlockAttributes *attr, uint64_t offset,
99 struct RamBlockAttributes { global() struct
111 bitmapRamBlockAttributes global() argument
/openbmc/qemu/system/
H A Dram-block-attributes.c17 OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES(RamBlockAttributes,
40 const RamBlockAttributes *attr = RAM_BLOCK_ATTRIBUTES(rdm); in ram_block_attributes_rdm_is_populated()
75 ram_block_attributes_for_each_populated_section(const RamBlockAttributes *attr, in ram_block_attributes_for_each_populated_section()
116 ram_block_attributes_for_each_discarded_section(const RamBlockAttributes *attr, in ram_block_attributes_for_each_discarded_section()
161 const RamBlockAttributes *attr = RAM_BLOCK_ATTRIBUTES(rdm); in ram_block_attributes_rdm_get_min_granularity()
172 RamBlockAttributes *attr = RAM_BLOCK_ATTRIBUTES(rdm); in ram_block_attributes_rdm_register_listener()
193 RamBlockAttributes *attr = RAM_BLOCK_ATTRIBUTES(rdm); in ram_block_attributes_rdm_unregister_listener()
235 RamBlockAttributes *attr = RAM_BLOCK_ATTRIBUTES(rdm); in ram_block_attributes_rdm_replay_populated()
249 RamBlockAttributes *attr = RAM_BLOCK_ATTRIBUTES(rdm); in ram_block_attributes_rdm_replay_discarded()
258 ram_block_attributes_is_valid_range(RamBlockAttributes *att
[all...]