Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/acpi/
H A Dcpu.h56 const char *smi_path; member
/openbmc/qemu/hw/acpi/
H A Dcpu.c472 aml_name("%s", opts.smi_path))); in build_cpus_aml()
591 if (opts.smi_path) { in build_cpus_aml()
595 aml_name("%s", opts.smi_path))); in build_cpus_aml()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c1545 .smi_path = pm->smi_on_cpuhp ? "\\_SB.PCI0.SMI0.SMIC" : NULL, in build_dsdt()