Searched full:acpi (Results 1 – 20 of 20) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | acpi.h | 7 * 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 D | acpi.c | 2 #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 D | timer.c | 10 #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 D | psci.c | 92 #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 D | io.c | 76 #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 D | gic.c | 6 #include <acpi.h> 260 assert_msg(false, "ACPI not available"); in gic_init_acpi()
|
H A D | setup.c | 74 #include <acpi.h> 98 assert_msg(false, "ACPI not available"); in cpu_init_acpi()
|
/kvm-unit-tests/riscv/efi/ |
H A D | run | 37 echo "ACPI not available" 76 qemu_args+=(-machine acpi=off) 96 qemu_args+=(-machine acpi=off)
|
/kvm-unit-tests/lib/x86/asm/ |
H A D | setup.h | 7 #include "acpi.h"
|
/kvm-unit-tests/lib/riscv/ |
H A D | isa.c | 88 assert_msg(false, "ACPI not available"); in isa_init_acpi() 122 assert_msg(false, "ACPI not available"); in cpu_has_extension_name()
|
H A D | timer.c | 22 assert_msg(dt_available(), "ACPI not yet supported"); in timer_get_frequency()
|
H A D | io.c | 102 assert_msg(false, "ACPI not available"); in uart0_init_acpi()
|
H A D | setup.c | 66 assert_msg(false, "ACPI not available"); in cpu_init_acpi()
|
/kvm-unit-tests/x86/ |
H A D | s3.c | 2 #include "acpi.h"
|
H A D | Makefile.common | 5 cflatobjs += lib/acpi.o
|
H A D | vmexit.c | 2 #include "acpi.h"
|
/kvm-unit-tests/arm/ |
H A D | Makefile.arm64 | 45 cflatobjs += lib/acpi.o
|
/kvm-unit-tests/arm/efi/ |
H A D | run | 55 qemu_args+=(-machine acpi=off)
|
/kvm-unit-tests/riscv/ |
H A D | Makefile | 108 cflatobjs += lib/acpi.o
|
/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 69 build-aarch64-efi-acpi:
|