Searched refs:root_table (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/boot/compressed/
H A Dacpi.c200 unsigned long root_table, acpi_table; local
225 root_table = rsdp->xsdt_physical_address;
228 root_table = rsdp->rsdt_physical_address;
232 if (!root_table)
235 header = (struct acpi_table_header *)root_table;
241 entry = (u8 *)(root_table + sizeof(struct acpi_table_header));
/linux-master/arch/arc/kernel/
H A Dunwind.c127 } root_table; variable in typeref:struct:unwind_table
160 for (table = &root_table; table; table = table->link)
219 init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0,
224 init_unwind_hdr(&root_table, unw_hdr_alloc_early);
397 root_table.link = table;
413 for (prev = &root_table; prev->link && prev->link != table;
439 if (!table || table == &root_table)
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c628 const union decode_item *root_table; member in struct:table_test_args
661 .root_table = table,
665 return table_iter(args.root_table, table_test_fn, &args);
/linux-master/fs/proc/
H A Dproc_sysctl.c69 static struct ctl_table root_table[] = { variable in typeref:struct:ctl_table
79 .ctl_table = root_table }},
80 .ctl_table_arg = root_table,
1534 init_header(&set->dir.header, root, set, NULL, root_table, 1);

Completed in 182 milliseconds