Home
last modified time | relevance | path

Searched refs:rsdp_pointer (Results 1 – 5 of 5) sorted by relevance

/external/coreboot/src/commonlib/include/commonlib/
Dcoreboot_tables.h578 lb_uint64_t rsdp_pointer; /* Address of the ACPI RSDP */ member
/external/coreboot/payloads/libpayload/include/
Dcoreboot_tables.h435 cb_uint64_t rsdp_pointer; /* Address of the ACPI RSDP */ member
/external/coreboot/payloads/libpayload/libc/
Dcoreboot.c286 info->acpi_rsdp = cb_acpi_rsdp->rsdp_pointer; in cb_parse_rsdp()
/external/coreboot/tests/lib/
Dcoreboot_table-test.c465 assert_int_equal(ebda_base, acpi_rsdp->rsdp_pointer); in test_write_tables()
/external/coreboot/src/lib/
Dcoreboot_table.c450 acpi_rsdp->rsdp_pointer = get_coreboot_rsdp(); in lb_add_acpi_rsdp()