Home
last modified time | relevance | path

Searched refs:BlockRAMRegistrar (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dblock-ram-registrar.c15 BlockRAMRegistrar *r = container_of(n, BlockRAMRegistrar, notifier); in ram_block_added()
32 BlockRAMRegistrar *r = container_of(n, BlockRAMRegistrar, notifier); in ram_block_removed()
36 void blk_ram_registrar_init(BlockRAMRegistrar *r, BlockBackend *blk) in blk_ram_registrar_init()
53 void blk_ram_registrar_destroy(BlockRAMRegistrar *r) in blk_ram_registrar_destroy()
/openbmc/qemu/include/sysemu/
H A Dblock-ram-registrar.h26 } BlockRAMRegistrar; typedef
28 void blk_ram_registrar_init(BlockRAMRegistrar *r, BlockBackend *blk);
29 void blk_ram_registrar_destroy(BlockRAMRegistrar *r);
32 static inline bool blk_ram_registrar_ok(BlockRAMRegistrar *r) in blk_ram_registrar_ok()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-blk.h76 BlockRAMRegistrar blk_ram_registrar;