Home
last modified time | relevance | path

Searched full:acpi (Results 1 – 20 of 20) sorted by relevance

/kvm-unit-tests/lib/
H A Dacpi.h7 * All tables and structures must be byte-packed to match the ACPI
31 u64 signature; /* ACPI signature, contains "RSD PTR " */
42 #define ACPI_TABLE_HEADER_DEF /* ACPI common table header */ \
43 u32 signature; /* ACPI signature (4 ASCII characters) */ \
45 u8 revision; /* ACPI Specification minor version # */ \
72 u8 access_width; /* Minimum Access size (ACPI 3.0) */
77 ACPI_TABLE_HEADER_DEF /* ACPI common table header */
84 u8 acpi_enable; /* Value to write to smi_cmd to enable ACPI */
85 u8 acpi_disable; /* Value to write to smi_cmd to disable ACPI */
118 u16 arm_boot_flags; /* ARM-Specific Boot Flags (see below for individual flags) (ACPI 5.1) */
[all …]
H A Dacpi.c2 #include "acpi.h"
83 * have use XSDT to find other ACPI tables, otherwise, we use RSDT. in find_acpi_table_addr()
/kvm-unit-tests/lib/arm/
H A Dtimer.c10 #include <acpi.h>
57 #include <acpi.h>
64 printf("Cannot find ACPI GTDT"); in timer_save_state_acpi()
81 assert_msg(false, "ACPI not available"); in timer_save_state_acpi()
H A Dpsci.c92 #include <acpi.h>
98 assert_msg(fadt, "Unable to find ACPI FADT"); in psci_set_conduit_acpi()
112 assert_msg(false, "ACPI not available"); in psci_set_conduit_acpi()
H A Dio.c76 #include <acpi.h>
82 assert_msg(spcr, "Unable to find ACPI SPCR"); in uart0_init_acpi()
89 assert_msg(false, "ACPI not available"); in uart0_init_acpi()
H A Dgic.c6 #include <acpi.h>
260 assert_msg(false, "ACPI not available"); in gic_init_acpi()
H A Dsetup.c74 #include <acpi.h>
98 assert_msg(false, "ACPI not available"); in cpu_init_acpi()
/kvm-unit-tests/riscv/efi/
H A Drun37 echo "ACPI not available"
76 qemu_args+=(-machine acpi=off)
96 qemu_args+=(-machine acpi=off)
/kvm-unit-tests/lib/x86/asm/
H A Dsetup.h7 #include "acpi.h"
/kvm-unit-tests/lib/riscv/
H A Disa.c88 assert_msg(false, "ACPI not available"); in isa_init_acpi()
122 assert_msg(false, "ACPI not available"); in cpu_has_extension_name()
H A Dtimer.c22 assert_msg(dt_available(), "ACPI not yet supported"); in timer_get_frequency()
H A Dio.c102 assert_msg(false, "ACPI not available"); in uart0_init_acpi()
H A Dsetup.c66 assert_msg(false, "ACPI not available"); in cpu_init_acpi()
/kvm-unit-tests/x86/
H A Ds3.c2 #include "acpi.h"
H A DMakefile.common5 cflatobjs += lib/acpi.o
H A Dvmexit.c2 #include "acpi.h"
/kvm-unit-tests/arm/
H A DMakefile.arm6445 cflatobjs += lib/acpi.o
/kvm-unit-tests/arm/efi/
H A Drun55 qemu_args+=(-machine acpi=off)
/kvm-unit-tests/riscv/
H A DMakefile108 cflatobjs += lib/acpi.o
/kvm-unit-tests/
H A D.gitlab-ci.yml69 build-aarch64-efi-acpi: