Home
last modified time | relevance | path

Searched refs:root_table (Results 1 – 3 of 3) sorted by relevance

/arch/x86/boot/compressed/
Dacpi.c304 unsigned long root_table, acpi_table; in get_acpi_srat_table() local
330 root_table = rsdp->xsdt_physical_address; in get_acpi_srat_table()
333 root_table = rsdp->rsdt_physical_address; in get_acpi_srat_table()
337 if (!root_table) in get_acpi_srat_table()
340 header = (struct acpi_table_header *)root_table; in get_acpi_srat_table()
346 entry = (u8 *)(root_table + sizeof(struct acpi_table_header)); in get_acpi_srat_table()
/arch/arc/kernel/
Dunwind.c127 } root_table; variable
160 for (table = &root_table; table; table = table->link) in find_table()
218 init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, in arc_unwind_init()
223 init_unwind_hdr(&root_table, unw_hdr_alloc_early); in arc_unwind_init()
399 root_table.link = table; in unwind_add_table()
415 for (prev = &root_table; prev->link && prev->link != table; in unlink_table()
441 if (!table || table == &root_table) in unwind_remove_table()
/arch/arm/probes/kprobes/
Dtest-core.c628 const union decode_item *root_table; member
661 .root_table = table, in table_test()
665 return table_iter(args.root_table, table_test_fn, &args); in table_test()