Home
last modified time | relevance | path

Searched defs:CPU (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/contrib/plugins/
H A Dexeclog.c25 typedef struct CPU { struct
30 } CPU; typedef
/openbmc/u-boot/drivers/cpu/
H A DKconfig1 config CPU config
/openbmc/openbmc/meta-quanta/meta-common/recipes-phosphor/health/files/
H A Dbmc_health_config.json2 "CPU" : { object
/openbmc/qemu/bsd-user/
H A Dmain.c83 # define MAX_RESERVED_VA(CPU) 0xfffffffful argument
85 # define MAX_RESERVED_VA(CPU) ((1ul << TARGET_VIRT_ADDR_SPACE_BITS) - 1) argument
88 # define MAX_RESERVED_VA(CPU) 0 argument
/openbmc/qemu/linux-user/
H A Dmain.c116 # define MAX_RESERVED_VA(CPU) 0xfffffffful argument
118 # define MAX_RESERVED_VA(CPU) ((1ul << TARGET_VIRT_ADDR_SPACE_BITS) - 1) argument
121 # define MAX_RESERVED_VA(CPU) 0 argument
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dspr_misc.c18 #define CPU 0 macro
/openbmc/openbmc/meta-facebook/recipes-phosphor/health/files/
H A Dbmc_health_config.json2 "CPU": { object
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dphysical_context.hpp21 CPU, enumerator
H A Dprocessor.hpp12 CPU, enumerator
/openbmc/qemu/target/arm/
H A Dcpregs.h1018 #define define_arm_cp_regs_with_opaque(CPU, REGS, OPAQUE) \ argument
1025 #define define_arm_cp_regs(CPU, REGS) \ argument
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DPhysicalContext.json95 "CPU": "A processor (CPU).", string
H A DProcessor.v1_21_0.json1450 "CPU": "A CPU.", string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPhysicalContext.json95 "CPU": "A processor (CPU).", string
H A DProcessor.v1_21_0.json1450 "CPU": "A CPU.", string
/openbmc/qemu/include/hw/core/
H A Dcpu.h56 #define CPU(obj) ((CPUState *)(obj)) macro