Searched refs:root_table (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | acpi.c | 198 unsigned long root_table, acpi_table; in get_acpi_srat_table() local 223 root_table = rsdp->xsdt_physical_address; in get_acpi_srat_table() 226 root_table = rsdp->rsdt_physical_address; in get_acpi_srat_table() 230 if (!root_table) in get_acpi_srat_table() 233 header = (struct acpi_table_header *)root_table; in get_acpi_srat_table() 239 entry = (u8 *)(root_table + sizeof(struct acpi_table_header)); in get_acpi_srat_table()
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | acpi.c | 304 unsigned long root_table, acpi_table; in get_acpi_srat_table() local 329 root_table = rsdp->xsdt_physical_address; in get_acpi_srat_table() 332 root_table = rsdp->rsdt_physical_address; in get_acpi_srat_table() 336 if (!root_table) in get_acpi_srat_table() 339 header = (struct acpi_table_header *)root_table; in get_acpi_srat_table() 345 entry = (u8 *)(root_table + sizeof(struct acpi_table_header)); in get_acpi_srat_table()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 127 } 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()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 127 } root_table; variable 160 for (table = &root_table; table; table = table->link) in find_table() 219 init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, in arc_unwind_init() 224 init_unwind_hdr(&root_table, unw_hdr_alloc_early); in arc_unwind_init() 397 root_table.link = table; in unwind_add_table() 413 for (prev = &root_table; prev->link && prev->link != table; in unlink_table() 439 if (!table || table == &root_table) in unwind_remove_table()
|
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | test-core.c | 628 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()
|
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H A D | test-core.c | 628 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()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_sysctl.c | 63 static struct ctl_table root_table[] = { variable 74 .ctl_table = root_table }}, 75 .ctl_table_arg = root_table, 1729 init_header(&set->dir.header, root, set, NULL, root_table); in setup_sysctl_set()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_sysctl.c | 69 static struct ctl_table root_table[] = { variable 80 .ctl_table = root_table }}, 81 .ctl_table_arg = root_table, 1545 init_header(&set->dir.header, root, set, NULL, root_table, 1); in setup_sysctl_set()
|
Completed in 16 milliseconds