| /linux-4.4.14/tools/perf/util/scripting-engines/ | 
| D | trace-event-python.c | 62 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/ | 
| D | match.c | 106 	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 …] 
 | 
| D | policy_unpack.c | 308 	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/ | 
| D | tbdata.c | 435 	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 …] 
 | 
| D | tbxface.c | 126 		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 …] 
 | 
| D | tbfind.c | 100 		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()
  | 
| D | tbxfload.c | 120 	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()
  | 
| D | tbutils.c | 158 	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()
  | 
| D | tbinstal.c | 79 	    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()
  | 
| D | tbfadt.c | 322 	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()
  | 
| D | nsload.c | 125 						  tables[table_index].owner_id);  in acpi_ns_load_table()
  | 
| D | exconfig.c | 497 				   tables[table_index]);  in acpi_ex_load_op()
  | 
| D | aclocal.h | 210 	struct acpi_table_desc *tables;	/* Table descriptor array */  member
  | 
| D | dbcmds.c | 300 		table_desc = &acpi_gbl_root_table_list.tables[i];  in acpi_db_display_table_info()
  | 
| /linux-4.4.14/security/apparmor/include/ | 
| D | match.h | 88 #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/ | 
| 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
  | 
| 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-dmi-entries | 6 		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
  | 
| D | sysfs-firmware-efi | 27 		which the tables are printed forms an ABI and newer
  | 
| /linux-4.4.14/Documentation/acpi/ | 
| D | initrd_table_override.txt | 1 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 …] 
 | 
| D | method-customizing.txt | 27       just run "cat /sys/firmware/acpi/tables/DSDT > /tmp/dsdt.dat"
  | 
| D | gpio-properties.txt | 57 There are systems in which the ACPI tables do not contain _DSD but provide _CRS
  | 
| /linux-4.4.14/Documentation/x86/ | 
| D | intel_mpx.txt | 40    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 …] 
 | 
| D | 00-INDEX | 11 exception-tables.txt 12 	- why and how Linux kernel uses exception tables on x86
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ | 
| D | nvidia,tegra20-emc.txt | 11   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/ | 
| D | Kconfig | 8 	   Controller tables. They are short tables, but if you 10 	   tables on userspace, you should disable it.
  | 
| /linux-4.4.14/Documentation/vm/ | 
| D | split_page_table_lock | 4 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).
  | 
| D | highmem.txt | 128 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
  | 
| D | active_mm.txt | 20    user-level page tables at all, so when we do a context switch into an
  | 
| D | pagemap.txt | 5 userspace programs to examine the page tables and related information by
  | 
| /linux-4.4.14/fs/nls/ | 
| D | nls_base.c | 21 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/ | 
| D | pt1.c | 79 	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/ | 
| D | fdt.c | 320 	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/ | 
| D | Makefile | 10 $(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 | .gitignore | 1 inat-tables.c
  | 
| /linux-4.4.14/drivers/char/agp/ | 
| D | amd-k7-agp.c | 64 	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()
  | 
| D | sworks-agp.c | 75 	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()
  | 
| D | ati-agp.c | 87 	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/ | 
| D | descore-readme.txt | 50    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/ | 
| D | vfio_iommu_spapr_tce.c | 101 	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/ | 
| D | Makefile | 13 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/ | 
| D | mmu.c | 220 	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()
  | 
| D | mmu.h | 53 	struct psb_mmu_pt **tables;  member
  | 
| /linux-4.4.14/arch/x86/platform/efi/ | 
| D | efi.c | 301 		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()
  | 
| D | quirks.c | 204 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/ | 
| D | memory.txt | 8 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)
  | 
| D | arm-acpi.txt | 120 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 …] 
 | 
| D | tagged-pointers.txt | 11 The kernel configures the translation tables so that translations made
  | 
| D | acpi_object_usage.txt | 3 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.
  | 
| D | booting.txt | 188   - 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/ | 
| D | Kconfig | 41 	  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/ | 
| D | envctrl.c | 168         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/ | 
| D | entry-table.S | 19 # 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
  | 
| D | break.S | 237 	# 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
  | 
| D | head-uc-fr451.S | 155 	# start in TLB context 0 with no page tables
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/opp/ | 
| D | opp.txt | 48 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/ | 
| D | Makefile | 36 …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/ | 
| D | mm.txt | 4 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.
  | 
| D | 00-INDEX | 14 	- Memory layout of x86-64 (4 level page tables, 46 bits physical).
  | 
| /linux-4.4.14/lib/raid6/ | 
| D | .gitignore | 4 tables.c
  | 
| D | Makefile | 3 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/ | 
| D | x_tables.h | 10 	struct list_head tables[NFPROTO_NUMPROTO];  member
  | 
| /linux-4.4.14/tools/perf/util/intel-pt-decoder/ | 
| D | Build | 6 $(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/ | 
| D | ntc_thermistor | 17 tables; e.g., NCP15WL333 support is added by the table ncpXXwl333. 29 The NTC driver provides lookup tables with a linear approximation function
  | 
| D | mc13783-adc | 30 See the following tables for the meaning of the different channels and their
  | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | efi.h | 121 extern int __init efi_reuse_config(u64 tables, int nr_tables); 127 	u64 tables;  member
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/arm/ | 
| D | fw-cfg.txt | 28 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/ | 
| D | amd-powernow.txt | 16 The drivers use BIOS supplied tables to obtain frequency and 19 not supply these tables.
  | 
| /linux-4.4.14/Documentation/frv/ | 
| D | mmu-layout.txt | 100      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/ | 
| D | Makefile | 12 HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
  | 
| /linux-4.4.14/net/irda/ | 
| D | parameters.c | 467 	    (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/ | 
| D | Makefile | 8 		bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
  | 
| /linux-4.4.14/Documentation/features/ | 
| D | arch-support.txt | 6 The meaning of entries in the tables is:
  | 
| /linux-4.4.14/drivers/mfd/ | 
| D | Makefile | 43 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 | .gitignore | 32 util/intel-pt-decoder/inat-tables.c
  | 
| D | Makefile.perf | 593 		$(OUTPUT)util/intel-pt-decoder/inat-tables.c
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/display/bridge/ | 
| D | adi,adv7511.txt | 16 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/ | 
| D | crc32.txt | 122 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
  | 
| D | dontdiff | 142 inat-tables.c 222 tables.c
  | 
| D | unicode.txt | 16 This changes the semantics of the eight-bit character tables subtly. 17 The four character tables are now:
  | 
| D | cachetlb.txt | 25 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.
  | 
| D | Intel-IOMMU.txt | 79 Something like this gets printed indicating presence of DMAR tables
  | 
| D | vfio.txt | 73 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
  | 
| D | IPMI.txt | 54 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
  | 
| D | cpu-hotplug.txt | 61 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
  | 
| D | adding-syscalls.txt | 204 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/ | 
| D | Kconfig | 59 	  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/ | 
| D | intel_pt.h | 92 	struct list_head	tables;  member
  | 
| D | perf_event_intel_pt.c | 392 	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/ | 
| D | Kconfig | 10 	via static tables in memory.  Kernel SFI support is required to
  | 
| /linux-4.4.14/arch/powerpc/platforms/pseries/ | 
| D | iommu.c | 80 	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/ | 
| D | parameters.h | 84 	const pi_major_info_t *tables;  member
  | 
| /linux-4.4.14/net/netfilter/ | 
| D | xt_recent.c | 92 	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()
  | 
| D | x_tables.c | 938 	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()
  | 
| D | nf_tables_netdev.c | 211 		list_for_each_entry(table, &afi->tables, list) {  in nf_tables_netdev_event()
  | 
| D | nf_tables_api.c | 36 	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()
  | 
| D | Kconfig | 456 	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/ | 
| D | Makefile | 3 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/ | 
| D | pci-p5ioc2.c | 98 	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()
  | 
| D | pci.c | 682 	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()
  | 
| D | pci-ioda.c | 1270 	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/ | 
| D | Makefile | 31 KBUILD_CFLAGS   += -fno-asynchronous-unwind-tables
  | 
| /linux-4.4.14/tools/perf/Documentation/ | 
| D | perf-buildid-list.txt | 16 tools can be used to fetch packages with matching symbol tables for use by
  | 
| D | perf-bench.txt | 192 Suite for evaluating hash tables.
  | 
| D | perf-kvm.txt | 46   so that other tools can be used to fetch packages with matching symbol tables
  | 
| /linux-4.4.14/arch/alpha/ | 
| D | Makefile | 16 cflags-y	+= $(call cc-option, -fno-jump-tables)
  | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | tlb.h | 41 	void			*tables[0];  member
  | 
| /linux-4.4.14/scripts/coccinelle/misc/ | 
| D | of_table.cocci | 1 /// Make sure (of/i2c/platform)_device_id tables are NULL terminated
  | 
| /linux-4.4.14/drivers/media/pci/meye/ | 
| D | meye.c | 360 	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/ | 
| D | Kconfig | 39 	  between system IRQs and the per-controller id tables.
  | 
| /linux-4.4.14/drivers/usb/storage/ | 
| D | Makefile | 15 usb-storage-y += usual-tables.o
  | 
| /linux-4.4.14/arch/x86/mm/ | 
| D | init.c | 129 	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/ | 
| D | renesas,ipmmu-vmsa.txt | 3 The IPMMU is an IOMMU implementation compatible with the ARM VMSA page tables.
  | 
| D | samsung,sysmmu.txt | 8 ARMv7 translation tables with minimum set of page properties including access
  | 
| /linux-4.4.14/Documentation/DocBook/ | 
| D | rapidio.xml.db | 95 API-rio-update-route-tables 99 API-rio-build-route-tables
  | 
| /linux-4.4.14/include/asm-generic/ | 
| D | tlb.h | 54 	void			*tables[0];  member
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ | 
| D | pincfg.txt | 23     tables in User Manual.  Each pin can have up to 4 possible functions in
  | 
| /linux-4.4.14/Documentation/filesystems/ | 
| D | ufs.txt | 60 to dushistov@mail.ru (do not send partition tables bug reports).
  | 
| D | logfs.txt | 178 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
  | 
| D | f2fs.txt | 472 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
  | 
| D | romfs.txt | 84 reliable, it does not require any tables, and it is very simple.
  | 
| D | proc.txt | 240  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/ | 
| D | boards.txt | 18 backupram: (used for CPU spin tables and for storing data
  | 
| /linux-4.4.14/Documentation/mmc/ | 
| D | mmc-dev-parts.txt | 16 a bootloader or bootloader configuration tables crucial to booting the
  | 
| /linux-4.4.14/Documentation/networking/ | 
| D | gianfar.txt | 29 before the hash tables.  See Linux documentation on how to join
  | 
| D | policy-routing.txt | 84 	tables. Every rule is supplied with its own gateway, device
  | 
| D | decnet.txt | 125 each interface and update the kernel routing tables accordingly. The 127 rtnetlink to update the kernels routing tables. 
  | 
| D | batman-adv.txt | 7 tables, batman-advanced operates on ISO/OSI Layer 2 only and uses
  | 
| /linux-4.4.14/arch/x86/um/vdso/ | 
| D | Makefile | 40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
  | 
| /linux-4.4.14/arch/m68k/fpsp040/ | 
| D | decbin.S | 53 |	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/ | 
| D | Makefile | 51 cflags-$(CONFIG_ARC_DW2_UNWIND)		+= -fasynchronous-unwind-tables
  | 
| /linux-4.4.14/drivers/xen/ | 
| D | efi.c | 287 	.tables		= EFI_INVALID_TABLE_ADDR  /* Initialized later. */ 341 	efi_systab_xen.tables = info->cfg.addr;  in xen_efi_probe()
  | 
| D | Kconfig | 73 	  tables needed for physical memory administration.
  | 
| /linux-4.4.14/drivers/acpi/ | 
| D | Makefile | 11 obj-y				+= tables.o
  | 
| D | Kconfig | 125 	  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/ | 
| D | irq-gic-v3-its.c | 69 	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/ | 
| D | esi.c | 58 	config_tables = __va(efi.systab->tables);  in esi_init()
  | 
| D | unwind.c | 87 	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/ | 
| D | mmu.txt | 129     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/ | 
| D | sysfs.txt | 82                cc_settings_bin - CCA tables used by PSM2
  | 
| D | user_verbs.txt | 35   ib_uverbs module maintains idr tables that are used to translate
  | 
| /linux-4.4.14/Documentation/fb/ | 
| D | internals.txt | 74 are looked up in separate red, green, and blue lookup tables.
  | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | tlb.h | 47 	void			*tables[0];  member
  | 
| /linux-4.4.14/Documentation/arm/ | 
| D | uefi.txt | 16   interface of UEFI configuration tables. (ACPI, SMBIOS, ...)
  | 
| /linux-4.4.14/Documentation/driver-model/ | 
| D | platform.txt | 96 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/ | 
| D | iommu.h | 198 	struct iommu_table *tables[IOMMU_TABLE_GROUP_MAX_TABLES];  member
  | 
| /linux-4.4.14/Documentation/laptops/ | 
| D | asus-laptop.txt | 191   according to the tables below. 248  - a copy of your ACPI tables, using the "acpidump" utility
  | 
| /linux-4.4.14/net/bridge/netfilter/ | 
| D | Kconfig | 29 	tristate "Ethernet Bridge tables (ebtables) support" 39 # tables
  | 
| D | ebtables.c | 356 	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/ | 
| D | Kconfig | 235 	  Support multiple routing tables. 246 	  avoided by defining different routing tables for the normal and
  | 
| /linux-4.4.14/net/ipv4/netfilter/ | 
| D | Kconfig | 178 	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/ | 
| D | Kconfig | 124 	  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/ | 
| D | efi.h | 647 	u64 tables;  member 663 	u32 tables;  member 679 	unsigned long tables;  member
  | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | efi.c | 128 	config_tables = early_memremap(efi_to_phys(efi.systab->tables),  in uefi_init()
  | 
| /linux-4.4.14/arch/x86/crypto/ | 
| D | crc32c-pcl-intel-asm_64.S | 330 	## PCLMULQDQ tables
  | 
| /linux-4.4.14/drivers/scsi/aic7xxx/ | 
| D | Kconfig.aic79xx | 82 	Compile in register value tables for the output of expanded register
  | 
| D | Kconfig.aic7xxx | 87 	Compile in register value tables for the output of expanded register
  | 
| /linux-4.4.14/arch/frv/ | 
| D | Kconfig | 94 	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/ | 
| D | Kconfig.x86 | 184 	bool "Built-in tables for Banias CPUs" 188 	  Use built-in tables for Banias CPUs if ACPI encoding
  | 
| D | Kconfig.arm | 18 	  big.LITTLE platform. This gets frequency tables from DT.
  | 
| /linux-4.4.14/arch/x86/entry/vdso/ | 
| D | Makefile | 67 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
  | 
| /linux-4.4.14/arch/arm/crypto/ | 
| D | Kconfig | 101 	  This implementation does not rely on any lookup tables so it is
  | 
| /linux-4.4.14/arch/ia64/hp/sim/boot/ | 
| D | fw-emu.c | 288 	efi_systab->tables = __pa(efi_tables);  in sys_fw_init()
  | 
| /linux-4.4.14/scripts/genksyms/ | 
| D | keywords.hash.c_shipped | 28 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
  | 
| /linux-4.4.14/arch/sh/ | 
| D | Makefile | 200   KBUILD_CFLAGS += -fasynchronous-unwind-tables
  | 
| /linux-4.4.14/Documentation/firmware_class/ | 
| D | README | 114 	- Replacing buggy DSDT/SSDT ACPI tables on boot.
  | 
| /linux-4.4.14/arch/arm/mm/ | 
| D | proc-v6.S | 224  ARM_BE8(orr	r6, r6, #1 << 25)		@ big-endian page tables
  | 
| /linux-4.4.14/arch/x86/ | 
| D | Makefile | 187 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
  | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | kexec-bzimage64.c | 149 	esd->tables = efi.config_table;  in prepare_add_efi_setup_data()
  | 
| /linux-4.4.14/arch/arc/kernel/ | 
| D | entry.S | 66 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
  | 
| /linux-4.4.14/Documentation/RCU/ | 
| D | arrayRCU.txt | 30 Hash tables are often implemented as an array, where each array entry
  | 
| D | RTFP.txt | 179 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/ | 
| D | setup.c | 171 	config_tables = __va(efi_systab->tables);  in early_sn_setup()
  | 
| /linux-4.4.14/drivers/mtd/ | 
| D | Kconfig | 80 	  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/ | 
| D | board.txt | 111 GPIOs are mapped by the means of tables of lookups, containing instances of the
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ | 
| D | fman.txt | 250 		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
  | 
| D | mpc5200.txt | 70 Note: The tables below show the value for the mpc5200.  A mpc5200b device
  | 
| /linux-4.4.14/drivers/tty/vt/ | 
| D | cp437.uni | 8 # DEC VT, and IBM CP 437 tables.
  | 
| /linux-4.4.14/scripts/kconfig/ | 
| D | zconf.hash.c_shipped | 28 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
  | 
| /linux-4.4.14/Documentation/cris/ | 
| D | README | 128 TCP: Hash tables configured (established 2048 bind 2048)
  | 
| /linux-4.4.14/Documentation/fmc/ | 
| D | mezzanine.txt | 44 Therefore, we have two tables of identifiers.
  | 
| /linux-4.4.14/Documentation/usb/ | 
| D | hotplug.txt | 116 Most USB device drivers should pass these tables to the USB subsystem as
  | 
| D | persist.txt | 151 happened and will continue to use the partition tables, inodes, and
  | 
| /linux-4.4.14/arch/arm/ | 
| D | Makefile | 115 CFLAGS_ABI	+=-funwind-tables
  | 
| /linux-4.4.14/drivers/firmware/efi/ | 
| D | efi.c | 464 	config_tables = early_memremap(efi.systab->tables,  in efi_config_init()
  | 
| /linux-4.4.14/arch/s390/mm/ | 
| D | pgtable.c | 1066 		__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/ | 
| D | einj.txt | 15 Alternatively, look in /sys/firmware/acpi/tables for an "EINJ" file,
  | 
| /linux-4.4.14/Documentation/power/regulator/ | 
| D | consumer.txt | 147 datasheets have tables showing the maximum current consumed in certain
  | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | head.S | 218 	add	r4, r4, #0x1000			@ point to the PMD tables
  | 
| /linux-4.4.14/Documentation/powerpc/ | 
| D | cxlflash.txt | 246     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/ | 
| D | cpu-cooling-api.txt | 186 The platform specific callback can then use any combination of tables
  | 
| /linux-4.4.14/Documentation/hid/ | 
| D | hid-sensor.txt | 6 a report descriptor conforming to HID 1.12 sensor usage tables.
  | 
| /linux-4.4.14/include/net/netfilter/ | 
| D | nf_tables.h | 876 	struct list_head		tables;  member
  | 
| /linux-4.4.14/arch/cris/arch-v10/ | 
| D | README.mm | 36 to use page-tables to map the physical memory into the kernel's address
  | 
| /linux-4.4.14/Documentation/video4linux/ | 
| D | omap3isp.txt | 103 does not fall under the standard IOCTLs --- gamma tables and configuration of
  | 
| /linux-4.4.14/net/ipv6/netfilter/ | 
| D | Kconfig | 124 	tristate "IP6 tables support (required for filtering)"
  | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | pgtable_64.h | 68 #error MAX_PHYS_ADDRESS_BITS exceeds what kernel page tables can support
  | 
| /linux-4.4.14/drivers/iommu/ | 
| D | Kconfig | 140 	  These DMA remapping devices are reported via ACPI tables
  | 
| /linux-4.4.14/Documentation/scsi/ | 
| D | tmscsim.txt | 96 * 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/ | 
| D | Kconfig | 429 	  allowing only two levels of page tables and faster TLB 748 	bool "Enable support for SMBIOS (DMI) tables"
  |