Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 200 of 261) sorted by relevance

12

/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c62 struct tables { struct
78 static struct tables tables_global; argument
516 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local
524 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel()
534 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local
543 call_object(tables->machine_handler, t, "machine_table"); in python_export_machine()
553 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local
564 call_object(tables->thread_handler, t, "thread_table"); in python_export_thread()
573 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local
581 call_object(tables->comm_handler, t, "comm_table"); in python_export_comm()
[all …]
/linux-4.4.14/security/apparmor/
Dmatch.c106 if (!(dfa->tables[YYTD_ID_DEF] && in verify_dfa()
107 dfa->tables[YYTD_ID_BASE] && in verify_dfa()
108 dfa->tables[YYTD_ID_NXT] && dfa->tables[YYTD_ID_CHK])) in verify_dfa()
112 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in verify_dfa()
114 if (!dfa->tables[YYTD_ID_ACCEPT]) in verify_dfa()
116 if (state_count != dfa->tables[YYTD_ID_ACCEPT]->td_lolen) in verify_dfa()
120 if (!dfa->tables[YYTD_ID_ACCEPT2]) in verify_dfa()
122 if (state_count != dfa->tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_dfa()
125 if (state_count != dfa->tables[YYTD_ID_DEF]->td_lolen) in verify_dfa()
129 trans_count = dfa->tables[YYTD_ID_NXT]->td_lolen; in verify_dfa()
[all …]
Dpolicy_unpack.c308 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_accept()
688 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_dfa_xindex()
/linux-4.4.14/drivers/acpi/acpica/
Dtbdata.c435 struct acpi_table_desc *tables; in acpi_tb_resize_root_table_list() local
456 tables = ACPI_ALLOCATE_ZEROED(((acpi_size) table_count + in acpi_tb_resize_root_table_list()
459 if (!tables) { in acpi_tb_resize_root_table_list()
467 if (acpi_gbl_root_table_list.tables) { in acpi_tb_resize_root_table_list()
468 memcpy(tables, acpi_gbl_root_table_list.tables, in acpi_tb_resize_root_table_list()
473 ACPI_FREE(acpi_gbl_root_table_list.tables); in acpi_tb_resize_root_table_list()
477 acpi_gbl_root_table_list.tables = tables; in acpi_tb_resize_root_table_list()
522 *table_desc = &acpi_gbl_root_table_list.tables[i]; in acpi_tb_get_next_table_descriptor()
551 acpi_tb_uninstall_table(&acpi_gbl_root_table_list.tables[i]); in acpi_tb_terminate()
559 ACPI_FREE(acpi_gbl_root_table_list.tables); in acpi_tb_terminate()
[all …]
Dtbxface.c126 acpi_gbl_root_table_list.tables = initial_table_array; in acpi_initialize_tables()
224 (&(acpi_gbl_root_table_list.tables[i].signature), in ACPI_EXPORT_SYMBOL_INIT()
233 if (!acpi_gbl_root_table_list.tables[i].pointer) { in ACPI_EXPORT_SYMBOL_INIT()
234 if ((acpi_gbl_root_table_list.tables[i].flags & in ACPI_EXPORT_SYMBOL_INIT()
239 tables[i].address, in ACPI_EXPORT_SYMBOL_INIT()
256 acpi_gbl_root_table_list.tables[i].pointer, in ACPI_EXPORT_SYMBOL_INIT()
301 (&(acpi_gbl_root_table_list.tables[i].signature), in ACPI_EXPORT_SYMBOL()
311 acpi_tb_validate_table(&acpi_gbl_root_table_list.tables[i]); in ACPI_EXPORT_SYMBOL()
313 *out_table = acpi_gbl_root_table_list.tables[i].pointer; in ACPI_EXPORT_SYMBOL()
314 *tbl_size = acpi_gbl_root_table_list.tables[i].length; in ACPI_EXPORT_SYMBOL()
[all …]
Dtbfind.c100 if (memcmp(&(acpi_gbl_root_table_list.tables[i].signature), in acpi_tb_find_table()
110 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table()
116 tables[i]); in acpi_tb_find_table()
121 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table()
129 (acpi_gbl_root_table_list.tables[i].pointer->signature, in acpi_tb_find_table()
134 tables[i].pointer-> in acpi_tb_find_table()
139 || !memcmp(acpi_gbl_root_table_list.tables[i].pointer-> in acpi_tb_find_table()
Dtbxfload.c120 table = &acpi_gbl_root_table_list.tables[acpi_gbl_dsdt_index]; in ACPI_EXPORT_SYMBOL_INIT()
173 table = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
175 if (!acpi_gbl_root_table_list.tables[i].address || in ACPI_EXPORT_SYMBOL_INIT()
321 tables[table_index]); in ACPI_EXPORT_SYMBOL_INIT()
395 if (owner_id != acpi_gbl_root_table_list.tables[i].owner_id) { in ACPI_EXPORT_SYMBOL()
406 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()
424 tables[i].pointer, in ACPI_EXPORT_SYMBOL()
Dtbutils.c158 table_desc = &acpi_gbl_root_table_list.tables[table_index]; in acpi_tb_copy_dsdt()
171 tables[acpi_gbl_dsdt_index], in acpi_tb_copy_dsdt()
370 tables[table_index].signature, in acpi_tb_parse_root_table()
Dtbinstal.c79 acpi_tb_acquire_table(&acpi_gbl_root_table_list.tables[table_index], in acpi_tb_compare_tables()
139 acpi_tb_init_table_descriptor(&acpi_gbl_root_table_list.tables[i], in acpi_tb_install_table_with_override()
340 if (acpi_gbl_root_table_list.tables[i]. in acpi_tb_install_standard_table()
Dtbfadt.c322 length = acpi_gbl_root_table_list.tables[acpi_gbl_fadt_index].length; in acpi_tb_parse_fadt()
326 tables[acpi_gbl_fadt_index].address, length); in acpi_tb_parse_fadt()
Dnsload.c125 tables[table_index].owner_id); in acpi_ns_load_table()
Dexconfig.c497 tables[table_index]); in acpi_ex_load_op()
Daclocal.h210 struct acpi_table_desc *tables; /* Table descriptor array */ member
Ddbcmds.c300 table_desc = &acpi_gbl_root_table_list.tables[i]; in acpi_db_display_table_info()
/linux-4.4.14/security/apparmor/include/
Dmatch.h88 #define DEFAULT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_DEF]->td_data))
89 #define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data))
90 #define NEXT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_NXT]->td_data))
91 #define CHECK_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_CHK]->td_data))
92 #define EQUIV_TABLE(DFA) ((u8 *)((DFA)->tables[YYTD_ID_EC]->td_data))
93 #define ACCEPT_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT]->td_data))
94 #define ACCEPT_TABLE2(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT2]->td_data))
99 struct table_header *tables[YYTD_ID_TSIZE]; member
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-sfi1 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
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.
Dsysfs-firmware-dmi-entries6 SMBIOS tables to the operating system. Getting at this
11 information in these tables being correct. It equally
32 'T' in the DMI tables (adjacent or spread apart, it
Dsysfs-firmware-efi27 which the tables are printed forms an ABI and newer
/linux-4.4.14/Documentation/acpi/
Dinitrd_table_override.txt1 Overriding ACPI tables via initrd
16 For a full list of ACPI tables that can be overridden, take a look at
18 All ACPI tables iasl (Intel's ACPI compiler and disassembler) knows should
29 ACPI tables should not get overridden for productive use.
30 If BIOS ACPI tables are overridden the kernel will get tainted with the
44 # Extract the machine's ACPI tables:
54 # Add the raw ACPI tables to an uncompressed cpio archive.
63 # tables are currently allowed (see osl.c):
79 also static ACPI tables.
93 Alternatively, used ACPI tables can be retrieved via sysfs in latest kernels:
[all …]
Dmethod-customizing.txt27 just run "cat /sys/firmware/acpi/tables/DSDT > /tmp/dsdt.dat"
Dgpio-properties.txt57 There are systems in which the ACPI tables do not contain _DSD but provide _CRS
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt40 the bounds tables between the time when it populates "bndcfgu" and
61 tables. If an entire table becomes unused, we will attempt to free
83 * Frees unused bounds tables at the time that the memory they described
95 * new bounds tables (BT) need to be allocated to save bounds.
100 On-demand kernel allocation of bounds tables
107 tables".
111 hardware during both bounds violations or when the tables are not
112 present. The kernel handles those #BR exceptions for not-present tables
116 The tables need to be accessed and controlled by userspace because
120 tables would obviously destroy performance.
[all …]
D00-INDEX11 exception-tables.txt
12 - why and how Linux kernel uses exception tables on x86
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-emc.txt11 set of tables can be present and said tables will be used
33 and the tables are stored directly under the emc node (see below).
37 - name : Should be emc-tables
49 There are two ways of specifying which tables to use:
51 * The simplest is if there is just one set of tables in the device tree,
62 used to select which tables to use.
67 - reg : either an opaque enumerator to tell different tables apart, or
/linux-4.4.14/drivers/media/rc/keymaps/
DKconfig8 Controller tables. They are short tables, but if you
10 tables on userspace, you should disable it.
/linux-4.4.14/Documentation/vm/
Dsplit_page_table_lock4 Originally, mm->page_table_lock spinlock protected all page tables of the
11 tables. Access to higher level tables protected by mm->page_table_lock.
29 Split page table lock for PTE tables is enabled compile-time if
31 If split lock is disabled, all tables guaded by mm->page_table_lock.
33 Split page table lock for PMD tables is enabled, if it's enabled for PTE
34 tables and the architecture supports it (see below).
Dhighmem.txt128 manipulate the kernel's page tables, the data TLB and/or the MMU's registers.
154 (*) PAE makes your page tables larger - which slows the system down as more
Dactive_mm.txt20 user-level page tables at all, so when we do a context switch into an
Dpagemap.txt5 userspace programs to examine the page tables and related information by
/linux-4.4.14/fs/nls/
Dnls_base.c21 static struct nls_table *tables = &default_table; variable
237 struct nls_table ** tmp = &tables; in __register_nls()
251 nls->next = tables; in __register_nls()
252 tables = nls; in __register_nls()
260 struct nls_table ** tmp = &tables; in unregister_nls()
279 for (nls = tables; nls; nls = nls->next) { in find_nls()
/linux-4.4.14/drivers/media/pci/pt1/
Dpt1.c79 struct pt1_table *tables; member
325 page = pt1->tables[pt1->table_index].bufs[pt1->buf_index].page; in pt1_thread()
432 struct pt1_table *tables; in pt1_cleanup_tables() local
435 tables = pt1->tables; in pt1_cleanup_tables()
439 pt1_cleanup_table(pt1, &tables[i]); in pt1_cleanup_tables()
441 vfree(tables); in pt1_cleanup_tables()
446 struct pt1_table *tables; in pt1_init_tables() local
450 tables = vmalloc(sizeof(struct pt1_table) * pt1_nr_tables); in pt1_init_tables()
451 if (tables == NULL) in pt1_init_tables()
458 ret = pt1_init_table(pt1, &tables[0], &first_pfn); in pt1_init_tables()
[all …]
/linux-4.4.14/drivers/firmware/efi/libstub/
Dfdt.c320 efi_config_table_t *tables; in get_fdt() local
324 tables = (efi_config_table_t *) sys_table->tables; in get_fdt()
328 if (efi_guidcmp(tables[i].guid, fdt_guid) == 0) { in get_fdt()
329 fdt = (void *) tables[i].table; in get_fdt()
/linux-4.4.14/arch/x86/lib/
DMakefile10 $(obj)/inat-tables.c: $(inat_tables_script) $(inat_tables_maps)
13 $(obj)/inat.o: $(obj)/inat-tables.c
15 clean-files := inat-tables.c
D.gitignore1 inat-tables.c
/linux-4.4.14/drivers/char/agp/
Damd-k7-agp.c64 struct amd_page_map **tables; in amd_free_gatt_pages() local
67 tables = amd_irongate_private.gatt_pages; in amd_free_gatt_pages()
69 entry = tables[i]; in amd_free_gatt_pages()
76 kfree(tables); in amd_free_gatt_pages()
82 struct amd_page_map **tables; in amd_create_gatt_pages() local
87 tables = kzalloc((nr_tables + 1) * sizeof(struct amd_page_map *),GFP_KERNEL); in amd_create_gatt_pages()
88 if (tables == NULL) in amd_create_gatt_pages()
93 tables[i] = entry; in amd_create_gatt_pages()
103 amd_irongate_private.gatt_pages = tables; in amd_create_gatt_pages()
Dsworks-agp.c75 struct serverworks_page_map **tables; in serverworks_free_gatt_pages() local
78 tables = serverworks_private.gatt_pages; in serverworks_free_gatt_pages()
80 entry = tables[i]; in serverworks_free_gatt_pages()
88 kfree(tables); in serverworks_free_gatt_pages()
93 struct serverworks_page_map **tables; in serverworks_create_gatt_pages() local
98 tables = kzalloc((nr_tables + 1) * sizeof(struct serverworks_page_map *), in serverworks_create_gatt_pages()
100 if (tables == NULL) in serverworks_create_gatt_pages()
109 tables[i] = entry; in serverworks_create_gatt_pages()
114 serverworks_private.gatt_pages = tables; in serverworks_create_gatt_pages()
Dati-agp.c87 struct ati_page_map **tables; in ati_free_gatt_pages() local
90 tables = ati_generic_private.gatt_pages; in ati_free_gatt_pages()
92 entry = tables[i]; in ati_free_gatt_pages()
99 kfree(tables); in ati_free_gatt_pages()
105 struct ati_page_map **tables; in ati_create_gatt_pages() local
110 tables = kzalloc((nr_tables + 1) * sizeof(struct ati_page_map *),GFP_KERNEL); in ati_create_gatt_pages()
111 if (tables == NULL) in ati_create_gatt_pages()
116 tables[i] = entry; in ati_create_gatt_pages()
126 ati_generic_private.gatt_pages = tables; in ati_create_gatt_pages()
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt50 30us per encryption (options: 64k tables, no IP/FP)
51 33us per encryption (options: 64k tables, FIPS standard bit ordering)
52 45us per encryption (options: 2k tables, no IP/FP)
53 48us per encryption (options: 2k tables, FIPS standard bit ordering)
54 275us to set a new key (uses 1k of key tables)
66 53us per encryption (uses 2k of tables)
67 96us to set a new key (uses 2.25k of key tables)
84 68us per encryption (uses 2k of tables)
85 96us to set a new key (uses 2.25k of key tables)
101 he claims to use 280k of tables but the iteration calculation seems
[all …]
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_spapr_tce.c101 struct iommu_table *tables[IOMMU_TABLE_GROUP_MAX_TABLES]; member
197 struct iommu_table *tbl = container->tables[i]; in tce_iommu_find_table()
219 if (!container->tables[i]) in tce_iommu_find_free_table()
350 struct iommu_table *tbl = container->tables[i]; in tce_iommu_release()
656 container->tables[num] = tbl; in tce_iommu_create_window()
707 container->tables[num] = NULL; in tce_iommu_remove_window()
1042 struct iommu_table *tbl = container->tables[i]; in tce_iommu_release_ownership()
1052 container->tables[i] = NULL; in tce_iommu_release_ownership()
1062 struct iommu_table *tbl = table_group->tables[i]; in tce_iommu_take_ownership()
1074 table_group->tables[j]); in tce_iommu_take_ownership()
[all …]
/linux-4.4.14/lib/raid6/test/
DMakefile13 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o
118 tables.c: mktables
119 ./mktables > tables.c
122 rm -f *.o *.a mktables mktables.c *.uc int*.c altivec*.c neon*.c tables.c raid6test
/linux-4.4.14/drivers/gpu/drm/gma500/
Dmmu.c220 pd->tables = vmalloc_user(sizeof(struct psb_mmu_pt *) * 1024); in psb_mmu_alloc_pd()
221 if (!pd->tables) in psb_mmu_alloc_pd()
265 pt = pd->tables[i]; in psb_mmu_free_pagedir()
270 vfree(pd->tables); in psb_mmu_free_pagedir()
335 pt = pd->tables[index]; in psb_mmu_pt_alloc_map_lock()
343 if (pd->tables[index]) { in psb_mmu_pt_alloc_map_lock()
347 pt = pd->tables[index]; in psb_mmu_pt_alloc_map_lock()
352 pd->tables[index] = pt; in psb_mmu_pt_alloc_map_lock()
374 pt = pd->tables[index]; in psb_mmu_pt_map_lock()
392 pd->tables[pt->index] = NULL; in psb_mmu_pt_unmap_unlock()
Dmmu.h53 struct psb_mmu_pt **tables; member
/linux-4.4.14/arch/x86/platform/efi/
Defi.c301 efi_systab.tables = data ? (unsigned long)data->tables : in efi_systab_init()
302 systab64->tables; in efi_systab_init()
303 tmp |= data ? data->tables : systab64->tables; in efi_systab_init()
336 efi_systab.tables = systab32->tables; in efi_systab_init()
486 efi.config_table = (unsigned long)efi.systab->tables; in efi_init()
506 if (efi_reuse_config(efi.systab->tables, efi.systab->nr_tables)) in efi_init()
Dquirks.c204 int __init efi_reuse_config(u64 tables, int nr_tables) in efi_reuse_config() argument
227 p = tablep = early_memremap(tables, nr_tables * sz); in efi_reuse_config()
/linux-4.4.14/Documentation/arm64/
Dmemory.txt8 tables with a 4KB page size and up to 3 levels with a 64KB page size.
10 AArch64 Linux uses either 3 levels or 4 levels of translation tables
13 64KB pages, only 2 levels of translation tables, allowing 42-bit (4TB)
Darm-acpi.txt120 Booting using ACPI tables
122 The only defined method for passing ACPI tables to the kernel on ARMv8
126 When an ARMv8 system boots, it can either have DT information, ACPI tables,
129 present, the kernel will try to use ACPI tables, but only if they are present.
131 on the command line, the kernel will attempt to use ACPI tables first, but
132 fall back to DT if there are no ACPI tables present. The basic idea is that
135 Processing of ACPI tables may be disabled by passing acpi=off on the kernel
138 In order for the kernel to load and use ACPI tables, the UEFI implementation
142 kernel has, in effect, determined that ACPI tables are not present at that
148 The ACPI core will then locate and map in all other ACPI tables provided by
[all …]
Dtagged-pointers.txt11 The kernel configures the translation tables so that translations made
Dacpi_object_usage.txt3 The expectations of individual ACPI tables are discussed in the list that
12 For ACPI on arm64, tables also fall into the following categories:
63 ACPI tables contain only one DSDT but can contain one or more SSDTs,
227 These tables are a continuation of the DSDT; these are recommended
235 These tables are optional, however. ACPI tables should contain only
529 The APEI tables supported are described above.
Dbooting.txt188 - The DT or ACPI tables must describe a GICv3 interrupt controller.
196 - The DT or ACPI tables must describe a GICv2 interrupt controller.
/linux-4.4.14/arch/arm64/kvm/
DKconfig41 We don't support KVM with 16K page tables yet, due to the multiple
42 levels of fake page tables.
/linux-4.4.14/drivers/sbus/char/
Denvctrl.c168 char *tables; /* Pointer to table(s). */ member
387 tbl = pchild->tables + pchild->tblprop_array[i].offset; in envctrl_read_cpu_info()
418 tbl = pchild->tables + pchild->tblprop_array[i].offset; in envctrl_read_noncpu_info()
884 pchild->tables = kmalloc(tbls_size, GFP_KERNEL); in envctrl_init_i2c_child()
885 if (pchild->tables == NULL){ in envctrl_init_i2c_child()
894 memcpy(pchild->tables, pval, len); in envctrl_init_i2c_child()
1096 kfree(i2c_childlist[index].tables); in envctrl_probe()
1111 kfree(i2c_childlist[index].tables); in envctrl_remove()
/linux-4.4.14/arch/frv/kernel/
Dentry-table.S19 # Declare the main trap and vector tables
21 # There are six tables:
28 # exception processing. We have three different tables for the three
35 # The user and kernel trap tables use the same prologue for normal
47 # The linker script places the user mode and kernel mode trap tables on to
Dbreak.S237 # access the fixup table - there's a 1:1 mapping between the slots in the trap tables and
238 # the slots in the trap fixup tables allowing us to simply divide the offset into the
Dhead-uc-fr451.S155 # start in TLB context 0 with no page tables
/linux-4.4.14/Documentation/devicetree/bindings/opp/
Dopp.txt48 Devices may want to choose OPP tables at runtime and so can provide a list of
51 identify the OPP tables.
58 - operating-points-names: Names of OPP tables (required if multiple OPP
59 tables are present), to uniquely identify them. The same list must be present
61 tables.
80 but they share OPP tables.
420 Example 5: Multiple OPP tables
/linux-4.4.14/arch/x86/tools/
DMakefile36 …x86/include/asm/inat.h $(srctree)/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/inat-tables.c
38 …x86/include/asm/inat.h $(srctree)/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/inat-tables.c
/linux-4.4.14/Documentation/x86/x86_64/
Dmm.txt4 Virtual memory map with 4 level page tables:
33 but we support up to 46 bits. This expands into MBZ space in the page tables.
D00-INDEX14 - Memory layout of x86-64 (4 level page tables, 46 bits physical).
/linux-4.4.14/lib/raid6/
D.gitignore4 tables.c
DMakefile3 raid6_pq-y += algos.o recov.o tables.o int1.o int2.o int4.o \
122 targets += tables.c
123 $(obj)/tables.c: $(obj)/mktables FORCE
/linux-4.4.14/include/net/netns/
Dx_tables.h10 struct list_head tables[NFPROTO_NUMPROTO]; member
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
DBuild6 $(OUTPUT)util/intel-pt-decoder/inat-tables.c: $(inat_tables_script) $(inat_tables_maps)
10 …r/intel-pt-insn-decoder.c util/intel-pt-decoder/inat.c $(OUTPUT)util/intel-pt-decoder/inat-tables.c
/linux-4.4.14/Documentation/hwmon/
Dntc_thermistor17 tables; e.g., NCP15WL333 support is added by the table ncpXXwl333.
29 The NTC driver provides lookup tables with a linear approximation function
Dmc13783-adc30 See the following tables for the meaning of the different channels and their
/linux-4.4.14/arch/x86/include/asm/
Defi.h121 extern int __init efi_reuse_config(u64 tables, int nr_tables);
127 u64 tables; member
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt28 that affect how the firmware works and what tables it installs for the guest
29 OS. For example, boot order of devices, ACPI tables, SMBIOS tables, kernel and
/linux-4.4.14/Documentation/cpu-freq/
Damd-powernow.txt16 The drivers use BIOS supplied tables to obtain frequency and
19 not supply these tables.
/linux-4.4.14/Documentation/frv/
Dmmu-layout.txt100 support really fast as there's no need to flush the TLB or modify the page tables. The DAMLR
127 allow userspace (by way of page tables) and itself (by way of kmap) to deal with the memory
139 The page tables are arranged in 2-layer format. There is a middle layer (PMD) that would be used in
140 3-layer format tables but that is folded into the top layer (PGD) and so consumes no extra memory
175 MMU page tables. But they are all grouped together to make management easier, in particular rmap
178 Grouping page tables in this fashion makes PGE caching in SCR0/SCR1 more efficient because the
181 Page tables for the vmalloc area are allocated at boot time and shared between all mm_structs.
200 This is so arranged so as to make best use of the 16KB page tables and the way in which PGEs/PMEs
/linux-4.4.14/Documentation/vDSO/
DMakefile12 HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
/linux-4.4.14/net/irda/
Dparameters.c467 (pi_minor > info->tables[pi_major].len-1)) in irda_param_insert()
477 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor]; in irda_param_insert()
522 (pi_minor > info->tables[pi_major].len-1)) in irda_param_extract()
532 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor]; in irda_param_extract()
/linux-4.4.14/fs/hfsplus/
DMakefile8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
/linux-4.4.14/Documentation/features/
Darch-support.txt6 The meaning of entries in the tables is:
/linux-4.4.14/drivers/mfd/
DMakefile43 obj-$(CONFIG_MFD_ARIZONA) += wm5102-tables.o
46 obj-$(CONFIG_MFD_ARIZONA) += wm5110-tables.o
49 obj-$(CONFIG_MFD_ARIZONA) += wm8997-tables.o
52 obj-$(CONFIG_MFD_ARIZONA) += wm8998-tables.o
/linux-4.4.14/tools/perf/
D.gitignore32 util/intel-pt-decoder/inat-tables.c
DMakefile.perf593 $(OUTPUT)util/intel-pt-decoder/inat-tables.c
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/
Dadi,adv7511.txt16 properties describe the input and map directly to the video input tables of the
31 listed in the input format tables in the datasheet.
/linux-4.4.14/Documentation/
Dcrc32.txt122 When space is more constrained, smaller tables can be used, e.g. two
126 technique, because tables larger than 256 entries use too much memory and,
140 two different 256-entry tables. Each contains the remainder required
141 to cancel out the corresponding byte. The tables are different because the
149 This can be extended to "slicing by 4" using 4 256-entry tables.
151 broken into bytes and looked up in the tables. Because the 32-bit shift
Ddontdiff142 inat-tables.c
222 tables.c
Dunicode.txt16 This changes the semantics of the eight-bit character tables subtly.
17 The four character tables are now:
Dcachetlb.txt25 page tables. Meaning that if the software page tables change, it is
37 This is usually invoked when the kernel page tables are
96 "vma->vm_mm", in the software page tables.
DIntel-IOMMU.txt79 Something like this gets printed indicating presence of DMAR tables
Dvfio.txt73 granularity. In IOMMUs which make use of page tables, it may be
74 possible to share a set of page tables between different groups,
76 reduced duplicate page tables), and to the user (programming only
DIPMI.txt54 can have ACPI tables describing them.
58 detected (via ACPI or SMBIOS tables) and should just work. Sadly,
356 in the system. By default, scan the ACPI tables for interfaces, and
496 finds in DMI or ACPI tables. You can change this
Dcpu-hotplug.txt61 ia64 uses the number of disabled local apics in ACPI tables MADT to
64 on the apicid values in those tables for disabled apics. In the event
Dadding-syscalls.txt204 tables, but several other architectures share a generic syscall table. Add your
245 master syscall tables. Assuming your new system call isn't special in some
348 the entries in the syscall tables need to be adjusted.
/linux-4.4.14/block/partitions/
DKconfig59 Support reading partition tables created on Acorn machines using
119 bool "PC BIOS (MSDOS partition tables) support" if PARTITION_ADVANCED
125 bool "BSD disklabel (FreeBSD partition tables) support"
151 to read these partition tables and further mount Solaris x86
226 bool "Sun partition tables support" if PARTITION_ADVANCED
231 read these partition tables and further mount SunOS partitions from
/linux-4.4.14/arch/x86/kernel/cpu/
Dintel_pt.h92 struct list_head tables; member
Dperf_event_intel_pt.c392 list_add_tail(&topa->list, &buf->tables); in topa_insert_table()
475 list_for_each_entry(topa, &buf->tables, list) { in pt_topa_dump()
805 list_for_each_entry_safe(topa, iter, &buf->tables, list) { in pt_buffer_fini_topa()
886 INIT_LIST_HEAD(&buf->tables); in pt_buffer_setup_aux()
/linux-4.4.14/drivers/sfi/
DKconfig10 via static tables in memory. Kernel SFI support is required to
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c80 table_group->tables[0] = tbl; in iommu_pseries_alloc_group()
103 tbl = table_group->tables[0]; in iommu_pseries_free_group()
690 tbl = pci->table_group->tables[0]; in pci_dma_bus_setup_pSeries()
742 tbl = ppci->table_group->tables[0]; in pci_dma_bus_setup_pSeriesLP()
771 tbl = PCI_DN(dn)->table_group->tables[0]; in pci_dma_dev_setup_pSeries()
791 PCI_DN(dn)->table_group->tables[0]); in pci_dma_dev_setup_pSeries()
1196 tbl = pci->table_group->tables[0]; in pci_dma_dev_setup_pSeriesLP()
1207 set_iommu_table_base(&dev->dev, pci->table_group->tables[0]); in pci_dma_dev_setup_pSeriesLP()
/linux-4.4.14/include/net/irda/
Dparameters.h84 const pi_major_info_t *tables; member
/linux-4.4.14/net/netfilter/
Dxt_recent.c92 struct list_head tables; member
221 list_for_each_entry(t, &recent_net->tables, list) in recent_table_lookup()
428 list_add_tail(&t->list, &recent_net->tables); in recent_mt_check()
661 list_for_each_entry(t, &recent_net->tables, list) in recent_proc_net_exit()
684 INIT_LIST_HEAD(&recent_net->tables); in recent_net_init()
Dx_tables.c938 list_for_each_entry(t, &net->xt.tables[af], list) in xt_find_table_lock()
1100 list_for_each_entry(t, &net->xt.tables[table->af], list) { in xt_register_table()
1119 list_add(&table->list, &net->xt.tables[table->af]); in xt_register_table()
1157 return seq_list_start(&net->xt.tables[af], *pos); in xt_table_seq_start()
1166 return seq_list_next(v, &net->xt.tables[af], pos); in xt_table_seq_next()
1540 INIT_LIST_HEAD(&net->xt.tables[i]); in xt_net_init()
Dnf_tables_netdev.c211 list_for_each_entry(table, &afi->tables, list) { in nf_tables_netdev_event()
Dnf_tables_api.c36 INIT_LIST_HEAD(&afi->tables); in nft_register_afinfo()
370 list_for_each_entry(table, &afi->tables, list) { in nft_table_lookup()
520 list_for_each_entry_rcu(table, &afi->tables, list) { in nf_tables_dump_tables()
738 list_add_tail_rcu(&table->list, &afi->tables); in nf_tables_newtable()
797 list_for_each_entry_safe(table, nt, &afi->tables, list) { in nft_flush()
1074 list_for_each_entry_rcu(table, &afi->tables, list) { in nf_tables_dump_chains()
1900 list_for_each_entry_rcu(table, &afi->tables, list) { in nf_tables_dump_rules()
2570 list_for_each_entry_rcu(table, &afi->tables, list) { in nf_tables_dump_sets()
4044 &trans->ctx.afi->tables); in nf_tables_abort()
DKconfig456 tristate "Netfilter nf_tables mixed IPv4/IPv6 tables support"
461 tristate "Netfilter nf_tables netdev tables support"
732 The target allows you to create rules in the "raw" and "mangle" tables
904 the tables, chains, rules.
/linux-4.4.14/drivers/net/wireless/b43/
DMakefile3 b43-$(CONFIG_B43_PHY_G) += phy_a.o phy_g.o tables.o lo.o wa.o
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-p5ioc2.c98 struct iommu_table *tbl = phb->p5ioc2.table_group.tables[0]; in pnv_pci_p5ioc2_dma_dev_setup()
206 tbl = phb->p5ioc2.table_group.tables[0] = &phb->p5ioc2.iommu_table; in pnv_pci_init_p5ioc2_phb()
Dpci.c682 table_group->tables[num] = tbl; in pnv_pci_link_table_and_group()
721 if (table_group->tables[i] == tbl) { in pnv_pci_unlink_table_and_group()
722 table_group->tables[i] = NULL; in pnv_pci_unlink_table_and_group()
Dpci-ioda.c1270 tbl = pe->table_group.tables[0]; in pnv_pci_ioda2_release_dma_pe()
1564 set_iommu_table_base(&pdev->dev, pe->table_group.tables[0]); in pnv_pci_ioda_dma_dev_setup()
1631 set_iommu_table_base(&dev->dev, pe->table_group.tables[0]); in pnv_ioda_setup_bus_dma()
2124 pnv_pci_unlink_table_and_group(table_group->tables[num], table_group); in pnv_pci_ioda2_unset_window()
2168 struct iommu_table *tbl = pe->table_group.tables[0]; in pnv_ioda2_take_ownership()
/linux-4.4.14/arch/tile/
DMakefile31 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/linux-4.4.14/tools/perf/Documentation/
Dperf-buildid-list.txt16 tools can be used to fetch packages with matching symbol tables for use by
Dperf-bench.txt192 Suite for evaluating hash tables.
Dperf-kvm.txt46 so that other tools can be used to fetch packages with matching symbol tables
/linux-4.4.14/arch/alpha/
DMakefile16 cflags-y += $(call cc-option, -fno-jump-tables)
/linux-4.4.14/arch/s390/include/asm/
Dtlb.h41 void *tables[0]; member
/linux-4.4.14/scripts/coccinelle/misc/
Dof_table.cocci1 /// Make sure (of/i2c/platform)_device_id tables are NULL terminated
/linux-4.4.14/drivers/media/pci/meye/
Dmeye.c360 static u16 tables[] = { in jpeg_huffman_tables() local
393 *length = ARRAY_SIZE(tables); in jpeg_huffman_tables()
394 return tables; in jpeg_huffman_tables()
493 u16 *tables; in mchip_load_tables() local
495 tables = jpeg_huffman_tables(&length); in mchip_load_tables()
497 writel(tables[i], meye.mchip_mmregs + MCHIP_VRJ_TABLE_DATA); in mchip_load_tables()
499 tables = jpeg_quantisation_tables(&length, meye.params.quality); in mchip_load_tables()
501 writel(tables[i], meye.mchip_mmregs + MCHIP_VRJ_TABLE_DATA); in mchip_load_tables()
/linux-4.4.14/drivers/sh/intc/
DKconfig39 between system IRQs and the per-controller id tables.
/linux-4.4.14/drivers/usb/storage/
DMakefile15 usb-storage-y += usual-tables.o
/linux-4.4.14/arch/x86/mm/
Dinit.c129 unsigned long tables = INIT_PGT_BUF_SIZE; in early_alloc_pgt_buf() local
132 base = __pa(extend_brk(tables, PAGE_SIZE)); in early_alloc_pgt_buf()
136 pgt_buf_top = pgt_buf_start + (tables >> PAGE_SHIFT); in early_alloc_pgt_buf()
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Drenesas,ipmmu-vmsa.txt3 The IPMMU is an IOMMU implementation compatible with the ARM VMSA page tables.
Dsamsung,sysmmu.txt8 ARMv7 translation tables with minimum set of page properties including access
/linux-4.4.14/Documentation/DocBook/
Drapidio.xml.db95 API-rio-update-route-tables
99 API-rio-build-route-tables
/linux-4.4.14/include/asm-generic/
Dtlb.h54 void *tables[0]; member
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dpincfg.txt23 tables in User Manual. Each pin can have up to 4 possible functions in
/linux-4.4.14/Documentation/filesystems/
Dufs.txt60 to dushistov@mail.ru (do not send partition tables bug reports).
Dlogfs.txt178 tables of increasing size are used. For each table, the hash value
201 overflow with just 21 entries (4 higher tables + 16 entries + 1). So
Df2fs.txt472 F2FS implements multi-level hash tables for directory structure. Each level has
507 scans the next hash table in level #1. In this way, F2FS scans hash tables in
515 file name. F2FS searches the empty slots in the hash tables of whole levels from
Dromfs.txt84 reliable, it does not require any tables, and it is very simple.
Dproc.txt240 VmPMD size of second level page tables
898 AnonPages: Non-file backed pages mapped into userspace page tables
899 AnonHugePages: Non-file backed huge pages mapped into userspace page tables
905 tables.
1093 rt6_stats Global IPv6 routing tables statistics
1110 ip_masq Directory containing the masquerading tables
/linux-4.4.14/Documentation/devicetree/bindings/arm/ux500/
Dboards.txt18 backupram: (used for CPU spin tables and for storing data
/linux-4.4.14/Documentation/mmc/
Dmmc-dev-parts.txt16 a bootloader or bootloader configuration tables crucial to booting the
/linux-4.4.14/Documentation/networking/
Dgianfar.txt29 before the hash tables. See Linux documentation on how to join
Dpolicy-routing.txt84 tables. Every rule is supplied with its own gateway, device
Ddecnet.txt125 each interface and update the kernel routing tables accordingly. The
127 rtnetlink to update the kernels routing tables.
Dbatman-adv.txt7 tables, batman-advanced operates on ISO/OSI Layer 2 only and uses
/linux-4.4.14/arch/x86/um/vdso/
DMakefile40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-4.4.14/arch/m68k/fpsp040/
Ddecbin.S53 | tables rounded to RN, RM, and RP, according to the table
83 | to nearest, minus, and plus, respectively. The tables include
86 | tables include the first 5 for ease of indexing.
/linux-4.4.14/arch/arc/
DMakefile51 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables
/linux-4.4.14/drivers/xen/
Defi.c287 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
341 efi_systab_xen.tables = info->cfg.addr; in xen_efi_probe()
DKconfig73 tables needed for physical memory administration.
/linux-4.4.14/drivers/acpi/
DMakefile11 obj-y += tables.o
DKconfig125 tables. This option allows to access the EC directly without ACPI
217 to parse CPPC tables as described in the ACPI 5.1+ spec. The
304 bool "ACPI tables override via initrd"
308 This option provides functionality to override arbitrary ACPI tables
309 via initrd. No functional change if no ACPI tables are passed via
/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3-its.c69 void *tables[GITS_BASER_NR_REGS]; member
805 if (its->tables[i]) { in its_free_tables()
806 free_page((unsigned long)its->tables[i]); in its_free_tables()
807 its->tables[i] = NULL; in its_free_tables()
887 its->tables[i] = base; in its_alloc_tables()
/linux-4.4.14/arch/ia64/kernel/
Desi.c58 config_tables = __va(efi.systab->tables); in esi_init()
Dunwind.c87 struct unw_table *tables; member
147 .tables = &unw.kernel_table,
1563 for (table = unw.tables; table; table = table->next) { in build_script()
1572 if (prev && prev != unw.tables) { in build_script()
1575 table->next = unw.tables->next; in build_script()
1576 unw.tables->next = table; in build_script()
2118 table->next = unw.tables->next; in unw_add_unwind_table()
2119 unw.tables->next = table; in unw_add_unwind_table()
2151 for (prev = (struct unw_table *) &unw.tables; prev; prev = prev->next) in unw_remove_unwind_table()
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt129 tables if npt is not present
150 page tables, each 32-bit gpte is converted to two 64-bit sptes
251 The guest uses two events to synchronize its tlb and page tables: tlb flushes
255 guest's cr3. This is expensive, so we keep all guest page tables write
299 - if needed, walk the guest page tables to determine the guest translation
306 instantiating missing intermediate page tables as necessary
415 create new shadow page tables, the old pages are not used because of the
/linux-4.4.14/Documentation/infiniband/
Dsysfs.txt82 cc_settings_bin - CCA tables used by PSM2
Duser_verbs.txt35 ib_uverbs module maintains idr tables that are used to translate
/linux-4.4.14/Documentation/fb/
Dinternals.txt74 are looked up in separate red, green, and blue lookup tables.
/linux-4.4.14/arch/arm/include/asm/
Dtlb.h47 void *tables[0]; member
/linux-4.4.14/Documentation/arm/
Duefi.txt16 interface of UEFI configuration tables. (ACPI, SMBIOS, ...)
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt96 In some cases, boot firmware will export tables describing the devices
97 that are populated on a given board. Without such tables, often the
124 bus-level support for dynamic configuration (PCI, USB), or device tables
/linux-4.4.14/arch/powerpc/include/asm/
Diommu.h198 struct iommu_table *tables[IOMMU_TABLE_GROUP_MAX_TABLES]; member
/linux-4.4.14/Documentation/laptops/
Dasus-laptop.txt191 according to the tables below.
248 - a copy of your ACPI tables, using the "acpidump" utility
/linux-4.4.14/net/bridge/netfilter/
DKconfig29 tristate "Ethernet Bridge tables (ebtables) support"
39 # tables
Debtables.c356 return find_inlist_lock(&net->xt.tables[NFPROTO_BRIDGE], name, in find_table_lock()
1221 list_for_each_entry(t, &net->xt.tables[NFPROTO_BRIDGE], list) { in ebt_register_table()
1234 list_add(&table->list, &net->xt.tables[NFPROTO_BRIDGE]); in ebt_register_table()
/linux-4.4.14/net/ipv6/
DKconfig235 Support multiple routing tables.
246 avoided by defining different routing tables for the normal and
/linux-4.4.14/net/ipv4/netfilter/
DKconfig178 tristate "IP tables support (required for filtering/masq/NAT)"
388 # ARP tables
390 tristate "ARP tables support"
/linux-4.4.14/arch/arm/mach-s3c24xx/
DKconfig124 This also means that the PLL tables for the selected CPU(s) will
427 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
434 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
/linux-4.4.14/include/linux/
Defi.h647 u64 tables; member
663 u32 tables; member
679 unsigned long tables; member
/linux-4.4.14/arch/arm64/kernel/
Defi.c128 config_tables = early_memremap(efi_to_phys(efi.systab->tables), in uefi_init()
/linux-4.4.14/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S330 ## PCLMULQDQ tables
/linux-4.4.14/drivers/scsi/aic7xxx/
DKconfig.aic79xx82 Compile in register value tables for the output of expanded register
DKconfig.aic7xxx87 Compile in register value tables for the output of expanded register
/linux-4.4.14/arch/frv/
DKconfig94 bool "Allocate page tables in highmem"
100 Setting this option will put user-space page tables in high memory.
/linux-4.4.14/drivers/cpufreq/
DKconfig.x86184 bool "Built-in tables for Banias CPUs"
188 Use built-in tables for Banias CPUs if ACPI encoding
DKconfig.arm18 big.LITTLE platform. This gets frequency tables from DT.
/linux-4.4.14/arch/x86/entry/vdso/
DMakefile67 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-4.4.14/arch/arm/crypto/
DKconfig101 This implementation does not rely on any lookup tables so it is
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dfw-emu.c288 efi_systab->tables = __pa(efi_tables); in sys_fw_init()
/linux-4.4.14/scripts/genksyms/
Dkeywords.hash.c_shipped28 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
/linux-4.4.14/arch/sh/
DMakefile200 KBUILD_CFLAGS += -fasynchronous-unwind-tables
/linux-4.4.14/Documentation/firmware_class/
DREADME114 - Replacing buggy DSDT/SSDT ACPI tables on boot.
/linux-4.4.14/arch/arm/mm/
Dproc-v6.S224 ARM_BE8(orr r6, r6, #1 << 25) @ big-endian page tables
/linux-4.4.14/arch/x86/
DMakefile187 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
/linux-4.4.14/arch/x86/kernel/
Dkexec-bzimage64.c149 esd->tables = efi.config_table; in prepare_add_efi_setup_data()
/linux-4.4.14/arch/arc/kernel/
Dentry.S66 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
/linux-4.4.14/Documentation/RCU/
DarrayRCU.txt30 Hash tables are often implemented as an array, where each array entry
DRTFP.txt179 The problem of resizeable RCU-protected hash tables may now be on a path
196 RCU-protected resizeable hash tables [Triplett:2011:RPHash], the 3.0 RCU
202 covering RCU-protected resizable hash tables and the relationship
2284 ,Title="Scalable concurrent hash tables via relativistic programming"
2289 RP fun with hash tables.
2458 resizable hash tables.
2482 RP fun with hash tables.
2639 RCU-protected hash tables, barriers vs. read-side traversal order.
/linux-4.4.14/arch/ia64/sn/kernel/
Dsetup.c171 config_tables = __va(efi_systab->tables); in early_sn_setup()
/linux-4.4.14/drivers/mtd/
DKconfig80 Allow generic configuration of the MTD partition tables via the kernel
121 If you need code which can detect and parse these tables, and
/linux-4.4.14/Documentation/gpio/
Dboard.txt111 GPIOs are mapped by the means of tables of lookups, containing instances of the
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dfman.txt250 In the tables bellow there's a description of the cell-index
251 use, there are two tables, one describes the use of cell-index
Dmpc5200.txt70 Note: The tables below show the value for the mpc5200. A mpc5200b device
/linux-4.4.14/drivers/tty/vt/
Dcp437.uni8 # DEC VT, and IBM CP 437 tables.
/linux-4.4.14/scripts/kconfig/
Dzconf.hash.c_shipped28 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
/linux-4.4.14/Documentation/cris/
DREADME128 TCP: Hash tables configured (established 2048 bind 2048)
/linux-4.4.14/Documentation/fmc/
Dmezzanine.txt44 Therefore, we have two tables of identifiers.
/linux-4.4.14/Documentation/usb/
Dhotplug.txt116 Most USB device drivers should pass these tables to the USB subsystem as
Dpersist.txt151 happened and will continue to use the partition tables, inodes, and
/linux-4.4.14/arch/arm/
DMakefile115 CFLAGS_ABI +=-funwind-tables
/linux-4.4.14/drivers/firmware/efi/
Defi.c464 config_tables = early_memremap(efi.systab->tables, in efi_config_init()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c1066 __tlb_remove_table(batch->tables[i]); in tlb_remove_table_rcu()
1096 (*batch)->tables[(*batch)->nr++] = table; in tlb_remove_table()
/linux-4.4.14/Documentation/acpi/apei/
Deinj.txt15 Alternatively, look in /sys/firmware/acpi/tables for an "EINJ" file,
/linux-4.4.14/Documentation/power/regulator/
Dconsumer.txt147 datasheets have tables showing the maximum current consumed in certain
/linux-4.4.14/arch/arm/kernel/
Dhead.S218 add r4, r4, #0x1000 @ point to the PMD tables
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt246 is first resized to 0 to clear out and free the translation tables
275 translation tables are copied from the parent context to the child's
/linux-4.4.14/Documentation/thermal/
Dcpu-cooling-api.txt186 The platform specific callback can then use any combination of tables
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt6 a report descriptor conforming to HID 1.12 sensor usage tables.
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h876 struct list_head tables; member
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm36 to use page-tables to map the physical memory into the kernel's address
/linux-4.4.14/Documentation/video4linux/
Domap3isp.txt103 does not fall under the standard IOCTLs --- gamma tables and configuration of
/linux-4.4.14/net/ipv6/netfilter/
DKconfig124 tristate "IP6 tables support (required for filtering)"
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_64.h68 #error MAX_PHYS_ADDRESS_BITS exceeds what kernel page tables can support
/linux-4.4.14/drivers/iommu/
DKconfig140 These DMA remapping devices are reported via ACPI tables
/linux-4.4.14/Documentation/scsi/
Dtmscsim.txt96 * have copies of your SCSI disk's partition tables on some safe location:
384 partition tables. Even worse, on bootup the DC390 might complain if other
/linux-4.4.14/arch/arm64/
DKconfig429 allowing only two levels of page tables and faster TLB
748 bool "Enable support for SMBIOS (DMI) tables"

12