| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| D | ni_routes.h | 79 struct ni_route_tables *tables); 108 * @tables: pointer to relevant set of routing tables. 133 const struct ni_route_tables *tables); 146 * @tables: pointer to relevant set of routing tables. 151 const struct ni_route_tables *tables); 158 * @tables: pointer to relevant set of routing tables. 163 const struct ni_route_tables *tables) in route_is_valid() argument 165 return ni_route_to_register(src, dest, tables) >= 0; in route_is_valid() 193 * @tables: Routing tables for which to count all valid routes. 195 unsigned int ni_count_valid_routes(const struct ni_route_tables *tables); [all …]
|
| D | ni_routes.c | 86 * Find the proper route_values and ni_device_routes tables for this particular 95 struct ni_route_tables *tables) in ni_find_device_routes() argument 108 tables->route_values = rv; in ni_find_device_routes() 109 tables->valid_routes = dr; in ni_find_device_routes() 123 * @tables: Pointer to assigned routing information. 137 struct ni_route_tables *tables) in ni_assign_device_routes() argument 139 memset(tables, 0, sizeof(struct ni_route_tables)); in ni_assign_device_routes() 141 tables); in ni_assign_device_routes() 147 * @tables: Routing tables for which to count all valid routes. 149 unsigned int ni_count_valid_routes(const struct ni_route_tables *tables) in ni_count_valid_routes() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | ni_routes.h | 80 struct ni_route_tables *tables); 109 * @tables: pointer to relevant set of routing tables. 134 const struct ni_route_tables *tables); 147 * @tables: pointer to relevant set of routing tables. 152 const struct ni_route_tables *tables); 159 * @tables: pointer to relevant set of routing tables. 164 const struct ni_route_tables *tables) in route_is_valid() argument 166 return ni_route_to_register(src, dest, tables) >= 0; in route_is_valid() 194 * @tables: Routing tables for which to count all valid routes. 196 unsigned int ni_count_valid_routes(const struct ni_route_tables *tables); [all …]
|
| D | ni_routes.c | 90 * Find the proper route_values and ni_device_routes tables for this particular 99 struct ni_route_tables *tables) in ni_find_device_routes() argument 112 tables->route_values = rv; in ni_find_device_routes() 113 tables->valid_routes = dr; in ni_find_device_routes() 127 * @tables: Pointer to assigned routing information. 141 struct ni_route_tables *tables) in ni_assign_device_routes() argument 143 memset(tables, 0, sizeof(struct ni_route_tables)); in ni_assign_device_routes() 145 tables); in ni_assign_device_routes() 151 * @tables: Routing tables for which to count all valid routes. 153 unsigned int ni_count_valid_routes(const struct ni_route_tables *tables) in ni_count_valid_routes() argument [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/ |
| D | empty-pmu-events.c | 385 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_events_table() local 386 tables->arch; in find_core_events_table() 387 tables++) { in find_core_events_table() 388 if (!strcmp(tables->arch, arch) && !strcmp_cpuid_str(tables->cpuid, cpuid)) in find_core_events_table() 389 return &tables->event_table; in find_core_events_table() 396 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_metrics_table() local 397 tables->arch; in find_core_metrics_table() 398 tables++) { in find_core_metrics_table() 399 if (!strcmp(tables->arch, arch) && !strcmp_cpuid_str(tables->cpuid, cpuid)) in find_core_metrics_table() 400 return &tables->metric_table; in find_core_metrics_table() [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/acpi/ |
| D | initrd_table_override.rst | 4 Upgrading ACPI tables via initrd 11 upgrade the ACPI execution environment that is defined by the ACPI tables 12 via upgrading the ACPI tables provided by the BIOS with an instrumented, 13 modified, more recent version one, or installing brand new ACPI tables. 19 For a full list of ACPI tables that can be upgraded/installed, take a look 21 drivers/acpi/tables.c. 23 All ACPI tables iasl (Intel's ACPI compiler and disassembler) knows should 37 allows you to upgrade the buggy tables before your platform/BIOS vendor 45 platform provided ACPI tables or inserting new ACPI tables. 55 # Extract the machine's ACPI tables: [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/acpi/ |
| D | initrd_table_override.rst | 4 Upgrading ACPI tables via initrd 11 upgrade the ACPI execution environment that is defined by the ACPI tables 12 via upgrading the ACPI tables provided by the BIOS with an instrumented, 13 modified, more recent version one, or installing brand new ACPI tables. 19 For a full list of ACPI tables that can be upgraded/installed, take a look 21 drivers/acpi/tables.c. 23 All ACPI tables iasl (Intel's ACPI compiler and disassembler) knows should 37 allows you to upgrade the buggy tables before your platform/BIOS vendor 45 platform provided ACPI tables or inserting new ACPI tables. 55 # Extract the machine's ACPI tables: [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/ |
| D | sun6i_isp.c | 30 u32 *data = (u32 *)(isp_dev->tables.load.data + offset); in sun6i_isp_load_read() 38 u32 *data = (u32 *)(isp_dev->tables.load.data + offset); in sun6i_isp_load_write() 92 /* Tables */ 117 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.load.address)); in sun6i_isp_tables_configure() 120 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.save.address)); in sun6i_isp_tables_configure() 123 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.lut.address)); in sun6i_isp_tables_configure() 126 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.drc.address)); in sun6i_isp_tables_configure() 129 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.stats.address)); in sun6i_isp_tables_configure() 135 struct sun6i_isp_tables *tables = &isp_dev->tables; in sun6i_isp_tables_setup() local 138 tables->load.size = variant->table_load_save_size; in sun6i_isp_tables_setup() [all …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | check-sysctl-docs | 95 # Stage 2: process each file and find all sysctl tables 107 match($0, /static struct ctl_path ([^][]+)/, tables) 108 curpath = tables[1] 113 match($0, /static struct ctl_table ([^][]+)/, tables) 114 curtable = tables[1] 150 match($0, /register_sysctl_table\(([^)]+)\)/, tables) 151 if (debug) print "Registering table " tables[1] 152 if (children[tables[1]][table]) { 153 for (entry in entries[children[tables[1]][table]]) { 160 match($0, /register_sysctl_paths\(([^)]+), ([^)]+)\)/, tables) [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 102 struct tables { struct 120 static struct tables tables_global; argument 981 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local 989 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel() 999 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local 1008 call_object(tables->machine_handler, t, "machine_table"); in python_export_machine() 1018 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local 1029 call_object(tables->thread_handler, t, "thread_table"); in python_export_thread() 1039 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local 1050 call_object(tables->comm_handler, t, "comm_table"); in python_export_comm() [all …]
|
| /kernel/linux/linux-6.6/security/apparmor/include/ |
| D | match.h | 21 * The format used for transition tables is based on the GNU flex table 22 * file format (--tables-file option; see Table File Format in the flex 25 * new tables have been defined and others YY_ID_CHK (check) and YY_ID_DEF 26 * (default) tables are used slightly differently (see the apparmor-parser 30 * The data in the packed dfa is stored in network byte order, and the tables 35 * tables. 73 /* ACCEPT & ACCEPT2 tables gets 6 dedicated flags, YYTD_DATAX define the 90 #define DEFAULT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_DEF]->td_data)) 91 #define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data)) 92 #define NEXT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_NXT]->td_data)) [all …]
|
| /kernel/linux/linux-5.10/security/apparmor/include/ |
| D | match.h | 21 * The format used for transition tables is based on the GNU flex table 22 * file format (--tables-file option; see Table File Format in the flex 25 * new tables have been defined and others YY_ID_CHK (check) and YY_ID_DEF 26 * (default) tables are used slightly differently (see the apparmor-parser 30 * The data in the packed dfa is stored in network byte order, and the tables 35 * tables. 73 /* ACCEPT & ACCEPT2 tables gets 6 dedicated flags, YYTD_DATAX define the 90 #define DEFAULT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_DEF]->td_data)) 91 #define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data)) 92 #define NEXT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_NXT]->td_data)) [all …]
|
| /kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 108 struct tables { struct 126 static struct tables tables_global; argument 1136 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local 1144 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel() 1154 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local 1163 call_object(tables->machine_handler, t, "machine_table"); in python_export_machine() 1173 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local 1184 call_object(tables->thread_handler, t, "thread_table"); in python_export_thread() 1194 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local 1205 call_object(tables->comm_handler, t, "comm_table"); in python_export_comm() [all …]
|
| /kernel/linux/linux-6.6/Documentation/arch/x86/ |
| D | pti.rst | 15 page tables for use only when running userspace applications. When 17 page tables are switched to the full "kernel" copy. When the system 20 The userspace page tables contain only a minimal amount of kernel 36 When PTI is enabled, the kernel manages two sets of page tables. 41 Although _complete_, the user portion of the kernel page tables is 46 The userspace page tables map only the kernel data needed to enter 52 page tables like normal. The only difference is when the kernel 55 userspace page tables' PGD. 58 layers of the page tables. This leaves a single, shared set of 59 userspace page tables to manage. One PTE to lock, one set of [all …]
|
| /kernel/linux/linux-5.10/Documentation/x86/ |
| D | pti.rst | 15 page tables for use only when running userspace applications. When 17 page tables are switched to the full "kernel" copy. When the system 20 The userspace page tables contain only a minimal amount of kernel 36 When PTI is enabled, the kernel manages two sets of page tables. 41 Although _complete_, the user portion of the kernel page tables is 46 The userspace page tables map only the kernel data needed to enter 52 page tables like normal. The only difference is when the kernel 55 userspace page tables' PGD. 58 layers of the page tables. This leaves a single, shared set of 59 userspace page tables to manage. One PTE to lock, one set of [all …]
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | match.c | 123 /* if table was vmalloced make sure the page tables are synced in unpack_table() 138 * verify_table_headers - verify that the tables headers are as expected 139 * @tables - array of dfa tables to check (NOT NULL) 147 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers() argument 152 /* check that required tables exist */ in verify_table_headers() 153 if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] && in verify_table_headers() 154 tables[YYTD_ID_NXT] && tables[YYTD_ID_CHK])) in verify_table_headers() 158 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers() 160 if (!tables[YYTD_ID_ACCEPT]) in verify_table_headers() 162 if (state_count != tables[YYTD_ID_ACCEPT]->td_lolen) in verify_table_headers() [all …]
|
| /kernel/linux/linux-6.6/security/apparmor/ |
| D | match.c | 123 /* if table was vmalloced make sure the page tables are synced in unpack_table() 138 * verify_table_headers - verify that the tables headers are as expected 139 * @tables - array of dfa tables to check (NOT NULL) 147 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers() argument 152 /* check that required tables exist */ in verify_table_headers() 153 if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] && in verify_table_headers() 154 tables[YYTD_ID_NXT] && tables[YYTD_ID_CHK])) in verify_table_headers() 158 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers() 160 if (!tables[YYTD_ID_ACCEPT]) in verify_table_headers() 162 if (state_count != tables[YYTD_ID_ACCEPT]->td_lolen) in verify_table_headers() [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-firmware-dmi-tables | 1 What: /sys/firmware/dmi/tables/ 13 The dmi/tables provides raw SMBIOS entry point and DMI tables 18 /sys/firmware/dmi/tables/smbios_entry_point 19 /sys/firmware/dmi/tables/DMI 22 tables.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-firmware-dmi-tables | 1 What: /sys/firmware/dmi/tables/ 13 The dmi/tables provides raw SMBIOS entry point and DMI tables 18 /sys/firmware/dmi/tables/smbios_entry_point 19 /sys/firmware/dmi/tables/DMI 22 tables.
|
| D | sysfs-firmware-sfi | 1 What: /sys/firmware/sfi/tables/ 5 SFI defines a number of small static memory tables 8 The tables are defined in the latest SFI specification: 11 While the tables are used by the kernel, user-space 14 # cd /sys/firmware/sfi/tables
|
| /kernel/linux/linux-5.10/tools/power/acpi/man/ |
| D | acpidump.8 | 3 acpidump \- dump a system's ACPI tables to an ASCII file 12 dumps the systems ACPI tables to an ASCII file appropriate for 23 Dump tables to binary files 32 Dump tables from specified RSDP 64 Invocation without parameters dumps all available tables. 106 /sys/firmware/acpi/tables/* 107 /sys/firmware/acpi/tables/dynamic/*
|
| /kernel/linux/linux-6.6/tools/power/acpi/man/ |
| D | acpidump.8 | 3 acpidump \- dump a system's ACPI tables to an ASCII file 12 dumps the systems ACPI tables to an ASCII file appropriate for 23 Dump tables to binary files 32 Dump tables from specified RSDP 64 Invocation without parameters dumps all available tables. 106 /sys/firmware/acpi/tables/* 107 /sys/firmware/acpi/tables/dynamic/*
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | nvidia,tegra20-emc.txt | 11 set of tables can be present and said tables will be used 37 and the tables are stored directly under the emc node (see below). 41 - name : Should be emc-tables 53 There are two ways of specifying which tables to use: 55 * The simplest is if there is just one set of tables in the device tree, 66 used to select which tables to use. 71 - reg : either an opaque enumerator to tell different tables apart, or
|
| /kernel/linux/linux-6.6/Documentation/crypto/ |
| D | descore-readme.rst | 62 - 30us per encryption (options: 64k tables, no IP/FP) 63 - 33us per encryption (options: 64k tables, FIPS standard bit ordering) 64 - 45us per encryption (options: 2k tables, no IP/FP) 65 - 48us per encryption (options: 2k tables, FIPS standard bit ordering) 66 - 275us to set a new key (uses 1k of key tables) 80 - 53us per encryption (uses 2k of tables) 81 - 96us to set a new key (uses 2.25k of key tables) 106 - 68us per encryption (uses 2k of tables) 107 - 96us to set a new key (uses 2.25k of key tables) 126 he claims to use 280k of tables but the iteration calculation seems [all …]
|
| /kernel/linux/linux-5.10/Documentation/crypto/ |
| D | descore-readme.rst | 62 - 30us per encryption (options: 64k tables, no IP/FP) 63 - 33us per encryption (options: 64k tables, FIPS standard bit ordering) 64 - 45us per encryption (options: 2k tables, no IP/FP) 65 - 48us per encryption (options: 2k tables, FIPS standard bit ordering) 66 - 275us to set a new key (uses 1k of key tables) 80 - 53us per encryption (uses 2k of tables) 81 - 96us to set a new key (uses 2.25k of key tables) 106 - 68us per encryption (uses 2k of tables) 107 - 96us to set a new key (uses 2.25k of key tables) 126 he claims to use 280k of tables but the iteration calculation seems [all …]
|