Home
last modified time | relevance | path

Searched refs:acpi20 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/ia64/uv/kernel/
H A Dsetup.c61 if (efi.acpi20 == EFI_INVALID_TABLE_ADDR) { in uv_probe_system_type()
66 rsdp = (struct acpi_table_rsdp *)__va(efi.acpi20); in uv_probe_system_type()
/openbmc/linux/drivers/firmware/efi/
H A Defi.c41 .acpi20 = EFI_INVALID_TABLE_ADDR,
136 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in systab_show()
137 str += sprintf(str, "ACPI20=0x%lx\n", efi.acpi20); in systab_show()
576 {ACPI_20_TABLE_GUID, &efi.acpi20, "ACPI 2.0" },
/openbmc/linux/arch/riscv/kernel/
H A Dacpi.c132 efi.acpi20 == EFI_INVALID_TABLE_ADDR)) in acpi_boot_table_init()
/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.h192 uint64_t acpi20; /* ACPI table (ACPI 2.0) */ member
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h191 u64 acpi20; /* ACPI table (ACPI 2.0) */ member
/openbmc/linux/drivers/acpi/
H A Dosl.c210 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer()
211 return efi.acpi20; in acpi_os_get_root_pointer()
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c74 &efi.acpi20,
/openbmc/linux/include/linux/
H A Defi.h646 unsigned long acpi20; /* ACPI table (ACPI 2.0) */ member