Home
last modified time | relevance | path

Searched full:tables (Results 1 – 25 of 2375) sorted by relevance

12345678910>>...95

/linux-6.12.1/drivers/comedi/drivers/
Dni_routes.h79 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 …]
Dni_routes.c86 * 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 …]
/linux-6.12.1/Documentation/admin-guide/acpi/
Dinitrd_table_override.rst4 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 …]
/linux-6.12.1/drivers/staging/media/sunxi/sun6i-isp/
Dsun6i_isp.c30 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 …]
/linux-6.12.1/scripts/
Dcheck-sysctl-docs91 # Stage 2: process each file and find all sysctl tables
101 match($0, /static( const)? struct ctl_table ([^][]+)/, tables)
102 curtable = tables[2]
121 match($0, /register_sysctl(|_init|_sz)\("([^"]+)" *, *([^,)]+)/, tables)
122 if (debug) print "Registering table " tables[3] " at " tables[2]
123 if (tables[2] == table) {
124 for (entry in entries[tables[3]]) {
139 match($0, /__register_sysctl_table\([^,]+, *"([^"]+)" *, *([^,]+)/, tables)
140 if (debug) print "Registering variable table " tables[2] " at " tables[1]
141 if (tables[1] == table && tables[2] in vars) {
[all …]
/linux-6.12.1/security/apparmor/include/
Dmatch.h21 * 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 …]
/linux-6.12.1/security/apparmor/
Dmatch.c79 /* if table was vmalloced make sure the page tables are synced in unpack_table()
94 * verify_table_headers - verify that the tables headers are as expected
95 * @tables: array of dfa tables to check (NOT NULL)
103 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers() argument
108 /* check that required tables exist */ in verify_table_headers()
109 if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] && in verify_table_headers()
110 tables[YYTD_ID_NXT] && tables[YYTD_ID_CHK])) in verify_table_headers()
114 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers()
116 if (!tables[YYTD_ID_ACCEPT]) in verify_table_headers()
118 if (state_count != tables[YYTD_ID_ACCEPT]->td_lolen) in verify_table_headers()
[all …]
/linux-6.12.1/tools/perf/util/scripting-engines/
Dtrace-event-python.c109 struct tables { struct
127 static struct tables tables_global; argument
1151 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local
1159 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel()
1169 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local
1178 call_object(tables->machine_handler, t, "machine_table"); in python_export_machine()
1188 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local
1199 call_object(tables->thread_handler, t, "thread_table"); in python_export_thread()
1209 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local
1220 call_object(tables->comm_handler, t, "comm_table"); in python_export_comm()
[all …]
/linux-6.12.1/Documentation/arch/x86/
Dpti.rst15 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 …]
/linux-6.12.1/tools/perf/pmu-events/
Dempty-pmu-events.c557 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_events_table() local
558 tables->arch; in find_core_events_table()
559 tables++) { in find_core_events_table()
560 if (!strcmp(tables->arch, arch) && !strcmp_cpuid_str(tables->cpuid, cpuid)) in find_core_events_table()
561 return &tables->event_table; in find_core_events_table()
568 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_metrics_table() local
569 tables->arch; in find_core_metrics_table()
570 tables++) { in find_core_metrics_table()
571 if (!strcmp(tables->arch, arch) && !strcmp_cpuid_str(tables->cpuid, cpuid)) in find_core_metrics_table()
572 return &tables->metric_table; in find_core_metrics_table()
[all …]
Djevents.py16 # List of regular event tables.
18 # List of event tables generated from "/sys" directories.
20 # List of regular metric tables.
22 # List of metric tables generated from "/sys" directories.
773 """C struct mapping table array for tables from /sys directories."""
1107 for (const struct pmu_events_map *tables = &pmu_events_map[0];
1108 tables->arch;
1109 tables++) {
1110 if (!strcmp(tables->arch, arch) && !strcmp_cpuid_str(tables->cpuid, cpuid))
1111 return &tables->event_table;
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-firmware-dmi-tables1 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.
/linux-6.12.1/tools/power/acpi/man/
Dacpidump.83 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/*
/linux-6.12.1/Documentation/crypto/
Ddescore-readme.rst62 - 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 …]
/linux-6.12.1/Documentation/mm/
Dpage_tables.rst4 Page Tables
13 Page tables map virtual addresses as seen by the CPU into physical addresses
16 Linux defines page tables as a hierarchy which is currently five levels in
51 remains unused. By using hierarchical page tables large holes in the virtual
99 page tables were first introduced, so the *pte* is the lowermost page
106 the other levels to handle 4-level page tables. It is potentially unused,
110 handle 5-level page tables after the *pud* was introduced. Now it was clear
113 is only used on systems which actually have 5 levels of page tables, otherwise
147 which means skipped, and all operations performed on page tables will be
223 Linux kernel handles these page faults, creates tables and tables' entries,
[all …]
Dsplit_page_table_lock.rst5 Originally, mm->page_table_lock spinlock protected all page tables of the
12 tables. Access to higher level tables protected by mm->page_table_lock.
36 Split page table lock for PTE tables is enabled compile-time if
38 If split lock is disabled, all tables are guarded by mm->page_table_lock.
40 Split page table lock for PMD tables is enabled, if it's enabled for PTE
41 tables and the architecture supports it (see below).
/linux-6.12.1/drivers/iio/
Dindustrialio-gts-helper.c140 * iio_gts_purge_avail_scale_table - free-up the available scale tables
176 * Sort the tables for nice output and for easier finding of in gain_to_scaletables()
260 * iio_gts_build_avail_scale_table - create tables of available scales
263 * Build the tables which can represent the available scales based on the
264 * originally given gain and time tables. When both time and gain tables are
266 * 1. A set of tables representing available scales for each supported
271 * NOTE: Space allocated for the tables must be freed using
272 * iio_gts_purge_avail_scale_table() when the tables are no longer needed.
347 * NOTE: Space allocated for the tables must be freed using
348 * iio_gts_purge_avail_time_table() when the tables are no longer needed.
[all …]
/linux-6.12.1/drivers/net/ipa/
Dipa_table.h23 * ipa_table_hash_support() - Return true if hashed tables are supported
29 * ipa_table_reset() - Reset filter and route tables entries to "none"
42 * ipa_table_setup() - Set up filter and route tables
50 * ipa_table_config() - Configure filter and route tables
58 * ipa_table_init() - Do early initialization of filter and route tables
72 * @filter: Whether to check filter or routing tables
/linux-6.12.1/Documentation/firmware-guide/acpi/
Dacpi-lid.rst15 using a control method lid device. To implement this, the AML tables issue
31 However the word of "current" has ambiguity, some buggy AML tables return
35 initial returning value. When the AML tables implement this control method
42 There are buggy AML tables never notifying when the lid device state is
44 it is guaranteed that the AML tables always notify "closed" when the lid
47 tested, it is reliable from all AML tables.
85 isn't ready to handle the buggy AML tables.
107 opens given that some AML tables do not send "opened" notifications
114 handle the buggy AML tables.
/linux-6.12.1/net/ipv4/
Dudp_tunnel_nic.c35 * @n_tables: number of tables under @entries
36 * @missed: bitmap of tables which overflown
37 * @entries: table of tables of ports currently offloaded
136 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_is_empty()
152 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_should_replay()
245 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_device_sync_by_port()
259 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_device_sync_by_table()
262 if (j == info->tables[i].n_entries) in udp_tunnel_nic_device_sync_by_table()
270 for (j = 0; j < info->tables[i].n_entries; j++) { in udp_tunnel_nic_device_sync_by_table()
339 if (udp_tunnel_nic_table_is_capable(&info->tables[i], ti)) in udp_tunnel_nic_is_capable()
[all …]
/linux-6.12.1/drivers/acpi/acpica/
Dtbxfload.c29 * DESCRIPTION: Load the ACPI tables from the RSDT/XSDT
57 /* Load the namespace from the tables */ in acpi_load_tables()
69 "While loading namespace from ACPI tables")); in acpi_load_tables()
116 * PSDT tables are optional. Verify the DSDT. in ACPI_EXPORT_SYMBOL_INIT()
118 table = &acpi_gbl_root_table_list.tables[acpi_gbl_dsdt_index]; in ACPI_EXPORT_SYMBOL_INIT()
129 * address. We must take care here because the address of the .Tables in ACPI_EXPORT_SYMBOL_INIT()
130 * array can change dynamically as tables are loaded at run-time. Note: in ACPI_EXPORT_SYMBOL_INIT()
155 /* Load and parse tables */ in ACPI_EXPORT_SYMBOL_INIT()
167 /* Load any SSDT or PSDT tables. Note: Loop leaves tables locked */ in ACPI_EXPORT_SYMBOL_INIT()
170 table = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
[all …]
Dtbfind.c67 if (memcmp(&(acpi_gbl_root_table_list.tables[i].signature), in acpi_tb_find_table()
77 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table()
83 tables[i]); in acpi_tb_find_table()
88 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table()
96 (acpi_gbl_root_table_list.tables[i].pointer->signature, in acpi_tb_find_table()
101 tables[i]. in acpi_tb_find_table()
106 || !memcmp(acpi_gbl_root_table_list.tables[i].pointer-> in acpi_tb_find_table()
Dtbdata.c33 * RETURN: TRUE if both tables are identical.
50 acpi_tb_acquire_table(&acpi_gbl_root_table_list.tables[table_index], in acpi_tb_compare_tables()
93 * tables, since the table is not fully mapped at this time. in acpi_tb_init_table_descriptor()
126 * DESCRIPTION: Acquire an ACPI table. It can be used for tables not
412 * DESCRIPTION: Avoid installing duplicated tables. However table override and
430 /* Do not compare with unverified tables */ in acpi_tb_check_duplication()
433 (acpi_gbl_root_table_list.tables[i]. in acpi_tb_check_duplication()
451 * The assumption here is that the number of different tables that in acpi_tb_check_duplication()
456 * machines with many table load/unload operations), tables will in acpi_tb_check_duplication()
460 if (acpi_gbl_root_table_list.tables[i].flags & in acpi_tb_check_duplication()
[all …]
/linux-6.12.1/Documentation/arch/arm64/
Darm-acpi.rst123 Booting using ACPI tables
125 The only defined method for passing ACPI tables to the kernel on Arm
129 When an Arm system boots, it can either have DT information, ACPI tables,
132 present, the kernel will try to use ACPI tables, but only if they are present.
134 on the command line, the kernel will attempt to use ACPI tables first, but
135 fall back to DT if there are no ACPI tables present. The basic idea is that
138 Processing of ACPI tables may be disabled by passing acpi=off on the kernel
141 In order for the kernel to load and use ACPI tables, the UEFI implementation
145 kernel has, in effect, determined that ACPI tables are not present at that
151 The ACPI core will then locate and map in all other ACPI tables provided by
[all …]
/linux-6.12.1/include/linux/
Dio-pgtable.h50 * struct io_pgtable_cfg - Configuration data for a set of page tables.
55 * tables.
60 * @tlb: TLB management callbacks for this set of tables.
109 * Optional hook used to allocate page tables. If this function is NULL,
124 * Optional hook used to free page tables allocated with the @alloc
235 * struct io_pgtable - Internal structure describing a set of page tables.
241 * @ops: The page table operations in use for this set of page tables.
284 * struct io_pgtable_init_fns - Alloc/free a set of page tables for a
287 * @alloc: Allocate a set of page tables described by cfg.
288 * @free: Free the page tables associated with iop.

12345678910>>...95