Home
last modified time | relevance | path

Searched defs:rom_table_end (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dtables.c15 static unsigned long write_pirq_table(unsigned long rom_table_end) in write_pirq_table()
47 static unsigned long write_mptable(unsigned long rom_table_end) in write_mptable()
76 static unsigned long write_acpi_table(unsigned long rom_table_end) in write_acpi_table()
143 static unsigned long write_smbios_table(unsigned long rom_table_end) in write_smbios_table()
195 unsigned long rom_table_end = 0xf0000; in arch_write_tables() local
/aosp_15_r20/external/coreboot/src/lib/
H A Dcoreboot_table.c466 static uintptr_t write_coreboot_table(uintptr_t rom_table_end) in write_coreboot_table()