Home
last modified time | relevance | path

Searched refs:acpi_table_rsdp (Results 1 – 4 of 4) sorted by relevance

/hypervisor/boot/
A Dacpi_base.c39 static struct acpi_table_rsdp *acpi_rsdp;
41 static struct acpi_table_rsdp *found_rsdp(char *base, uint64_t length) in found_rsdp()
43 struct acpi_table_rsdp *rsdp, *ret = NULL; in found_rsdp()
48 rsdp = (struct acpi_table_rsdp *)(base + ofs); in found_rsdp()
64 static struct acpi_table_rsdp *get_rsdp(void) in get_rsdp()
71 struct acpi_table_rsdp *rsdp = NULL; in init_acpi()
73 rsdp = (struct acpi_table_rsdp *)(get_acrn_boot_info()->acpi_rsdp_va); in init_acpi()
128 struct acpi_table_rsdp *rsdp; in get_acpi_tbl()
/hypervisor/arch/x86/configs/
A Dvacpi.c16 struct acpi_table_rsdp rsdp = { in build_vrsdp()
/hypervisor/boot/include/
A Dacpi.h93 struct acpi_table_rsdp { struct
/hypervisor/boot/guest/
A Delf_loader.c30 struct acpi_table_rsdp rsdp;

Completed in 7 milliseconds