Searched refs:table_end (Results 1 - 11 of 11) sorted by path

/u-boot/arch/arm/include/asm/
H A Dglobal_data.h24 ulong table_end; /* End address of ACPI tables */ member in struct:arch_global_data
/u-boot/arch/riscv/include/asm/
H A Dglobal_data.h38 ulong table_end; /* End address of ACPI tables */ member in struct:arch_global_data
/u-boot/arch/sandbox/include/asm/
H A Dglobal_data.h20 ulong table_end; /* End address of x86 tables */ member in struct:arch_global_data
/u-boot/arch/x86/include/asm/
H A Dglobal_data.h129 ulong table_end; /* End address of x86 tables */ member in struct:arch_global_data
/u-boot/arch/x86/lib/
H A Dbdinfo.c26 bdinfo_print_num_l("table end", gd->arch.table_end);
H A Dtables.c59 * that the calculation of gd->table_end works properly
106 if (!gd->arch.table_end)
107 gd->arch.table_end = rom_addr;
156 gd->arch.table_end = rom_addr;
/u-boot/board/sandbox/
H A Dsandbox.c182 gd->arch.table_end = addr;
/u-boot/drivers/misc/
H A Dqfw_acpi.c275 gd->arch.table_end = addr;
/u-boot/lib/efi_loader/
H A Defi_acpi.c30 end = ALIGN(gd->arch.table_end, EFI_PAGE_MASK);
H A Dsmbiosdump.c310 void *table, *table_end; local
369 table_end = (void *)((u8 *)table + len);
377 if ((void *)str >= table_end) {
385 if ((void *)str > table_end) {
/u-boot/lib/
H A Dsmbios-parser.c230 void *table_end; local
233 table_end = (void *)((u8 *)smbios_copy + entry->table_maximum_size);
237 for (j = 0; (void *)header < table_end; j++) {
243 if ((void *)header >= table_end)

Completed in 151 milliseconds