Searched refs:PnvCore (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | pnv_chiptod.h | 28 typedef struct PnvCore PnvCore; typedef 41 PnvCore *slave_pc_target; 48 PnvCore *(*tx_ttype_target)(PnvChipTOD *chiptod, uint64_t val);
|
H A D | pnv_core.h | 50 OBJECT_DECLARE_TYPE(PnvCore, PnvCoreClass, 53 struct PnvCore { struct 84 PnvCore *pnv_core; argument
|
H A D | pnv.h | 31 typedef struct PnvCore PnvCore; typedef 60 PnvCore *pnv_chip_find_core(PnvChip *chip, uint32_t core_id);
|
H A D | pnv_chip.h | 36 PnvCore **cores;
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_core.c | 35 static const char *pnv_core_cpu_typename(PnvCore *pc) in pnv_core_cpu_typename() 45 static void pnv_core_cpu_reset(PnvCore *pc, PowerPCCPU *cpu) in pnv_core_cpu_reset() 195 PnvCore *pc = PNV_CORE(opaque); in pnv_core_power10_xscom_read() 237 PnvCore *pc = PNV_CORE(opaque); in pnv_core_power10_xscom_write() 298 static void pnv_core_cpu_realize(PnvCore *pc, PowerPCCPU *cpu, Error **errp, in pnv_core_cpu_realize() 345 PnvCore *pc = PNV_CORE(dev); in pnv_core_reset() 355 PnvCore *pc = PNV_CORE(OBJECT(dev)); in pnv_core_realize() 412 static void pnv_core_cpu_unrealize(PnvCore *pc, PowerPCCPU *cpu) in pnv_core_cpu_unrealize() 426 PnvCore *pc = PNV_CORE(dev); in pnv_core_unrealize() 439 DEFINE_PROP_UINT32("hwid", PnvCore, hwid, 0), [all …]
|
H 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() 220 PnvCore *pc = chip->cores[i]; in pnv_chip_get_core_by_xscom_base() 231 static PnvCore *chiptod_power9_tx_ttype_target(PnvChipTOD *chiptod, in chiptod_power9_tx_ttype_target() 255 static PnvCore *chiptod_power10_tx_ttype_target(PnvChipTOD *chiptod, in chiptod_power10_tx_ttype_target() 367 PnvCore *pc = chiptod->slave_pc_target; in pnv_chiptod_xscom_write()
|
H A D | pnv.c | 135 static int pnv_dt_core(PnvChip *chip, PnvCore *pc, void *fdt) in pnv_dt_core() 347 PnvCore *pnv_core = chip->cores[i]; in pnv_chip_power8_dt_populate() 404 PnvCore *pnv_core = chip->cores[i]; in pnv_chip_power9_dt_populate() 469 PnvCore *pnv_core = chip->cores[i]; in pnv_chip_power10_dt_populate() 1493 PnvCore *pnv_core = chip->cores[i]; in pnv_chip_icp_realize() 1715 PnvCore *pnv_core, in pnv_chip_quad_realize_one() 2367 chip->cores = g_new0(PnvCore *, chip->nr_cores); in pnv_chip_core_realize() 2372 PnvCore *pnv_core; in pnv_chip_core_realize() 2447 PnvCore *pnv_chip_find_core(PnvChip *chip, uint32_t core_id) in pnv_chip_find_core() 2452 PnvCore *pc = chip->cores[i]; in pnv_chip_find_core() [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | misc_helper.c | 321 PnvCore *pc = pnv_cpu_state(cpu)->pnv_core; in helper_load_sprd() 357 PnvCore *pc = pnv_cpu_state(cpu)->pnv_core; in helper_store_sprd()
|
H A D | timebase_helper.c | 304 PnvCore *pc = pnv_cpu_state(cpu)->pnv_core; in cpu_get_tbst()
|
/openbmc/qemu/hw/intc/ |
H A D | pnv_xive.c | 485 PnvCore *pc = chip->cores[i]; in pnv_xive_match_nvt()
|
H A D | pnv_xive2.c | 639 PnvCore *pc = chip->cores[i]; in pnv_xive2_match_nvt()
|