Searched defs:CPUCore (Results 1 – 2 of 2) sorted by relevance
19 struct CPUCore { struct21 DeviceState parent_obj;24 int core_id;25 int nr_threads;
17 class CPUCore : public CoreIntf class27 CPUCore(sdbusplus::bus_t& bus, const std::string& objPath) : in CPUCore() function in pldm::dbus::CPUCore