/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 62 struct tables { struct 78 static struct tables tables_global; argument 515 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local 523 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel() 533 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local 542 call_object(tables->machine_handler, t, "machine_table"); in python_export_machine() 552 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local 563 call_object(tables->thread_handler, t, "thread_table"); in python_export_thread() 572 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local 580 call_object(tables->comm_handler, t, "comm_table"); in python_export_comm() [all …]
|
/linux-4.1.27/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.1.27/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 ACPI_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() 255 acpi_gbl_root_table_list.tables[i].pointer, in ACPI_EXPORT_SYMBOL_INIT() 300 (&(acpi_gbl_root_table_list.tables[i].signature), in ACPI_EXPORT_SYMBOL() 310 acpi_tb_validate_table(&acpi_gbl_root_table_list.tables[i]); in ACPI_EXPORT_SYMBOL() 312 *out_table = acpi_gbl_root_table_list.tables[i].pointer; in ACPI_EXPORT_SYMBOL() 313 *tbl_size = acpi_gbl_root_table_list.tables[i].length; in ACPI_EXPORT_SYMBOL() [all …]
|
D | tbfind.c | 87 if (ACPI_MEMCMP(&(acpi_gbl_root_table_list.tables[i].signature), in acpi_tb_find_table() 97 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table() 103 tables[i]); in acpi_tb_find_table() 108 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table() 116 (acpi_gbl_root_table_list.tables[i].pointer->signature, in acpi_tb_find_table() 121 tables[i].pointer-> in acpi_tb_find_table() 126 || !ACPI_MEMCMP(acpi_gbl_root_table_list.tables[i]. in acpi_tb_find_table()
|
D | tbxfload.c | 117 tables[ACPI_TABLE_INDEX_DSDT].signature), in ACPI_EXPORT_SYMBOL_INIT() 122 tables[ACPI_TABLE_INDEX_DSDT]))) { in ACPI_EXPORT_SYMBOL_INIT() 134 acpi_gbl_root_table_list.tables[ACPI_TABLE_INDEX_DSDT].pointer; in ACPI_EXPORT_SYMBOL_INIT() 169 if (!acpi_gbl_root_table_list.tables[i].address || in ACPI_EXPORT_SYMBOL_INIT() 171 (&(acpi_gbl_root_table_list.tables[i].signature), in ACPI_EXPORT_SYMBOL_INIT() 175 (acpi_gbl_root_table_list.tables[i]. in ACPI_EXPORT_SYMBOL_INIT() 179 (&acpi_gbl_root_table_list.tables[i]))) { in ACPI_EXPORT_SYMBOL_INIT() 292 tables[table_index]); in ACPI_EXPORT_SYMBOL_INIT() 366 if (owner_id != acpi_gbl_root_table_list.tables[i].owner_id) { in ACPI_EXPORT_SYMBOL() 377 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL() [all …]
|
D | tbutils.c | 181 table_desc = &acpi_gbl_root_table_list.tables[table_index]; in acpi_tb_copy_dsdt() 194 tables[ACPI_TABLE_INDEX_DSDT], in acpi_tb_copy_dsdt() 400 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() 138 tables[table_index], in acpi_tb_install_table_with_override() 334 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[table_index].length; in acpi_tb_parse_fadt() 325 acpi_os_map_memory(acpi_gbl_root_table_list.tables[table_index]. in acpi_tb_parse_fadt()
|
D | exconfig.c | 505 tables[table_index]); in acpi_ex_load_op()
|
D | aclocal.h | 200 struct acpi_table_desc *tables; /* Table descriptor array */ member
|
/linux-4.1.27/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.1.27/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 | 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
|
/linux-4.1.27/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
|
D | enumeration.txt | 61 from ACPI tables.
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/char/agp/ |
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()
|
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()
|
/linux-4.1.27/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.1.27/drivers/firmware/efi/libstub/ |
D | fdt.c | 329 efi_config_table_t *tables; in get_fdt() local 333 tables = (efi_config_table_t *) sys_table->tables; in get_fdt() 337 if (efi_guidcmp(tables[i].guid, fdt_guid) == 0) { in get_fdt() 338 fdt = (void *) tables[i].table; in get_fdt()
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/platform/efi/ |
D | efi.c | 277 efi_systab.tables = data ? (unsigned long)data->tables : in efi_systab_init() 278 systab64->tables; in efi_systab_init() 279 tmp |= data ? data->tables : systab64->tables; in efi_systab_init() 312 efi_systab.tables = systab32->tables; in efi_systab_init() 462 efi.config_table = (unsigned long)efi.systab->tables; in efi_init() 482 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.1.27/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 | 51 blob using a single section mapping in the initial page tables.
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/include/net/netns/ |
D | x_tables.h | 10 struct list_head tables[NFPROTO_NUMPROTO]; member
|
/linux-4.1.27/Documentation/hwmon/ |
D | ntc_thermistor | 15 tables; e.g., NCP15WL333 support is added by the table ncpXXwl333. 27 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
|
D | lm93 | 201 however, there are only two tables of offsets: one each for temp[12] and
|
/linux-4.1.27/arch/x86/include/asm/ |
D | efi.h | 108 extern int __init efi_reuse_config(u64 tables, int nr_tables); 114 u64 tables; member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/vDSO/ |
D | Makefile | 11 HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
|
/linux-4.1.27/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.1.27/fs/hfsplus/ |
D | Makefile | 8 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
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.1.27/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 223 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 | rbtree.txt | 12 to insert/access/delete nodes) and hash tables (which are not kept sorted to
|
D | dynamic-debug-howto.txt | 239 These dyndbg params are processed just after the ddebug tables are
|
D | memory-hotplug.txt | 68 management tables, and makes sysfs files for new memory's operation.
|
D | kernel-parameters.txt | 260 /sys/firmware/acpi/tables. 264 tables to /sys/firmware/acpi/tables/dynamic. 442 driver will print ACPI tables for AMD IOMMU during 1493 By default, extended context tables will be supported if 1495 extended tables themselves, and also PASID support. With 1496 this option set, extended tables will not be used even 1704 kvm-intel.ept= [KVM,Intel] Disable extended page tables
|
/linux-4.1.27/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.1.27/drivers/sfi/ |
D | Kconfig | 10 via static tables in memory. Kernel SFI support is required to
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | intel_pt.h | 107 struct list_head tables; member
|
D | perf_event_intel_pt.c | 333 list_add_tail(&topa->list, &buf->tables); in topa_insert_table() 416 list_for_each_entry(topa, &buf->tables, list) { in pt_topa_dump() 737 list_for_each_entry_safe(topa, iter, &buf->tables, list) { in pt_buffer_fini_topa() 818 INIT_LIST_HEAD(&buf->tables); in pt_buffer_setup_aux()
|
/linux-4.1.27/include/net/irda/ |
D | parameters.h | 84 const pi_major_info_t *tables; member
|
/linux-4.1.27/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 | 719 list_for_each_entry(t, &net->xt.tables[af], list) in xt_find_table_lock() 869 list_for_each_entry(t, &net->xt.tables[table->af], list) { in xt_register_table() 888 list_add(&table->list, &net->xt.tables[table->af]); in xt_register_table() 926 return seq_list_start(&net->xt.tables[af], *pos); in xt_table_seq_start() 935 return seq_list_next(v, &net->xt.tables[af], pos); in xt_table_seq_next() 1316 INIT_LIST_HEAD(&net->xt.tables[i]); in xt_net_init()
|
D | nf_tables_api.c | 36 INIT_LIST_HEAD(&afi->tables); in nft_register_afinfo() 332 list_for_each_entry(table, &afi->tables, list) { in nft_table_lookup() 482 list_for_each_entry_rcu(table, &afi->tables, list) { in nf_tables_dump_tables() 700 list_add_tail_rcu(&table->list, &afi->tables); in nf_tables_newtable() 758 list_for_each_entry_safe(table, nt, &afi->tables, list) { in nft_flush() 1031 list_for_each_entry_rcu(table, &afi->tables, list) { in nf_tables_dump_chains() 1829 list_for_each_entry_rcu(table, &afi->tables, list) { in nf_tables_dump_rules() 2502 list_for_each_entry_rcu(table, &afi->tables, list) { in nf_tables_dump_sets() 3975 &trans->ctx.afi->tables); in nf_tables_abort()
|
D | Kconfig | 447 tristate "Netfilter nf_tables mixed IPv4/IPv6 tables support" 718 The target allows you to create rules in the "raw" and "mangle" tables 888 the tables, chains, rules.
|
/linux-4.1.27/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.1.27/scripts/coccinelle/misc/ |
D | of_table.cocci | 1 /// Make sure of_device_id tables are NULL terminated
|
/linux-4.1.27/arch/tile/ |
D | Makefile | 31 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
/linux-4.1.27/arch/alpha/ |
D | Makefile | 16 cflags-y += $(call cc-option, -fno-jump-tables)
|
/linux-4.1.27/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 | 208 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.1.27/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
|
/linux-4.1.27/arch/s390/include/asm/ |
D | tlb.h | 41 void *tables[0]; member
|
/linux-4.1.27/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.1.27/drivers/usb/storage/ |
D | Makefile | 15 usb-storage-y += usual-tables.o
|
/linux-4.1.27/drivers/sh/intc/ |
D | Kconfig | 39 between system IRQs and the per-controller id tables.
|
/linux-4.1.27/arch/x86/mm/ |
D | init.c | 126 unsigned long tables = INIT_PGT_BUF_SIZE; in early_alloc_pgt_buf() local 129 base = __pa(extend_brk(tables, PAGE_SIZE)); in early_alloc_pgt_buf() 133 pgt_buf_top = pgt_buf_start + (tables >> PAGE_SHIFT); in early_alloc_pgt_buf()
|
/linux-4.1.27/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.1.27/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 | 469 F2FS implements multi-level hash tables for directory structure. Each level has 504 scans the next hash table in level #1. In this way, F2FS scans hash tables in 512 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 | squashfs.txt | 97 xattr tables are written.
|
D | ext4.txt | 94 * ability to pack bitmaps and inode tables into larger virtual groups via the 120 grouping of bitmaps and inode tables. Some test results available here:
|
D | proc.txt | 883 AnonPages: Non-file backed pages mapped into userspace page tables 884 AnonHugePages: Non-file backed huge pages mapped into userspace page tables 890 tables. 1078 rt6_stats Global IPv6 routing tables statistics 1095 ip_masq Directory containing the masquerading tables
|
D | hpfs.txt | 105 HPFS can contain several uppercasing tables for several codepages and each
|
/linux-4.1.27/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.1.27/include/asm-generic/ |
D | tlb.h | 54 void *tables[0]; member
|
/linux-4.1.27/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
|
D | scaling.txt | 210 it does not update active tables. 261 in both tables is identical. This is likely false if the scheduler has
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-dev-parts.txt | 16 a bootloader or bootloader configuration tables crucial to booting the
|
/linux-4.1.27/arch/x86/um/vdso/ |
D | Makefile | 40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/linux-4.1.27/arch/arc/ |
D | Makefile | 37 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables
|
/linux-4.1.27/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.
|
D | tbldo.S | 8 | levels, and the tables are still contained
|
/linux-4.1.27/drivers/acpi/ |
D | Makefile | 11 obj-y += tables.o
|
D | Kconfig | 93 tables. This option allows to access the EC directly without ACPI 251 bool "ACPI tables override via initrd" 255 This option provides functionality to override arbitrary ACPI tables 256 via initrd. No functional change if no ACPI tables are passed via
|
/linux-4.1.27/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.1.27/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.1.27/drivers/irqchip/ |
D | irq-gic-v3-its.c | 69 void *tables[GITS_BASER_NR_REGS]; member 827 if (its->tables[i]) { in its_free_tables() 828 free_page((unsigned long)its->tables[i]); in its_free_tables() 829 its->tables[i] = NULL; in its_free_tables() 888 its->tables[i] = base; in its_alloc_tables()
|
/linux-4.1.27/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 245 The guest uses two events to synchronize its tlb and page tables: tlb flushes 249 guest's cr3. This is expensive, so we keep all guest page tables write 293 - if needed, walk the guest page tables to determine the guest translation 300 instantiating missing intermediate page tables as necessary 409 create new shadow page tables, the old pages are not used because of the
|
D | timekeeping.txt | 256 (*) location vendor specific and now determined from ACPI global tables 295 indicated through ACPI tables by the BIOS.
|
/linux-4.1.27/Documentation/fb/ |
D | internals.txt | 74 are looked up in separate red, green, and blue lookup tables.
|
D | api.txt | 115 indexes a read-only lookup table for the corresponding value. Lookup tables
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tlb.h | 47 void *tables[0]; member
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 82 In some cases, boot firmware will export tables describing the devices 83 that are populated on a given board. Without such tables, often the 110 bus-level support for dynamic configuration (PCI, USB), or device tables
|
/linux-4.1.27/Documentation/arm/ |
D | uefi.txt | 16 interface of UEFI configuration tables. (ACPI, SMBIOS, ...)
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 164 tristate "IP tables support (required for filtering/masq/NAT)" 373 # ARP tables 375 tristate "ARP tables support"
|
/linux-4.1.27/include/linux/ |
D | efi.h | 637 u64 tables; member 653 u32 tables; member 669 unsigned long tables; member
|
/linux-4.1.27/net/bridge/netfilter/ |
D | Kconfig | 29 tristate "Ethernet Bridge tables (ebtables) support" 39 # tables
|
D | ebtables.c | 354 return find_inlist_lock(&net->xt.tables[NFPROTO_BRIDGE], name, in find_table_lock() 1219 list_for_each_entry(t, &net->xt.tables[NFPROTO_BRIDGE], list) { in ebt_register_table() 1232 list_add(&table->list, &net->xt.tables[NFPROTO_BRIDGE]); in ebt_register_table()
|
/linux-4.1.27/net/ipv6/ |
D | Kconfig | 217 Support multiple routing tables. 228 avoided by defining different routing tables for the normal and
|
/linux-4.1.27/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.1.27/arch/arm/mach-s3c24xx/ |
D | Kconfig | 124 This also means that the PLL tables for the selected CPU(s) will 422 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals. 429 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
|
/linux-4.1.27/arch/arm64/kernel/ |
D | efi.c | 138 config_tables = early_memremap(efi_to_phys(efi.systab->tables), in uefi_init()
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_verbs.txt | 35 ib_uverbs module maintains idr tables that are used to translate
|
/linux-4.1.27/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 330 ## PCLMULQDQ tables
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 288 efi_systab->tables = __pa(efi_tables); in sys_fw_init()
|
/linux-4.1.27/arch/sh/ |
D | Makefile | 200 KBUILD_CFLAGS += -fasynchronous-unwind-tables
|
/linux-4.1.27/arch/arm/crypto/ |
D | Kconfig | 108 This implementation does not rely on any lookup tables so it is
|
/linux-4.1.27/arch/x86/vdso/ |
D | Makefile | 69 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
|
/linux-4.1.27/arch/x86/ |
D | Makefile | 166 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
/linux-4.1.27/Documentation/firmware_class/ |
D | README | 114 - Replacing buggy DSDT/SSDT ACPI tables on boot.
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-v6.S | 224 ARM_BE8(orr r6, r6, #1 << 25) @ big-endian page tables
|
D | proc-v7.S | 453 ARM_BE8(orr r6, r6, #1 << 25) @ big-endian page tables
|
/linux-4.1.27/arch/x86/kernel/ |
D | kexec-bzimage64.c | 148 esd->tables = efi.config_table; in prepare_add_efi_setup_data()
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 98 GPIOs are mapped by the means of tables of lookups, containing instances of the
|
/linux-4.1.27/Documentation/RCU/ |
D | arrayRCU.txt | 18 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.1.27/arch/ia64/sn/kernel/ |
D | setup.c | 171 config_tables = __va(efi_systab->tables); in early_sn_setup()
|
/linux-4.1.27/drivers/firmware/efi/ |
D | efi.c | 355 config_tables = early_memremap(efi.systab->tables, in efi_config_init()
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | fman.txt | 237 In the tables bellow there's a description of the cell-index 238 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.1.27/Documentation/cris/ |
D | README | 128 TCP: Hash tables configured (established 2048 bind 2048)
|
/linux-4.1.27/arch/arm/ |
D | Makefile | 111 CFLAGS_ABI +=-funwind-tables
|
/linux-4.1.27/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.1.27/drivers/tty/vt/ |
D | cp437.uni | 8 # DEC VT, and IBM CP 437 tables.
|
/linux-4.1.27/Documentation/fmc/ |
D | mezzanine.txt | 44 Therefore, we have two tables of identifiers.
|
/linux-4.1.27/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.1.27/arch/s390/mm/ |
D | pgtable.c | 1142 __tlb_remove_table(batch->tables[i]); in tlb_remove_table_rcu() 1172 (*batch)->tables[(*batch)->nr++] = table; in tlb_remove_table()
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | einj.txt | 15 Alternatively, look in /sys/firmware/acpi/tables for an "EINJ" file,
|
/linux-4.1.27/arch/arm/kernel/ |
D | head.S | 201 add r4, r4, #0x1000 @ point to the PMD tables
|
/linux-4.1.27/Documentation/power/regulator/ |
D | consumer.txt | 147 datasheets have tables showing the maximum current consumed in certain
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_tables.h | 850 struct list_head tables; member
|
/linux-4.1.27/Documentation/hid/ |
D | hid-sensor.txt | 6 a report descriptor conforming to HID 1.12 sensor usage tables.
|
/linux-4.1.27/drivers/iommu/ |
D | Kconfig | 133 These DMA remapping devices are reported via ACPI tables
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 36 to use page-tables to map the physical memory into the kernel's address
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_64.h | 68 #error MAX_PHYS_ADDRESS_BITS exceeds what kernel page tables can support
|
/linux-4.1.27/Documentation/video4linux/ |
D | omap3isp.txt | 103 does not fall under the standard IOCTLs --- gamma tables and configuration of
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | Kconfig | 110 tristate "IP6 tables support (required for filtering)"
|
/linux-4.1.27/arch/arc/kernel/ |
D | entry.S | 772 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 450 allowing only two levels of page tables and faster TLB 720 bool "Enable support for SMBIOS (DMI) tables"
|
/linux-4.1.27/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
|
D | st.txt | 56 Many Unices contain internal tables that associate different modes to 58 tables (and will not do that in future). Instead of that, a utility
|
D | libsas.txt | 392 tables.
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 168 CFLAGS += -funwind-tables
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | head.S | 747 ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables 774 ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables
|
/linux-4.1.27/Documentation/input/ |
D | alps.txt | 81 In the following tables, the following notation is used.
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 48 tables. 163 device tables provided by board specific initialization code. SPI
|
/linux-4.1.27/Documentation/device-mapper/ |
D | thin-provisioning.txt | 15 lookup tables, and so performance was O(depth). This new
|
/linux-4.1.27/sound/soc/codecs/ |
D | Makefile | 129 snd-soc-wm5100-objs := wm5100.o wm5100-tables.o
|
/linux-4.1.27/mm/ |
D | memory.c | 344 __tlb_remove_table(batch->tables[i]); in tlb_remove_table_rcu() 380 (*batch)->tables[(*batch)->nr++] = table; in tlb_remove_table()
|