/linux-6.8/LICENSES/deprecated/ |
D | GFDL-1.1 | 8 Invariant Sections, Front-Cover Texts or Back-Cover Texts. 10 part of sections that are already using it (notably, the 79 The "Invariant Sections" are certain Secondary Sections whose titles 80 are designated, as being those of Invariant Sections, in the notice 174 the conditions of sections 2 and 3 above, provided that you release 197 G. Preserve in that license notice the full lists of Invariant Sections 218 L. Preserve all the Invariant Sections of the Document, 226 If the Modified Version includes new front-matter sections or 227 appendices that qualify as Secondary Sections and contain no material 229 of these sections as invariant. To do this, add their titles to the [all …]
|
D | GFDL-1.2 | 8 Invariant Sections, Front-Cover Texts or Back-Cover Texts. 82 The "Invariant Sections" are certain Secondary Sections whose titles 83 are designated, as being those of Invariant Sections, in the notice 87 Invariant Sections. If the Document does not identify any Invariant 88 Sections then there are none. 199 the conditions of sections 2 and 3 above, provided that you release 223 G. Preserve in that license notice the full lists of Invariant Sections 244 L. Preserve all the Invariant Sections of the Document, 253 If the Modified Version includes new front-matter sections or 254 appendices that qualify as Secondary Sections and contain no material [all …]
|
/linux-6.8/Documentation/userspace-api/media/ |
D | fdl-appendix.rst | 75 The "Invariant Sections" are certain 76 :ref:`Secondary Sections <fdl-secondary>` whose titles are designated, 77 as being those of Invariant Sections, in the notice that says that the 192 of the :ref:`Document <fdl-document>` under the conditions of sections 237 :ref:`Invariant Sections <fdl-invariant>` and required 271 Preserve all the :ref:`Invariant Sections <fdl-invariant>` of the 285 front-matter sections or appendices that qualify as 286 :ref:`Secondary Sections <fdl-secondary>` and contain no material 288 of these sections as invariant. To do this, add their titles to the list 289 of :ref:`Invariant Sections <fdl-invariant>` in the Modified Version's [all …]
|
/linux-6.8/Documentation/livepatch/ |
D | module-elf-format.rst | 32 relocation sections and symbols, which are described in this document. The 33 ELF constants used to mark livepatch symbols and relocation sections were 45 embedding special "dynrela" (dynamic rela) sections in the resulting patch 46 module ELF output. Using these dynrela sections, livepatch could resolve 51 relocation sections in place of dynrela sections, and the symbols that the 80 3. Livepatch relocation sections 83 A livepatch module manages its own ELF relocation sections to apply 90 multiple livepatch relocation sections associated with it (e.g. patches to 95 sections, as in the case of the sample livepatch module (see 110 Livepatch relocation sections must be marked with the SHF_RELA_LIVEPATCH [all …]
|
/linux-6.8/arch/arm64/include/asm/ |
D | module.lds.h | 1 SECTIONS { 8 * Outlined checks go into comdat-deduplicated sections named .text.hot. 10 * we otherwise end up with multiple sections with the same .text.hot 12 * multiple sections with the same name so we use this sections
|
/linux-6.8/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() 119 snd_iprintf(buffer, "sections:\n"); 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() [all …]
|
/linux-6.8/drivers/net/wireless/ath/ath10k/ |
D | coredump.c | 808 .sections = NULL, 823 .sections = NULL, 838 .sections = NULL, 851 .sections = NULL, 861 .sections = NULL, 871 .sections = qca6174_hw21_register_sections, 884 .sections = NULL, 894 .sections = NULL, 904 .sections = NULL, 914 .sections = NULL, [all …]
|
D | coredump.h | 107 /* magic number to fill the holes not copied due to sections in regions */ 124 * be like that, sections can be used to define what is safe to copy. 136 /* One region of a memory layout. If the sections field is null entire 137 * region is copied. If sections is non-null only the areas specified in 138 * sections are copied and rest of the areas are filled with 149 const struct ath10k_mem_section *sections; member
|
/linux-6.8/scripts/ |
D | module.lds.S | 12 SECTIONS { 38 * With CONFIG_LTO_CLANG, LLD always enables -fdata-sections and 39 * -ffunction-sections, which increases the size of the final module. 40 * Merge the split sections in the final binary. 59 /* bring in arch-specific sections */
|
D | generate_initcall_order.pl | 227 my $sections = {}; # level -> [ secname, ...] 229 # sort results to retain link order and split to sections per 235 if (!exists($sections->{$level})) { 236 $sections->{$level} = []; 239 push(@{$sections->{$level}}, $result->{'secname'}); 243 die "$0: ERROR: no initcalls?" if (!keys(%{$sections})); 247 print "SECTIONS {\n"; 249 foreach my $level (sort(keys(%{$sections}))) { 260 foreach my $secname (@{$sections->{$level}}) {
|
D | extract-sys-certs.pl | 30 my @sections = (); 44 push @sections, { name => $name, 51 print "Have $#sections sections\n"; 107 foreach my $sec (@sections) { 120 die "Cert object in multiple sections: ", $s_name, " and ", $s->{name}, "\n"
|
/linux-6.8/arch/s390/include/asm/ |
D | dwarf.h | 21 * Emit CFI data in .debug_frame sections and not in .eh_frame 22 * sections. The .eh_frame CFI is used for runtime unwind 24 * can discard the .eh_frame sections. 30 * sections.
|
/linux-6.8/include/asm-generic/ |
D | sections.h | 13 * [_stext, _etext]: contains .text.* sections, may also contain .rodata.* 14 * and/or .init.* sections 15 * [_sdata, _edata]: contains .data.* sections, may also contain .rodata.* 16 * and/or .init.* sections. 17 * [__start_rodata, __end_rodata]: contains .rodata.* sections 20 * [__init_begin, __init_end]: contains .init.* sections, but .init.text.* 22 * [_sinittext, _einittext]: contains .init.text.* sections 23 * [__bss_start, __bss_stop]: contains BSS sections 61 /* Function descriptor handling (if any). Override in asm/sections.h */
|
D | vmlinux.lds.h | 11 * SECTIONS 62 * the default again so that all the following sections don't also end 88 * LD_DEAD_CODE_DATA_ELIMINATION option enables -fdata-sections, which 89 * generates .data.identifier sections, which need to be pulled in with 90 * .data. We don't want to pull in .data..other sections, which Linux 93 * With LTO_CLANG, the linker also splits sections by default, so we need 94 * these macros to combine the sections during the final link. 97 * sections to be brought in with rodata. 137 /* The actual configuration determine if the init/exit sections 520 /* __*init sections */ \ [all …]
|
/linux-6.8/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | nvm.c | 220 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local 227 /* Checking for required sections */ in iwl_parse_nvm_sections() 231 IWL_ERR(mvm, "Can't parse empty OTP/NVM sections\n"); in iwl_parse_nvm_sections() 240 /* SW and REGULATORY sections are mandatory */ in iwl_parse_nvm_sections() 244 "Can't parse empty family 8000 OTP/NVM sections\n"); in iwl_parse_nvm_sections() 251 "Can't parse mac_address, empty sections\n"); in iwl_parse_nvm_sections() 259 "Can't parse phy_sku in B0, empty sections\n"); in iwl_parse_nvm_sections() 264 hw = (const __be16 *)sections[mvm->cfg->nvm_hw_section_num].data; in iwl_parse_nvm_sections() 265 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; in iwl_parse_nvm_sections() 266 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections() [all …]
|
/linux-6.8/arch/arm/kernel/ |
D | vmlinux.lds.S | 27 SECTIONS 30 * XXX: The linker does not define how output sections are 31 * assigned to input sections when there are multiple statements 35 * unwind exit sections must be discarded before the rest of the 36 * unwind sections get included.
|
D | vmlinux-xip.lds.S | 27 SECTIONS 30 * XXX: The linker does not define how output sections are 31 * assigned to input sections when there are multiple statements 35 * unwind exit sections must be discarded before the rest of the 36 * unwind sections get included.
|
/linux-6.8/Documentation/mm/ |
D | memory-model.rst | 70 sections. A section is represented with struct mem_section 73 that aids the sections management. The section size and maximal number 80 The maximal number of sections is denoted `NR_MEM_SECTIONS` and 90 sections: 98 all the memory sections. 101 initialize the memory sections and the memory maps. 152 While `SPARSEMEM` presents memory as a collection of sections,
|
/linux-6.8/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 39 SECTIONS 41 /* Read-only sections, merged into text segment: */ 102 /* Throw in the debugging sections */ 107 /* Sections to be discarded -- must be last */
|
/linux-6.8/include/linux/ |
D | kcsan.h | 35 * seqlocks, we declare seqlock writer critical sections as (a) nestable 36 * atomic regions, but reader critical sections as (b) flat atomic 38 * sections are contained within writer critical sections (the opposite
|
/linux-6.8/drivers/firmware/efi/libstub/ |
D | Makefile | 137 STUBCOPY_FLAGS-$(CONFIG_ARM64) += --prefix-alloc-sections=.init \ 144 STUBCOPY_FLAGS-$(CONFIG_RISCV) += --prefix-alloc-sections=.init \ 150 STUBCOPY_FLAGS-$(CONFIG_LOONGARCH) += --prefix-alloc-sections=.init \ 158 # Strip debug sections and some other sections that may legally contain 159 # absolute relocations, so that we can inspect the remaining sections for 161 # this time, use objcopy and leave all sections in place.
|
/linux-6.8/Documentation/RCU/ |
D | whatisRCU.rst | 59 with example uses should focus on Sections 3 and 4. People who need to 104 critical sections. 169 can preempt RCU read-side critical sections. Any RCU-protected 181 section. Note that RCU read-side critical sections may be nested 190 all pre-existing RCU read-side critical sections on all CPUs 193 sections to complete. For example, consider the following 206 read-side critical sections to complete, not necessarily for 225 critical sections have completed. This callback variant is 481 read-side critical sections. 498 RCU read-side critical sections that might be referencing that [all …]
|
/linux-6.8/tools/testing/selftests/powerpc/primitives/asm/ |
D | feature-fixups.h | 73 /* CPU feature dependent sections */ 90 /* CPU feature sections with alternatives, use BEGIN_FTR_SECTION to start */ 105 /* MMU feature dependent sections */ 125 /* MMU feature sections with alternatives, use BEGIN_FTR_SECTION to start */ 141 /* Firmware feature dependent sections */ 155 /* Firmware feature sections with alternatives */ 201 /* LWSYNC feature sections */
|
/linux-6.8/arch/powerpc/include/asm/ |
D | feature-fixups.h | 73 /* CPU feature dependent sections */ 90 /* CPU feature sections with alternatives, use BEGIN_FTR_SECTION to start */ 105 /* MMU feature dependent sections */ 125 /* MMU feature sections with alternatives, use BEGIN_FTR_SECTION to start */ 141 /* Firmware feature dependent sections */ 155 /* Firmware feature sections with alternatives */ 201 /* LWSYNC feature sections */
|
/linux-6.8/tools/testing/selftests/sgx/ |
D | load.c | 141 Elf64_Shdr *sections; in encl_get_entry() local 147 sections = encl->bin + ehdr->e_shoff; in encl_get_entry() 150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry() 151 symtab = (Elf64_Sym *)((char *)encl->bin + sections[i].sh_offset); in encl_get_entry() 152 num_sym = sections[i].sh_size / sections[i].sh_entsize; in encl_get_entry() 158 if (sections[i].sh_type == SHT_STRTAB) { in encl_get_entry() 159 sym_names = (char *)encl->bin + sections[i].sh_offset; in encl_get_entry()
|