Searched refs:RamDevice (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 495 typedef struct RamDevice RamDevice; typedef 496 DECLARE_INSTANCE_CHECKER(RamDevice, SUN4U_RAM, 499 struct RamDevice { struct 509 RamDevice *d = SUN4U_RAM(dev); in ram_realize() argument 522 RamDevice *d; in ram_init() 536 DEFINE_PROP_UINT64("size", RamDevice, size, 0), 551 .instance_size = sizeof(RamDevice),
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 755 typedef struct RamDevice RamDevice; typedef 756 DECLARE_INSTANCE_CHECKER(RamDevice, SUN4M_RAM, 759 struct RamDevice { struct 767 RamDevice *d = SUN4M_RAM(dev); in ram_realize() argument 775 RamDevice *d = SUN4M_RAM(obj); in ram_initfn() 794 .instance_size = sizeof(RamDevice),
|