Home
last modified time | relevance | path

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

/arch/x86/boot/compressed/
Dacpi.c270 unsigned long table_addr, table_end, table; in count_immovable_mem_regions() local
285 table_end = table_addr + table_header->length; in count_immovable_mem_regions()
288 while (table + sizeof(struct acpi_subtable_header) < table_end) { in count_immovable_mem_regions()
/arch/parisc/kernel/
Dunwind.c105 void *table_start, void *table_end) in unwind_table_init() argument
109 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()
/arch/ia64/include/asm/
Dunwind.h109 const void *table_start, const void *table_end);
/arch/ia64/kernel/
Dunwind.c2083 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table() argument
2085 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table()
2098 const void *table_start, const void *table_end) in unw_add_unwind_table() argument
2100 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table()
2114 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table()