Home
last modified time | relevance | path

Searched refs:InstructionSet (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dprocessor.hpp34 enum class InstructionSet{ enum
147 NLOHMANN_JSON_SERIALIZE_ENUM(InstructionSet, {
148 {InstructionSet::Invalid, "Invalid"},
149 {InstructionSet::x86, "x86"},
150 {InstructionSet::x8664, "x86-64"},
151 {InstructionSet::IA64, "IA-64"},
152 {InstructionSet::ARMA32, "ARM-A32"},
153 {InstructionSet::ARMA64, "ARM-A64"},
154 {InstructionSet::MIPS32, "MIPS32"},
155 {InstructionSet
[all...]
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DProcessorStore.js21 InstructionSet,
44 instructionSet: InstructionSet,
/openbmc/bmcweb/docs/
H A DRedfish.md1037 - InstructionSet