Searched refs:PnvMachineState (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | pnv.h | 67 typedef struct PnvMachineState PnvMachineState; typedef 68 DECLARE_OBJ_CHECKERS(PnvMachineState, PnvMachineClass, 83 void (*dt_power_mgt)(PnvMachineState *pnv, void *fdt); 84 void (*i2c_init)(PnvMachineState *pnv); 87 struct PnvMachineState { struct 111 PnvChip *pnv_get_chip(PnvMachineState *pnv, uint32_t chip_id); argument
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 605 static void pnv_dt_isa(PnvMachineState *pnv, void *fdt) in pnv_dt_isa() 628 static void pnv_dt_power_mgt(PnvMachineState *pnv, void *fdt) in pnv_dt_power_mgt() 641 PnvMachineState *pnv = PNV_MACHINE(machine); in pnv_dt_create() 705 PnvMachineState *pnv = container_of(n, PnvMachineState, powerdown_notifier); in pnv_powerdown_notify() 714 PnvMachineState *pnv = PNV_MACHINE(machine); in pnv_reset() 915 static uint64_t pnv_chip_get_ram_size(PnvMachineState *pnv, int chip_id) in pnv_chip_get_ram_size() 936 PnvMachineState *pnv = PNV_MACHINE(machine); in pnv_init() 2239 static void pnv_rainier_i2c_init(PnvMachineState *pnv) in pnv_rainier_i2c_init() 2304 static void pnv_chip_core_sanitize(PnvMachineState *pnv, PnvChip *chip, in pnv_chip_core_sanitize() 2348 PnvMachineState *pnv = PNV_MACHINE(qdev_get_machine()); in pnv_chip_core_realize() [all …]
|
H A D | pnv_chiptod.c | 184 PnvMachineState *pnv = PNV_MACHINE(qdev_get_machine()); in chiptod_power9_broadcast_ttype() 200 PnvMachineState *pnv = PNV_MACHINE(qdev_get_machine()); in chiptod_power10_broadcast_ttype()
|
H A D | pnv_lpc.c | 875 PnvMachineState *pnv = PNV_MACHINE(qdev_get_machine()); in type_init()
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb.c | 82 PnvMachineState *pnv = PNV_MACHINE(qdev_get_machine()); in pnv_phb_user_device_init()
|
H A D | pnv_phb3.c | 1025 PnvMachineState *pnv = PNV_MACHINE(qdev_get_machine()); in pnv_phb3_realize()
|
/openbmc/qemu/hw/intc/ |
H A D | pnv_xive2.c | 112 PnvMachineState *pnv = PNV_MACHINE(qdev_get_machine()); in pnv_xive2_get_remote()
|