Searched refs:tables (Results 126 - 150 of 201) sorted by relevance

123456789

/linux-master/arch/powerpc/kernel/
H A Diommu.c928 * the tce tables.
1210 struct iommu_table *tbl = table_group->tables[0];
1227 return tbl == table_group->tables[num] ? 0 : -EPERM;
1240 struct iommu_table *tbl = table_group->tables[i];
1250 iommu_release_ownership(table_group->tables[j]);
1261 struct iommu_table *tbl = table_group->tables[i];
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c439 struct smu_table *tables = smu_table->tables; local
443 kzalloc(tables[SMU_TABLE_PPTABLE].size, GFP_KERNEL);
457 if (tables[SMU_TABLE_OVERDRIVE].size) {
459 kzalloc(tables[SMU_TABLE_OVERDRIVE].size, GFP_KERNEL);
466 kzalloc(tables[SMU_TABLE_OVERDRIVE].size, GFP_KERNEL);
473 kzalloc(tables[SMU_TABLE_OVERDRIVE].size, GFP_KERNEL);
481 kzalloc(tables[SMU_TABLE_COMBO_PPTABLE].size, GFP_KERNEL);
750 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG];
H A Dsmu_v13_0_0_ppt.c482 struct smu_table *tables = smu_table->tables; local
484 SMU_TABLE_INIT(tables, SMU_TABLE_PPTABLE, sizeof(PPTable_t),
486 SMU_TABLE_INIT(tables, SMU_TABLE_WATERMARKS, sizeof(Watermarks_t),
488 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetricsExternal_t),
490 SMU_TABLE_INIT(tables, SMU_TABLE_I2C_COMMANDS, sizeof(SwI2cRequest_t),
492 SMU_TABLE_INIT(tables, SMU_TABLE_OVERDRIVE, sizeof(OverDriveTableExternal_t),
494 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE,
496 SMU_TABLE_INIT(tables, SMU_TABLE_ACTIVITY_MONITOR_COEFF,
499 SMU_TABLE_INIT(tables, SMU_TABLE_COMBO_PPTABL
[all...]
H A Dsmu_v13_0_6_ppt.c275 /* No need to load P2S tables in IOV mode */
295 * are used to carry p2s tables.
330 struct smu_table *tables = smu_table->tables; local
334 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE,
337 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS,
342 SMU_TABLE_INIT(tables, SMU_TABLE_I2C_COMMANDS, sizeof(SwI2cRequest_t),
414 uint32_t table_size = smu_table->tables[SMU_TABLE_SMU_METRICS].size;
444 uint32_t table_version = smu_tbl_ctxt->tables[SMU_TABLE_SMU_METRICS].version;
445 uint32_t table_size = smu_tbl_ctxt->tables[SMU_TABLE_SMU_METRIC
[all...]
/linux-master/drivers/cpufreq/
H A DKconfig.x8646 performance levels. _CPC needs to be present in the ACPI tables
228 bool "Built-in tables for Banias CPUs"
232 Use built-in tables for Banias CPUs if ACPI encoding
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh311 local tables
315 tables="${iptables}"
317 tables="${ip6tables}"
322 if ! ip netns exec $ns2 $tables -A OUTPUT -p tcp \
379 local tables
381 tables="${iptables}"
383 tables="${ip6tables}"
386 ip netns exec $ns2 $tables \
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c936 table_size = smu_table->tables[table_index].size;
994 smu_table->tables[SMU_TABLE_SMU_METRICS].size;
/linux-master/Documentation/sphinx/
H A DrstFlatTable.py47 from docutils.parsers.rst.directives.tables import Table
/linux-master/arch/x86/include/asm/
H A Defi.h138 extern int __init efi_reuse_config(u64 tables, int nr_tables);
/linux-master/include/asm-generic/
H A Dtlb.h204 void *tables[]; member in struct:mmu_table_batch
224 * This allows an architecture that does not use the linux page-tables for
225 * hardware to skip the TLBI when freeing page tables.
684 * For things like page tables caches (ie caching addresses "inside" the
685 * page tables, like x86 does), for legacy reasons, flushing an
/linux-master/drivers/acpi/acpica/
H A Dtbfadt.c219 * the presence of two FACS or two DSDT tables.
271 * DESCRIPTION: Initialize the FADT, DSDT and FACS tables
285 * and it contains pointers to both the DSDT and FACS tables.
290 fadt_desc = &acpi_gbl_root_table_list.tables[acpi_gbl_fadt_index];
311 /* Obtain the DSDT and FACS tables via their addresses within the FADT */
/linux-master/include/net/
H A Dudp_tunnel.h246 * @tables: UDP port tables this device has
247 * @tables.n_entries: number of entries in this table
248 * @tables.tunnel_types: types of tunnels this table accepts
287 } tables[UDP_TUNNEL_NIC_MAX_TABLES]; member in struct:udp_tunnel_nic_info
/linux-master/net/netfilter/
H A Dnft_chain_filter.c348 * Although nf_tables core releases all tables/chains, only this event
372 list_for_each_entry(table, &nft_net->tables, list) {
/linux-master/arch/x86/boot/compressed/
H A DMakefile41 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c105 struct its_baser tables[GITS_BASER_NR_REGS]; member in struct:its_node
2237 * construction, the LPI tables are out of this kernel's
2314 u32 idx = baser - its->tables;
2322 u32 idx = baser - its->tables;
2541 baser = its->tables[2].val;
2556 if (its->tables[i].base) {
2557 free_pages((unsigned long)its->tables[i].base,
2558 its->tables[i].order);
2559 its->tables[i].base = NULL;
2628 struct its_baser *baser = its->tables
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c497 struct smu_table *tables = smu_table->tables; local
501 SMU_TABLE_INIT(tables, SMU_TABLE_PPTABLE, sizeof(PPTable_t),
503 SMU_TABLE_INIT(tables, SMU_TABLE_WATERMARKS, sizeof(Watermarks_t),
505 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetrics_NV1X_t),
507 SMU_TABLE_INIT(tables, SMU_TABLE_I2C_COMMANDS, sizeof(SwI2cRequest_t),
509 SMU_TABLE_INIT(tables, SMU_TABLE_OVERDRIVE, sizeof(OverDriveTable_t),
511 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE,
513 SMU_TABLE_INIT(tables, SMU_TABLE_ACTIVITY_MONITOR_COEFF,
516 SMU_TABLE_INIT(tables, SMU_TABLE_DRIVER_SMU_CONFI
[all...]
H A Darcturus_ppt.c253 struct smu_table *tables = smu_table->tables; local
255 SMU_TABLE_INIT(tables, SMU_TABLE_PPTABLE, sizeof(PPTable_t),
258 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE,
261 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, sizeof(SmuMetrics_t),
264 SMU_TABLE_INIT(tables, SMU_TABLE_I2C_COMMANDS, sizeof(SwI2cRequest_t),
267 SMU_TABLE_INIT(tables, SMU_TABLE_ACTIVITY_MONITOR_COEFF,
2330 /* dpm/clk tables */
H A Dvangogh_ppt.c227 struct smu_table *tables = smu_table->tables; local
229 SMU_TABLE_INIT(tables, SMU_TABLE_WATERMARKS, sizeof(Watermarks_t),
231 SMU_TABLE_INIT(tables, SMU_TABLE_DPMCLOCKS, sizeof(DpmClocks_t),
233 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE,
235 SMU_TABLE_INIT(tables, SMU_TABLE_ACTIVITY_MONITOR_COEFF, sizeof(DpmActivityMonitorCoeffExt_t),
237 SMU_TABLE_INIT(tables, SMU_TABLE_SMU_METRICS, max(sizeof(SmuMetrics_t), sizeof(SmuMetrics_legacy_t)),
/linux-master/net/bridge/netfilter/
H A Debtables.c44 struct list_head tables; member in struct:ebt_pernet
329 list_for_each_entry(table, &ebt_net->tables, list) {
355 list_for_each_entry(table, &ebt_net->tables, list) {
1240 list_for_each_entry(t, &ebt_net->tables, list) {
1270 list_add(&table->list, &ebt_net->tables);
1349 list_for_each_entry(t, &ebt_net->tables, list) {
2558 INIT_LIST_HEAD(&ebt_net->tables);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1042 set_iommu_table_base(&pdev->dev, pe->table_group.tables[0]);
1475 pnv_pci_unlink_table_and_group(table_group->tables[num], table_group);
1532 set_iommu_table_base(&dev->dev, pe->table_group.tables[0]);
1545 struct iommu_table *tbl = pe->table_group.tables[0];
1571 if (pe->table_group.tables[0])
2357 struct iommu_table *tbl = pe->table_group.tables[0];
2778 /* Reset IODA tables to a clean state */
/linux-master/include/linux/
H A Defi.h493 u64 tables; member in struct:__anon2137
509 u32 tables; member in struct:__anon2138
529 unsigned long tables; member in struct:__anon2139::__anon2140
776 * argument in the page tables referred to by the
864 #define EFI_CONFIG_TABLES 2 /* Can we use EFI config tables? */
1178 * Sets up the environment for the call (e.g. switching page tables,
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma.h81 u64 **tables; member in struct:pvrdma_page_dir
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h448 struct sja1105_table tables[BLK_IDX_MAX]; member in struct:sja1105_static_config
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S331 ## PCLMULQDQ tables
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile153 CFLAGS ?= -Os -fno-ident -fno-asynchronous-unwind-tables -std=c89 -W -Wall -Wextra \

Completed in 693 milliseconds

123456789