Searched full:apm (Results 1 – 16 of 16) sorted by relevance
/qemu/hw/isa/ |
H A D | apm.c | 2 * 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 D | Kconfig | 4 config APM config 59 select APM
|
H A D | meson.build | 1 system_ss.add(when: 'CONFIG_APM', if_true: files('apm.c'))
|
H A D | trace-events | 13 # apm.c
|
H A D | lpc_ich9.c | 41 #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 D | vt82c686.c | 33 #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 D | Kconfig | 19 select APM 36 select APM
|
H A D | piix4.c | 24 #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 D | piix4.h | 31 #include "hw/isa/apm.h" 47 APMState apm; member
|
/qemu/include/hw/southbridge/ |
H A D | ich9.h | 4 #include "hw/isa/apm.h" 35 APMState apm; member
|
/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 82 * 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 D | amd-memory-encryption.rst | 159 or in AMD APM Volume 2 ([APMVOL2]_) Table B-2: VMCB Layout, State Save Area.
|
/qemu/tests/data/qobject/ |
H A D | qdict.txt | 905 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 D | MAINTAINERS | 1865 F: hw/isa/apm.c 1866 F: include/hw/isa/apm.h
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 217 3: 'APM Timer',
|
/qemu/hw/ide/ |
H A D | core.c | 372 put_le16(p + 91, 0x4060); /* Current APM level */ in ide_cfata_identify()
|