Searched refs:AstroState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | astro.c | 288 AstroState *s = container_of(iommu, AstroState, iommu); in astro_translate_iommu() 533 AstroState *s = opaque; in astro_chip_read_with_attrs() 619 AstroState *s = opaque; in astro_chip_write_with_attrs() 719 VMSTATE_UINT64(ioc_ctrl, AstroState), 720 VMSTATE_UINT64(ioc_status_ctrl, AstroState), 721 VMSTATE_UINT64_ARRAY(ioc_ranges, AstroState, (0x03d8 - 0x300) / 8), 722 VMSTATE_UINT64(ioc_rope_config, AstroState), 723 VMSTATE_UINT64(ioc_status_control, AstroState), 724 VMSTATE_UINT64(ioc_flush_control, AstroState), 725 VMSTATE_UINT64_ARRAY(ioc_rope_control, AstroState, 8), [all …]
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | astro.h | 15 OBJECT_DECLARE_SIMPLE_TYPE(AstroState, ASTRO_CHIP) 32 struct AstroState; 38 struct AstroState *astro; 67 struct AstroState { struct
|
/openbmc/qemu/hw/hppa/ |
H A D | machine.c | 602 static AstroState *astro_init(void) in astro_init() 618 AstroState *astro; in machine_HP_C3700_init()
|