Home
last modified time | relevance | path

Searched full:apm (Results 1 – 16 of 16) sorted by relevance

/qemu/hw/isa/
H A Dapm.c2 * QEMU PC APM controller Emulation
24 #include "hw/isa/apm.h"
36 APMState *apm = opaque; in apm_ioport_writeb() local
41 apm->apmc = val; in apm_ioport_writeb()
43 if (apm->callback) { in apm_ioport_writeb()
44 (apm->callback)(val, apm->arg); in apm_ioport_writeb()
47 apm->apms = val; in apm_ioport_writeb()
53 APMState *apm = opaque; in apm_ioport_readb() local
58 val = apm->apmc; in apm_ioport_readb()
60 val = apm->apms; in apm_ioport_readb()
[all …]
H A DKconfig4 config APM config
59 select APM
H A Dmeson.build1 system_ss.add(when: 'CONFIG_APM', if_true: files('apm.c'))
H A Dtrace-events13 # apm.c
H A Dlpc_ich9.c41 #include "hw/isa/apm.h"
456 /* APM */
737 apm_init(d, &lpc->apm, ich9_apm_ctrl_changed, lpc); in ich9_lpc_realize()
815 VMSTATE_STRUCT(apm, ICH9LPCState, 0, vmstate_apm, APMState),
H A Dvt82c686.c33 #include "hw/isa/apm.h"
50 APMState apm; member
93 VMSTATE_STRUCT(apm, ViaPMState, 0, vmstate_apm, APMState),
208 apm_init(dev, &s->apm, NULL, s); in via_pm_realize()
/qemu/hw/acpi/
H A DKconfig19 select APM
36 select APM
H A Dpiix4.c24 #include "hw/isa/apm.h"
255 VMSTATE_STRUCT(apm, PIIX4PMState, 0, vmstate_apm, APMState),
460 /* APM */ in piix4_pm_realize()
461 apm_init(dev, &s->apm, apm_ctrl_changed, s); in piix4_pm_realize()
/qemu/include/hw/acpi/
H A Dpiix4.h31 #include "hw/isa/apm.h"
47 APMState apm; member
/qemu/include/hw/southbridge/
H A Dich9.h4 #include "hw/isa/apm.h"
35 APMState apm; member
/qemu/docs/system/s390x/
H A Dvfio-ap.rst82 * The AP Mask (APM) field is a bit mask that identifies the AP adapters assigned
103 APQN is defined by the matrix calculated from the APM and AQM; it is the
104 cross product of all assigned adapter numbers (APM) with all assigned queue
493 device. The ``vfio_ap`` device driver will update the APM, AQM, and ADM fields in
499 adapter numbers (APID) and queue indexes (APQI) specified in the APM and AQM
/qemu/docs/system/i386/
H A Damd-memory-encryption.rst159 or in AMD APM Volume 2 ([APMVOL2]_) Table B-2: VMCB Layout, State Save Area.
/qemu/tests/data/qobject/
H A Dqdict.txt905 apm-acpi.txt: 1541
907 apm.c: 1961
909 apm-emulation.c: 17959
910 apm-emulation.h: 1575
911 apm.h: 1722
913 apm-power.c: 2659
/qemu/
H A DMAINTAINERS1865 F: hw/isa/apm.c
1866 F: include/hw/isa/apm.h
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2217 3: 'APM Timer',
/qemu/hw/ide/
H A Dcore.c372 put_le16(p + 91, 0x4060); /* Current APM level */ in ide_cfata_identify()