Home
last modified time | relevance | path

Searched refs:CPUCore (Results 1 – 10 of 10) sorted by relevance

/openbmc/pldm/host-bmc/dbus/
H A Dcpu_core.hpp17 class CPUCore : public CoreIntf class
20 CPUCore() = delete;
21 ~CPUCore() = default;
22 CPUCore(const CPUCore&) = delete;
23 CPUCore& operator=(const CPUCore&) = delete;
24 CPUCore(CPUCore&&) = delete;
25 CPUCore& operator=(CPUCore&&) = delete;
27 CPUCore(sdbusplus::bus_t& bus, const std::string& objPath) : in CPUCore() function in pldm::dbus::CPUCore
H A Dcpu_core.cpp8 uint32_t CPUCore::microcode() const in microcode()
14 uint32_t CPUCore::microcode(uint32_t value) in microcode()
H A Dcustom_dbus.cpp34 cpuCore.emplace(path, std::make_unique<CPUCore>( in implementCpuCoreInterface()
43 cpuCore.emplace(path, std::make_unique<CPUCore>( in setMicroCode()
H A Dcustom_dbus.hpp231 std::unordered_map<ObjectPath, std::unique_ptr<CPUCore>> cpuCore;
/openbmc/qemu/hw/cpu/
H A Dcore.c20 CPUCore *core = CPU_CORE(obj); in core_prop_get_core_id()
29 CPUCore *core = CPU_CORE(obj); in core_prop_set_core_id()
47 CPUCore *core = CPU_CORE(obj); in core_prop_get_nr_threads()
56 CPUCore *core = CPU_CORE(obj); in core_prop_set_nr_threads()
68 CPUCore *core = CPU_CORE(obj); in cpu_core_instance_init()
96 .instance_size = sizeof(CPUCore),
/openbmc/qemu/include/hw/cpu/
H A Dcore.h17 OBJECT_DECLARE_SIMPLE_TYPE(CPUCore, CPU_CORE)
19 struct CPUCore { struct
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c217 CPUCore *cc = CPU_CORE(dev); in spapr_cpu_core_reset()
246 CPUCore *cc = CPU_CORE(dev); in spapr_cpu_core_unrealize()
302 CPUCore *cc = CPU_CORE(sc); in spapr_create_vcpu()
346 CPUCore *cc = CPU_CORE(OBJECT(dev)); in spapr_cpu_core_realize()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_cpu_core.h26 CPUCore parent_obj;
H A Dpnv_core.h55 CPUCore parent_obj;
/openbmc/qemu/hw/intc/
H A Dpnv_xive.c484 CPUCore *cc = CPU_CORE(pc); in pnv_xive_match_nvt()