Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 135) sorted by relevance

123456

/openbmc/phosphor-power/tools/power-utils/
H A Dmodel.cpp37 namespace model namespace
105 std::string model = pmbus.readString(fileName, type); in getModelJson() local
131 std::string model = pmbus->readString(fileName, type); in getModelDbus() local
139 std::string model; in getModel() local
H A Dmodel.hpp22 namespace model namespace
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py36 def __init__(self, model, dep_type, label): argument
45 def _filter(self, model, iter, data): argument
57 def __init__(self, model, label): argument
72 def _filter(self, model, iter, data): argument
147 def finder(model, path, iter, needle): argument
/openbmc/qemu/target/s390x/
H A Dcpu_models_system.c27 const S390CPUModel *model, in check_unavailable_features()
49 S390CPUModel *model; member
99 static void cpu_model_from_info(S390CPUModel *model, const CpuModelInfo *info, in cpu_model_from_info()
173 static void cpu_info_from_model(CpuModelInfo *info, const S390CPUModel *model, in cpu_info_from_model()
212 CpuModelInfo *model, in qmp_query_cpu_model_expansion()
350 S390CPUModel modela, modelb, model; in qmp_query_cpu_model_baseline() local
410 void apply_cpu_model(const S390CPUModel *model, Error **errp) in apply_cpu_model()
H A Dcpu_models_user.c18 void apply_cpu_model(const S390CPUModel *model, Error **errp) in apply_cpu_model()
/openbmc/qemu/docs/devel/
H A Dmulti-process.rst108 vhost socket
118 vhost MMIO store acceleration
137 vhost interrupt acceleration
148 vhost access to guest memory
184 Another difference is that in the vhost user model, a single daemon can
/openbmc/u-boot/tools/
H A Dmicrocode-tool.py121 def List(date, microcodes, model): argument
139 def FindMicrocode(microcodes, model): argument
H A Dmicrocode-tool121 def List(date, microcodes, model): argument
139 def FindMicrocode(microcodes, model): argument
/openbmc/entity-manager/src/entity_manager/
H A Dlog_device_inventory.cpp24 std::string model = "Unknown"; in logDeviceAdded() local
78 std::string model = "Unknown"; in logDeviceRemoved() local
/openbmc/qemu/linux-user/s390x/
H A Dtarget_proc.h49 S390CPUModel *model = env_archcpu(cpu_env)->model; in show_cpu_summary() local
83 S390CPUModel *model = env_archcpu(cpu_env)->model; in show_cpu_ids() local
/openbmc/webui-vue/src/components/Mixins/
H A DVuelidateMixin.js3 getValidationState(model) { argument
/openbmc/qemu/target/openrisc/
H A Dcpu-qom.h19 #define OPENRISC_CPU_TYPE_NAME(model) model OPENRISC_CPU_TYPE_SUFFIX argument
/openbmc/u-boot/common/
H A Dboard_info.c20 const char *model; in show_board_info() local
/openbmc/qemu/target/xtensa/
H A Dcpu-qom.h39 #define XTENSA_CPU_TYPE_NAME(model) model XTENSA_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/alpha/
H A Dcpu-qom.h30 #define ALPHA_CPU_TYPE_NAME(model) model ALPHA_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/m68k/
H A Dcpu-qom.h30 #define M68K_CPU_TYPE_NAME(model) model M68K_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/tricore/
H A Dcpu-qom.h30 #define TRICORE_CPU_TYPE_NAME(model) model TRICORE_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/mips/
H A Dcpu-qom.h34 #define MIPS_CPU_TYPE_NAME(model) model MIPS_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/sparc/
H A Dcpu-qom.h34 #define SPARC_CPU_TYPE_NAME(model) model SPARC_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/rx/
H A Dcpu-qom.h31 #define RX_CPU_TYPE_NAME(model) model RX_CPU_TYPE_SUFFIX argument
/openbmc/qemu/stubs/
H A Dmonitor-cpu.c9 CpuModelInfo *model, in qmp_query_cpu_model_expansion()
/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dcpu-info.c17 unsigned int id, model, rev, required_model = 1, required_rev = 1; in print_cpuinfo() local
/openbmc/qemu/target/loongarch/
H A Dcpu-qom.h21 #define LOONGARCH_CPU_TYPE_NAME(model) model LOONGARCH_CPU_TYPE_SUFFIX argument
/openbmc/qemu/target/sh4/
H A Dcpu-qom.h34 #define SUPERH_CPU_TYPE_NAME(model) model SUPERH_CPU_TYPE_SUFFIX argument
/openbmc/qemu/hw/rtc/
H A Dm48t59-internal.h37 uint32_t model; /* 2 = m48t02, 8 = m48t08, 59 = m48t59 */ member
57 uint32_t model; /* 2 = m48t02, 8 = m48t08, 59 = m48t59 */ member

123456