Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Dastro.h15 OBJECT_DECLARE_SIMPLE_TYPE(AstroState, ASTRO_CHIP)
34 struct AstroState;
40 struct AstroState *astro;
69 struct AstroState { struct
/openbmc/qemu/hw/pci-host/
H A Dastro.c289 AstroState *s = container_of(iommu, AstroState, iommu); in astro_translate_iommu()
526 static void adjust_LMMIO_DIRECT_mapping(AstroState *s, unsigned int reg_index) in adjust_LMMIO_DIRECT_mapping()
577 AstroState *s = opaque; in astro_chip_read_with_attrs()
663 AstroState *s = opaque; in astro_chip_write_with_attrs()
768 VMSTATE_UINT64(ioc_ctrl, AstroState),
769 VMSTATE_UINT64(ioc_status_ctrl, AstroState),
770 VMSTATE_UINT64_ARRAY(ioc_ranges, AstroState, (0x03d8 - 0x300) / 8),
771 VMSTATE_UINT64(ioc_rope_config, AstroState),
772 VMSTATE_UINT64(ioc_status_control, AstroState),
773 VMSTATE_UINT64(ioc_flush_control, AstroState),
[all …]
/openbmc/qemu/hw/hppa/
H A Dmachine.c681 static AstroState *astro_init(void) in hppa_nmi()
697 AstroState *astro; in HP_B160L_machine_init_class_init()