| /qemu/include/hw/ppc/ |
| A D | pnv.h | 132 #define PNV_XSCOM_BASE(chip) \ argument 137 #define PNV_OCC_SENSOR_BASE(chip) (PNV_OCC_COMMON_AREA_BASE + \ argument 141 #define PNV_HOMER_BASE(chip) \ argument 160 #define PNV_ICP_BASE(chip) \ argument 165 #define PNV_PSIHB_BASE(chip) \ argument 169 #define PNV_PSIHB_FSP_BASE(chip) \ argument 176 #define PNV9_CHIP_BASE(chip, base) \ argument 205 #define PNV9_OCC_SENSOR_BASE(chip) (PNV9_OCC_COMMON_AREA_BASE + \ argument 209 #define PNV9_HOMER_BASE(chip) \ argument 215 #define PNV10_CHIP_BASE(chip, base) \ argument [all …]
|
| A D | pnv_i2c.h | 24 struct PnvChip *chip; member
|
| A D | pnv_homer.h | 42 PnvChip *chip; member
|
| A D | pnv_chiptod.h | 33 PnvChip *chip; member
|
| A D | pnv_xive.h | 33 PnvChip *chip; member 108 PnvChip *chip; member
|
| A D | pnv_core.h | 68 PnvChip *chip; member
|
| /qemu/hw/ppc/ |
| A D | pnv.c | 1480 PnvChip *chip = PNV_CHIP(chip8); in pnv_chip_icp_realize() local 1512 PnvChip *chip = PNV_CHIP(dev); in pnv_chip_power8_realize() local 1679 PnvChip *chip = PNV_CHIP(obj); in pnv_chip_power9_instance_init() local 1732 PnvChip *chip = PNV_CHIP(chip9); in pnv_chip_quad_realize() local 1781 PnvChip *chip = PNV_CHIP(dev); in pnv_chip_power9_realize() local 1965 PnvChip *chip = PNV_CHIP(obj); in pnv_chip_power10_instance_init() local 2003 PnvChip *chip = PNV_CHIP(chip10); in pnv_chip_power10_quad_realize() local 2054 PnvChip *chip = PNV_CHIP(dev); in pnv_chip_power10_realize() local 2414 PnvChip *chip = PNV_CHIP(dev); in pnv_chip_realize() local 2527 PnvChip *chip = pnv->chips[i]; in pnv_get_chip() local [all …]
|
| A D | pnv_xscom.c | 56 static uint32_t pnv_xscom_pcba(PnvChip *chip, uint64_t addr) in pnv_xscom_pcba() 61 static uint64_t xscom_read_default(PnvChip *chip, uint32_t pcba) in xscom_read_default() 106 static bool xscom_write_default(PnvChip *chip, uint32_t pcba, uint64_t val) in xscom_write_default() 151 PnvChip *chip = opaque; in xscom_read() local 179 PnvChip *chip = opaque; in xscom_write() local 212 void pnv_xscom_init(PnvChip *chip, uint64_t size, hwaddr addr) in pnv_xscom_init() 261 int pnv_dt_xscom(PnvChip *chip, void *fdt, int root_offset, in pnv_dt_xscom() 302 void pnv_xscom_add_subregion(PnvChip *chip, hwaddr offset, MemoryRegion *mr) in pnv_xscom_add_subregion()
|
| A D | pnv_homer.c | 134 PnvChip *chip = homer->chip; in pnv_homer_power8_pba_read() local 277 PnvChip *chip = homer->chip; in pnv_homer_power9_pba_read() local 340 PnvChip *chip = homer->chip; in pnv_homer_power10_pba_read() local
|
| A D | pnv_chiptod.c | 213 static PnvCore *pnv_chip_get_core_by_xscom_base(PnvChip *chip, in pnv_chip_get_core_by_xscom_base()
|
| A D | pnv_lpc.c | 127 int pnv_dt_lpc(PnvChip *chip, void *fdt, int root_offset, uint64_t lpcm_addr, in pnv_dt_lpc()
|
| /qemu/tests/qtest/ |
| A D | pnv-xscom-test.c | 15 static uint64_t pnv_xscom_read(QTestState *qts, const PnvChip *chip, in pnv_xscom_read() 21 static void test_xscom_cfam_id(QTestState *qts, const PnvChip *chip) in test_xscom_cfam_id() 30 const PnvChip *chip = data; in test_cfam_id() local 58 static void test_xscom_core(QTestState *qts, const PnvChip *chip) in test_xscom_core() 86 const PnvChip *chip = data; in test_core() local
|
| A D | pnv-spi-seeprom-test.c | 37 static void pnv_spi_xscom_write(QTestState *qts, const PnvChip *chip, in pnv_spi_xscom_write() 44 static uint64_t pnv_spi_xscom_read(QTestState *qts, const PnvChip *chip, in pnv_spi_xscom_read() 51 static void spi_seeprom_transaction(QTestState *qts, const PnvChip *chip) in spi_seeprom_transaction() 79 const PnvChip *chip = data; in test_spi_seeprom() local
|
| A D | pnv-host-i2c-test.c | 34 const PnvChip *chip; member 370 static void check_i2cm_por_regs(QTestState *qts, const PnvChip *chip) in check_i2cm_por_regs() 391 static void reset_all(QTestState *qts, const PnvChip *chip) in reset_all() 406 const PnvChip *chip = data; in test_host_i2c() local
|
| A D | pnv-xscom.h | 65 static inline uint64_t pnv_xscom_addr(const PnvChip *chip, uint32_t pcba) in pnv_xscom_addr()
|
| /qemu/hw/i386/kvm/ |
| A D | i8259.c | 39 struct kvm_irqchip chip; in kvm_pic_get() local 72 struct kvm_irqchip chip; in kvm_pic_put() local
|
| A D | ioapic.c | 58 struct kvm_irqchip chip; in kvm_ioapic_get() local 81 struct kvm_irqchip chip; in kvm_ioapic_put() local
|
| /qemu/hw/pci-host/ |
| A D | pnv_phb.c | 65 static Object *pnv_phb_user_get_parent(PnvChip *chip, PnvPHB *phb, Error **errp) in pnv_phb_user_get_parent() 83 PnvChip *chip = pnv_get_chip(pnv, phb->chip_id); in pnv_phb_user_device_init() local
|
| A D | pnv_phb.h | 28 PnvChip *chip; member
|
| A D | pnv_phb4_pec.c | 138 PnvPhb4PecState *pnv_pec_add_phb(PnvChip *chip, PnvPHB *phb, Error **errp) in pnv_pec_add_phb()
|
| /qemu/include/hw/pci-host/ |
| A D | pnv_phb3.h | 161 PnvChip *chip; member
|
| A D | pnv_phb4.h | 192 PnvChip *chip; member
|
| /qemu/hw/intc/ |
| A D | pnv_xive.c | 480 PnvChip *chip = xive->chip; in pnv_xive_match_nvt() local 1575 PnvChip *chip = xive->chip; in pnv_xive_get_indirect_tctx() local
|
| A D | pnv_xive2.c | 632 PnvChip *chip = xive->chip; in pnv_xive2_match_nvt() local 2047 PnvChip *chip = xive->chip; in pnv_xive2_get_indirect_tctx() local
|
| /qemu/hw/display/ |
| A D | vmware_vga.c | 97 struct vmsvga_state_s chip; member
|