Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmpspec_def.h61 #define CPU_ENABLED 1 /* Processor is available */ macro
/openbmc/qemu/hw/acpi/
H A Dcpu.c331 #define CPU_ENABLED "CPEN" macro
390 aml_append(field, aml_named_field(CPU_ENABLED, 1)); in build_cpus_aml()
428 Aml *is_enabled = aml_name("%s.%s", cphp_res_path, CPU_ENABLED); in build_cpus_aml()
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c53 if (!(m->cpuflag & CPU_ENABLED)) { in MP_processor_info()
383 processor.cpuflag = CPU_ENABLED; in construct_default_ISA_mptable()