Home
last modified time | relevance | path

Searched refs:event_handler_method (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Dmemory_hotplug.h56 const char *event_handler_method,
H A Dcpu.h68 const char *event_handler_method,
/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c335 const char *event_handler_method, in build_memory_hotplug_aml() argument
711 if (event_handler_method) { in build_memory_hotplug_aml()
712 method = aml_method(event_handler_method, 0, AML_NOTSERIALIZED); in build_memory_hotplug_aml()
H A Dcpu.c343 const char *event_handler_method, in build_cpus_aml() argument
707 method = aml_method(event_handler_method, 0, AML_NOTSERIALIZED); in build_cpus_aml()