| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | coredump.c | 536 .sections = NULL, 551 .sections = NULL, 566 .sections = NULL, 579 .sections = NULL, 589 .sections = NULL, 599 .sections = qca6174_hw21_register_sections, 612 .sections = NULL, 622 .sections = NULL, 632 .sections = qca6174_hw30_register_sections, 644 .sections = NULL, [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/sram/ |
| D | sunxi-sram.txt | 32 Each SRAM will have SRAM sections that are going to be handled by the 33 SRAM controller as subnodes. These sections are represented following 36 The valid sections compatible for A10 are: 41 The valid sections compatible for A13 are: 46 The valid sections compatible for A20 are: 51 The valid sections compatible for A23/A33 are: 54 The valid sections compatible for H3 are: 57 The valid sections compatible for A64 are: 61 The valid sections compatible for H5 are: 64 The valid sections compatible for H6 are: [all …]
|
| /Linux-v5.4/sound/firewire/dice/ |
| D | dice-proc.c | 71 u32 sections[ARRAY_SIZE(section_names) * 2]; in dice_proc_read() local 117 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0) in dice_proc_read() 123 sections[i * 2], sections[i * 2 + 1]); in dice_proc_read() 125 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read() 126 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read() 170 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0) in dice_proc_read() 174 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 + in dice_proc_read() 196 if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0) in dice_proc_read() 200 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 + in dice_proc_read() 222 quadlets = min_t(u32, sections[7], sizeof(buf.ext_sync) / 4); in dice_proc_read() [all …]
|
| /Linux-v5.4/Documentation/livepatch/ |
| D | module-elf-format.rst | 12 3. Livepatch relocation sections 17 5. Architecture-specific sections 39 relocation sections and symbols, which are described in this document. The 40 Elf constants used to mark livepatch symbols and relocation sections were 52 embedding special "dynrela" (dynamic rela) sections in the resulting patch 53 module Elf output. Using these dynrela sections, livepatch could resolve 58 relocation sections in place of dynrela sections, and the symbols that the 87 3. Livepatch relocation sections 90 A livepatch module manages its own Elf relocation sections to apply 97 multiple livepatch relocation sections associated with it (e.g. patches to [all …]
|
| /Linux-v5.4/tools/perf/util/ |
| D | config.c | 510 static struct perf_config_section *find_section(struct list_head *sections, in find_section() argument 515 list_for_each_entry(section, sections, node) in find_section() 534 static struct perf_config_section *add_section(struct list_head *sections, in add_section() argument 550 list_add_tail(§ion->node, sections); in add_section() 594 struct list_head *sections; in collect_config() local 599 sections = &set->sections; in collect_config() 611 section = find_section(sections, section_name); in collect_config() 613 section = add_section(sections, section_name); in collect_config() 710 INIT_LIST_HEAD(&set->sections); in perf_config_set__new() 797 list_for_each_entry_safe(section, tmp, &set->sections, node) { in perf_config_set__purge()
|
| D | config.h | 23 struct list_head sections; member 67 perf_config_sections__for_each_entry(&set->sections, section) \
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | nvm.c | 277 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local 319 hw = (const __be16 *)sections[mvm->cfg->nvm_hw_section_num].data; in iwl_parse_nvm_sections() 320 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; in iwl_parse_nvm_sections() 321 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections() 323 (const __le16 *)sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data; in iwl_parse_nvm_sections() 324 phy_sku = (const __le16 *)sections[NVM_SECTION_TYPE_PHY_SKU].data; in iwl_parse_nvm_sections() 327 (const __le16 *)sections[NVM_SECTION_TYPE_REGULATORY_SDP].data : in iwl_parse_nvm_sections() 328 (const __le16 *)sections[NVM_SECTION_TYPE_REGULATORY].data; in iwl_parse_nvm_sections() 344 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic() local 351 ret = iwl_nvm_write_section(mvm, i, sections[i].data, in iwl_mvm_load_nvm_to_nic() [all …]
|
| /Linux-v5.4/tools/objtool/ |
| D | elf.c | 28 list_for_each_entry(sec, &elf->sections, list) in find_section_by_name() 40 list_for_each_entry(sec, &elf->sections, list) in find_section_by_index() 52 list_for_each_entry(sec, &elf->sections, list) in find_symbol_by_index() 77 list_for_each_entry(sec, &elf->sections, list) in find_symbol_by_name() 161 list_add_tail(&sec->list, &elf->sections); in read_sections() 296 list_for_each_entry(sec, &elf->sections, list) { in read_symbols() 357 list_for_each_entry(sec, &elf->sections, list) { in read_relas() 418 INIT_LIST_HEAD(&elf->sections); in elf_read() 481 list_add_tail(&sec->list, &elf->sections); in elf_create_section() 631 list_for_each_entry(sec, &elf->sections, list) { in elf_write() [all …]
|
| D | elf.h | 73 struct list_head sections; member 95 list_for_each_entry(sec, &file->elf->sections, list)
|
| /Linux-v5.4/scripts/ |
| D | kernel-doc | 377 my %sections; 485 if (defined($sections{$name}) && ($sections{$name} ne "")) { 491 $sections{$name} .= $contents; 493 $sections{$name} = $contents; 521 'sections' => \%sections, 1191 'sections' => \%sections, 1282 'sections' => \%sections, 1319 'sections' => \%sections, 1338 'sections' => \%sections, 1551 if (!defined($sections{$section_return}) || [all …]
|
| D | extract-sys-certs.pl | 30 my @sections = (); 44 push @sections, { name => $name, 107 foreach my $sec (@sections) {
|
| /Linux-v5.4/arch/ia64/ |
| D | module.lds | 3 /* Group unwind sections into a single section: */ 7 * Create place-holder sections to hold the PLTs, GOT, and
|
| /Linux-v5.4/arch/powerpc/platforms/pseries/ |
| D | rtas-fadump.c | 493 const __be32 *sections; in rtas_fadump_dt_scan() local 528 sections = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes", in rtas_fadump_dt_scan() 531 if (!sections) in rtas_fadump_dt_scan() 536 for (i = 0; i < num_sections; i++, sections += 3) { in rtas_fadump_dt_scan() 537 u32 type = (u32)of_read_number(sections, 1); in rtas_fadump_dt_scan() 542 of_read_ulong(§ions[1], 2); in rtas_fadump_dt_scan() 546 of_read_ulong(§ions[1], 2); in rtas_fadump_dt_scan()
|
| /Linux-v5.4/init/ |
| D | Makefile | 6 ccflags-y := -fno-function-sections -fno-data-sections
|
| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | dmx-set-buffer-size.rst | 8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections 42 filtered data. The default size is two maximum sized sections, i.e. if
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | devlink-resource-mlxsw | 8 is divided into two sections, the first is hash-based table 10 between the linear and hash-based sections is static and
|
| /Linux-v5.4/Documentation/RCU/ |
| D | whatisRCU.txt | 83 critical sections. 146 read-side critical sections. Any RCU-protected data structure 158 read-side critical sections may be nested and/or overlapping. 166 read-side critical sections on all CPUs have completed. 168 any subsequent RCU read-side critical sections to complete. 181 read-side critical sections to complete, not necessarily for 199 after all ongoing RCU read-side critical sections have completed. 436 read-side critical sections. 453 RCU read-side critical sections that might be referencing that 542 read-side critical sections that might be referencing that [all …]
|
| D | rcu.rst | 37 read-side critical sections. So, if we remove an item from a 45 RCU read-side critical sections. SRCU also uses CPU-local 47 critical sections. These variants of RCU detect grace periods
|
| /Linux-v5.4/Documentation/vm/ |
| D | memory-model.rst | 115 sections. A section is represented with :c:type:`struct mem_section` 118 that aids the sections management. The section size and maximal number 125 The maximal number of sections is denoted `NR_MEM_SECTIONS` and 135 sections: 143 all the memory sections. 148 initialize the memory sections. Next, the actual memory maps should be 200 While `SPARSEMEM` presents memory as a collection of sections,
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-config.c | 54 perf_config_items__for_each_entry(&set->sections, section) { in set_config() 80 perf_config_items__for_each_entry(&set->sections, section) { in show_spec_config()
|
| /Linux-v5.4/Documentation/sound/soc/ |
| D | index.rst | 5 The documentation is spilt into the following sections:-
|
| /Linux-v5.4/arch/arm64/ |
| D | Kconfig.debug | 74 bool "Align linker sections up to SECTION_SIZE" 76 If this option is enabled, sections that may potentially be marked as 78 the kernel. This prevents sections from being split into pages and
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | dev-mem2mem.rst | 8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections 43 devices are given in the following sections.
|
| D | io.rst | 8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections 46 The following sections describe the various I/O methods in more detail.
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | Kbuild | 14 generic-y += sections.h
|