Home
last modified time | relevance | path

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

12345678910>>...91

/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_routes.h80 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 …]
H A Dni_routes.c90 * 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 …]
/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c102 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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0004-call-native-helpers.patch24 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/e-name-western-tables.h
25 … "${CMAKE_CURRENT_SOURCE_DIR}/e-name-western-tables.h.in" >${CMAKE_CURRENT_BINARY_DIR}/e-name-west…
26 … "${CMAKE_CURRENT_SOURCE_DIR}/e-name-western-tables.h.in" >${CMAKE_CURRENT_BINARY_DIR}/e-name-west…
27 DEPENDS gen-western-table e-name-western-tables.h.in
34 @@ -10,7 +10,7 @@ target_include_directories(camel-gen-tables PUBLIC
37 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c
38 - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tabl…
39 + COMMAND camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c
40 DEPENDS camel-gen-tables
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A 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 …]
/OK3568_Linux_fs/kernel/scripts/
H A Dcheck-sysctl-docs95 # 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 …]
/OK3568_Linux_fs/buildroot/boot/at91bootstrap/
H A Dat91bootstrap-1.16-eabi-fix.patch6 generation of such references by avoiding unwind tables, exceptions,
45 …-D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
58 …-D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
71 …-D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
84 … -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
97 … -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
110 … -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
123 … -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
136 … -Os -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
149 … -O0 -Wall -D$(TARGET) -I$(INCL) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/stabs/
H A DSymbol-Table-Format.html26 <link href="Symbol-Tables.html#Symbol-Tables" rel="up" title="Symbol Tables">
27 …="Transformations-On-Symbol-Tables.html#Transformations-On-Symbol-Tables" rel="next" title="Transf…
28 <link href="Symbol-Tables.html#Symbol-Tables" rel="previous" title="Symbol Tables">
65Tables.html#Transformations-On-Symbol-Tables" accesskey="n" rel="next">Transformations On Symbol T…
H A DTransformations-On-Symbol-Tables.html15 <title>STABS: Transformations On Symbol Tables</title>
17 <meta name="description" content="STABS: Transformations On Symbol Tables">
18 <meta name="keywords" content="STABS: Transformations On Symbol Tables">
26 <link href="Symbol-Tables.html#Symbol-Tables" rel="up" title="Symbol Tables">
62 <a name="Transformations-On-Symbol-Tables"></a>
65 …Symbol Table Format</a>, Up: <a href="Symbol-Tables.html#Symbol-Tables" accesskey="u" rel="up">Sym…
68 <a name="Transformations-on-Symbol-Tables"></a>
69 <h3 class="section">7.2 Transformations on Symbol Tables</h3>
H A DSymbol-Tables.html15 <title>STABS: Symbol Tables</title>
17 <meta name="description" content="STABS: Symbol Tables">
18 <meta name="keywords" content="STABS: Symbol Tables">
62 <a name="Symbol-Tables"></a>
68 <a name="Symbol-Information-in-Symbol-Tables"></a>
69 <h2 class="chapter">7 Symbol Information in Symbol Tables</h2>
78 …ef="Transformations-On-Symbol-Tables.html#Transformations-On-Symbol-Tables" accesskey="2">Transfor…
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/stabs/
H A DSymbol-Table-Format.html26 <link href="Symbol-Tables.html#Symbol-Tables" rel="up" title="Symbol Tables">
27 …="Transformations-On-Symbol-Tables.html#Transformations-On-Symbol-Tables" rel="next" title="Transf…
28 <link href="Symbol-Tables.html#Symbol-Tables" rel="previous" title="Symbol Tables">
65Tables.html#Transformations-On-Symbol-Tables" accesskey="n" rel="next">Transformations On Symbol T…
H A DTransformations-On-Symbol-Tables.html15 <title>STABS: Transformations On Symbol Tables</title>
17 <meta name="description" content="STABS: Transformations On Symbol Tables">
18 <meta name="keywords" content="STABS: Transformations On Symbol Tables">
26 <link href="Symbol-Tables.html#Symbol-Tables" rel="up" title="Symbol Tables">
62 <a name="Transformations-On-Symbol-Tables"></a>
65 …Symbol Table Format</a>, Up: <a href="Symbol-Tables.html#Symbol-Tables" accesskey="u" rel="up">Sym…
68 <a name="Transformations-on-Symbol-Tables"></a>
69 <h3 class="section">7.2 Transformations on Symbol Tables</h3>
H A DSymbol-Tables.html15 <title>STABS: Symbol Tables</title>
17 <meta name="description" content="STABS: Symbol Tables">
18 <meta name="keywords" content="STABS: Symbol Tables">
62 <a name="Symbol-Tables"></a>
68 <a name="Symbol-Information-in-Symbol-Tables"></a>
69 <h2 class="chapter">7 Symbol Information in Symbol Tables</h2>
78 …ef="Transformations-On-Symbol-Tables.html#Transformations-On-Symbol-Tables" accesskey="2">Transfor…
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dmatch.c123 /* 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DLine-Tables-In-Python.html17 <title>Debugging with GDB: Line Tables In Python</title>
19 <meta name="description" content="Debugging with GDB: Line Tables In Python">
20 <meta name="keywords" content="Debugging with GDB: Line Tables In Python">
30 <link href="Symbol-Tables-In-Python.html#Symbol-Tables-In-Python" rel="previous" title="Symbol Tabl…
64 <a name="Line-Tables-In-Python"></a>
67 …</a>, Previous: <a href="Symbol-Tables-In-Python.html#Symbol-Tables-In-Python" accesskey="p" rel="…
70 <a name="Manipulating-line-tables-using-Python"></a>
71 <h4 class="subsubsection">23.2.2.29 Manipulating line tables using Python</h4>
73 <a name="index-line-tables-in-python"></a>
80 …inetable</code> function (see <a href="Symbol-Tables-In-Python.html#Symbol-Tables-In-Python">Symbo…
[all …]
H A DSymbol-Tables-In-Python.html17 <title>Debugging with GDB: Symbol Tables In Python</title>
19 <meta name="description" content="Debugging with GDB: Symbol Tables In Python">
20 <meta name="keywords" content="Debugging with GDB: Symbol Tables In Python">
29 <link href="Line-Tables-In-Python.html#Line-Tables-In-Python" rel="next" title="Line Tables In Pyth…
64 <a name="Symbol-Tables-In-Python"></a>
67 Next: <a href="Line-Tables-In-Python.html#Line-Tables-In-Python" accesskey="n" rel="next">Line Tabl…
73 <a name="index-symbol-tables-in-python"></a>
177 See <a href="Line-Tables-In-Python.html#Line-Tables-In-Python">Line Tables In Python</a>.
183 Next: <a href="Line-Tables-In-Python.html#Line-Tables-In-Python" accesskey="n" rel="next">Line Tabl…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DLine-Tables-In-Python.html17 <title>Debugging with GDB: Line Tables In Python</title>
19 <meta name="description" content="Debugging with GDB: Line Tables In Python">
20 <meta name="keywords" content="Debugging with GDB: Line Tables In Python">
30 <link href="Symbol-Tables-In-Python.html#Symbol-Tables-In-Python" rel="previous" title="Symbol Tabl…
64 <a name="Line-Tables-In-Python"></a>
67 …</a>, Previous: <a href="Symbol-Tables-In-Python.html#Symbol-Tables-In-Python" accesskey="p" rel="…
70 <a name="Manipulating-line-tables-using-Python"></a>
71 <h4 class="subsubsection">23.2.2.29 Manipulating line tables using Python</h4>
73 <a name="index-line-tables-in-python"></a>
80 …inetable</code> function (see <a href="Symbol-Tables-In-Python.html#Symbol-Tables-In-Python">Symbo…
[all …]
H A DSymbol-Tables-In-Python.html17 <title>Debugging with GDB: Symbol Tables In Python</title>
19 <meta name="description" content="Debugging with GDB: Symbol Tables In Python">
20 <meta name="keywords" content="Debugging with GDB: Symbol Tables In Python">
29 <link href="Line-Tables-In-Python.html#Line-Tables-In-Python" rel="next" title="Line Tables In Pyth…
64 <a name="Symbol-Tables-In-Python"></a>
67 Next: <a href="Line-Tables-In-Python.html#Line-Tables-In-Python" accesskey="n" rel="next">Line Tabl…
73 <a name="index-symbol-tables-in-python"></a>
177 See <a href="Line-Tables-In-Python.html#Line-Tables-In-Python">Line Tables In Python</a>.
183 Next: <a href="Line-Tables-In-Python.html#Line-Tables-In-Python" accesskey="n" rel="next">Line Tabl…
/OK3568_Linux_fs/kernel/Documentation/x86/
H A 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 …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Durls.py12 from toastergui import tables
24 tables.AllBuildsTable.as_view(template_name="builds-toastertable.html"),
99 tables.ProjectsTable.as_view(template_name="projects-toastertable.html"),
105 tables.ProjectBuildsTable.as_view(template_name="projectbuilds-toastertable.html"),
118 tables.MachinesTable.as_view(template_name="generic-toastertable-page.html"),
122 tables.SoftwareRecipesTable.as_view(template_name="generic-toastertable-page.html"),
126tables.ImageRecipesTable.as_view(template_name="generic-toastertable-page.html"), name="projectima…
129tables.CustomImagesTable.as_view(template_name="generic-toastertable-page.html"), name="projectcus…
132 tables.NewCustomImagesTable.as_view(template_name="newcustomimage.html"),
136 tables.LayersTable.as_view(template_name="generic-toastertable-page.html"),
[all …]
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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.
/OK3568_Linux_fs/kernel/tools/power/acpi/man/
H A 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/*
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A 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 …]

12345678910>>...91