Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dpmtimer.c63 if ( acpi->pm1a_en & acpi->pm1a_sts & SCI_MASK ) in pmt_update_sci()
189 acpi->pm1a_en = (acpi->pm1a_en & 0xff00) | byte; in handle_evt_io()
192 acpi->pm1a_en = (acpi->pm1a_en & 0xff) | (byte << 8); in handle_evt_io()
205 data = acpi->pm1a_sts | ((uint32_t)acpi->pm1a_en << 16); in handle_evt_io()
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/hvm/
A Dsave.h545 uint16_t pm1a_en; /* PM1a_EVT_BLK.PM1a_EN: enable register */ member
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-hvmctx.c348 p.tmr_val, (unsigned) p.pm1a_sts, (unsigned) p.pm1a_en); in dump_pmtimer()

Completed in 7 milliseconds