Home
last modified time | relevance | path

Searched refs:CPU_SCAN_METHOD (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c25 #define CPU_SCAN_METHOD "PRSC" macro
188 method = aml_method(CPU_SCAN_METHOD, 0, AML_NOTSERIALIZED); in build_legacy_cpu_hotplug_aml()
347 aml_append(method, aml_call0("\\_SB." CPU_SCAN_METHOD)); in build_legacy_cpu_hotplug_aml()
H A Dcpu.c325 #define CPU_SCAN_METHOD "CSCN" macro
488 method = aml_method(CPU_SCAN_METHOD, 0, AML_SERIALIZED); in build_cpus_aml()
708 aml_append(method, aml_call0("\\_SB.CPUS." CPU_SCAN_METHOD)); in build_cpus_aml()