Home
last modified time | relevance | path

Searched full:sections (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/linux-6.12.1/LICENSES/deprecated/
DGFDL-1.18 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 …]
DGFDL-1.28 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.12.1/Documentation/userspace-api/media/
Dfdl-appendix.rst75 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.12.1/Documentation/livepatch/
Dmodule-elf-format.rst32 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.12.1/arch/arm64/include/asm/
Dmodule.lds.h1 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.12.1/sound/firewire/dice/
Ddice-proc.c71 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.12.1/drivers/net/wireless/ath/ath10k/
Dcoredump.c808 .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 …]
Dcoredump.h111 /* magic number to fill the holes not copied due to sections in regions */
128 * be like that, sections can be used to define what is safe to copy.
140 /* One region of a memory layout. If the sections field is null entire
141 * region is copied. If sections is non-null only the areas specified in
142 * sections are copied and rest of the areas are filled with
153 const struct ath10k_mem_section *sections; member
/linux-6.12.1/arch/powerpc/platforms/pseries/
Drtas-fadump.h21 /* Firmware provided dump sections */
26 /* OS defined sections */
36 * The Firmware Assisted Dump Memory structure supports a maximum of 10 sections
37 * in the dump memory structure. Presently, three sections are used for
38 * CPU state data, HPTE & Parameters area, while the remaining seven sections
77 * and ten sections.
/linux-6.12.1/scripts/
Dmodule.lds.S14 SECTIONS {
41 * With CONFIG_LTO_CLANG, LLD always enables -fdata-sections and
42 * -ffunction-sections, which increases the size of the final module.
43 * Merge the split sections in the final binary.
67 /* bring in arch-specific sections */
Dgenerate_initcall_order.pl227 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}}) {
Dextract-sys-certs.pl30 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.12.1/arch/s390/include/asm/
Ddwarf.h22 * Emit CFI data in .debug_frame sections and not in .eh_frame
23 * sections. The .eh_frame CFI is used for runtime unwind
25 * can discard the .eh_frame sections.
31 * sections.
/linux-6.12.1/include/asm-generic/
Dsections.h13 * [_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 */
Dvmlinux.lds.h11 * SECTIONS
64 * the default again so that all the following sections don't also end
90 * LD_DEAD_CODE_DATA_ELIMINATION option enables -fdata-sections, which
91 * generates .data.identifier sections, which need to be pulled in with
92 * .data. We don't want to pull in .data..other sections, which Linux
95 * With LTO_CLANG, the linker also splits sections by default, so we need
96 * these macros to combine the sections during the final link.
99 * sections to be brought in with rodata.
140 /* The actual configuration determine if the init/exit sections
515 /* __*init sections */ \
[all …]
/linux-6.12.1/drivers/firmware/efi/libstub/
DMakefile62 # `-fdata-sections` flag from KBUILD_CFLAGS_KERNEL
63 KBUILD_CFLAGS_KERNEL := $(filter-out -fdata-sections, $(KBUILD_CFLAGS_KERNEL))
132 STUBCOPY_FLAGS-$(CONFIG_ARM64) += --prefix-alloc-sections=.init \
139 STUBCOPY_FLAGS-$(CONFIG_RISCV) += --prefix-alloc-sections=.init \
145 STUBCOPY_FLAGS-$(CONFIG_LOONGARCH) += --prefix-alloc-sections=.init \
153 # Strip debug sections and some other sections that may legally contain
154 # absolute relocations, so that we can inspect the remaining sections for
156 # this time, use objcopy and leave all sections in place.
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c219 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local
226 /* Checking for required sections */ in iwl_parse_nvm_sections()
230 IWL_ERR(mvm, "Can't parse empty OTP/NVM sections\n"); in iwl_parse_nvm_sections()
239 /* SW and REGULATORY sections are mandatory */ in iwl_parse_nvm_sections()
243 "Can't parse empty family 8000 OTP/NVM sections\n"); in iwl_parse_nvm_sections()
250 "Can't parse mac_address, empty sections\n"); in iwl_parse_nvm_sections()
258 "Can't parse phy_sku in B0, empty sections\n"); in iwl_parse_nvm_sections()
263 hw = (const __be16 *)sections[mvm->cfg->nvm_hw_section_num].data; in iwl_parse_nvm_sections()
264 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; in iwl_parse_nvm_sections()
265 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections()
[all …]
/linux-6.12.1/Documentation/core-api/
Dfloating-point.rst14 state around calls to those functions. This creates "critical sections" of
18 touching the FP registers outside these critical sections. Compilers sometimes
57 above). Instead, it must be included when defining the FP critical sections.
75 Preemption may be disabled inside critical sections, so their size
77 caller expects to nest critical sections, it must implement its own
/linux-6.12.1/Documentation/RCU/
DwhatisRCU.rst59 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
178 sections, even for spinlocks that do not disable preemption,
180 Sleeplocks do *not* enter RCU read-side critical sections.
192 Note that RCU read-side critical sections may be nested and/or
201 all pre-existing RCU read-side critical sections on all CPUs
204 sections to complete. For example, consider the following
217 read-side critical sections to complete, not necessarily for
236 critical sections have completed. This callback variant is
[all …]
/linux-6.12.1/Documentation/mm/
Dmemory-model.rst70 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.12.1/arch/arm/kernel/
Dvmlinux.lds.S27 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.12.1/include/linux/
Dkcsan.h35 * 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.12.1/arch/openrisc/kernel/
Dvmlinux.lds.S39 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.12.1/tools/testing/selftests/powerpc/primitives/asm/
Dfeature-fixups.h73 /* 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.12.1/arch/powerpc/include/asm/
Dfeature-fixups.h73 /* 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 */

12345678910>>...47