Home
last modified time | relevance | path

Searched refs:pm1a_cnt (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dacpi.c66 u32 pm1a_cnt, u32 pm1b_cnt) in xen_acpi_notify_hypervisor_sleep() argument
68 return xen_acpi_notify_hypervisor_state(sleep_state, pm1a_cnt, in xen_acpi_notify_hypervisor_sleep()
/openbmc/linux/include/xen/
H A Dacpi.h44 u32 pm1a_cnt, u32 pm1b_cnd);
/openbmc/qemu/include/hw/acpi/
H A Dacpi-defs.h61 struct AcpiGenericAddress pm1a_cnt; /* PM1a_CNT_BLK */ member
/openbmc/qemu/hw/acpi/
H A Daml-build.c2249 build_append_int_noprefix(tbl, f->pm1a_cnt.address, 4); /* PM1a_CNT_BLK */ in build_fadt()
2258 build_append_int_noprefix(tbl, f->pm1a_cnt.bit_width / 8, 1); in build_fadt()
2313 build_append_gas_from_struct(tbl, &f->pm1a_cnt); /* X_PM1a_CNT_BLK */ in build_fadt()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c176 .pm1a_cnt = { .space_id = as, .bit_width = 2 * 8, in init_common_fadt_data()