Home
last modified time | relevance | path

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

12345678910>>...77

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/Documentation/livepatch/
Dmodule-elf-format.txt12 2. Livepatch relocation sections
13 2.1 What are livepatch relocation sections?
18 2.2.4 Example `readelf --sections` output
28 4. Architecture-specific sections
51 relocation sections and symbols, which are described in this document. The
52 Elf constants used to mark livepatch symbols and relocation sections were
64 embedding special "dynrela" (dynamic rela) sections in the resulting patch
65 module Elf output. Using these dynrela sections, livepatch could resolve
70 relocation sections in place of dynrela sections, and the symbols that the
100 2. Livepatch relocation sections
[all …]
/kernel/linux/linux-4.19/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
58 /* Function descriptor handling (if any). Override in asm/sections.h */
64 /* random extra sections (if any). Override
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sram/
Dsunxi-sram.txt29 Each SRAM will have SRAM sections that are going to be handled by the
30 SRAM controller as subnodes. These sections are represented following
33 The valid sections compatible for A10 are:
38 The valid sections compatible for A13 are:
43 The valid sections compatible for A20 are:
48 The valid sections compatible for A23/A33 are:
51 The valid sections compatible for H3 are:
54 The valid sections compatible for A64 are:
57 Devices using SRAM sections
/kernel/linux/linux-5.10/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 */
67 /* random extra sections (if any). Override
[all …]
/kernel/linux/linux-5.10/Documentation/livepatch/
Dmodule-elf-format.rst12 3. Livepatch relocation sections
38 relocation sections and symbols, which are described in this document. The
39 Elf constants used to mark livepatch symbols and relocation sections were
51 embedding special "dynrela" (dynamic rela) sections in the resulting patch
52 module Elf output. Using these dynrela sections, livepatch could resolve
57 relocation sections in place of dynrela sections, and the symbols that the
86 3. Livepatch relocation sections
89 A livepatch module manages its own Elf relocation sections to apply
96 multiple livepatch relocation sections associated with it (e.g. patches to
101 sections, as in the case of the sample livepatch module (see
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/
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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/sound/firewire/dice/
Ddice-proc.c72 u32 sections[ARRAY_SIZE(section_names) * 2]; in dice_proc_read() local
118 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0) in dice_proc_read()
120 snd_iprintf(buffer, "sections:\n"); in dice_proc_read()
124 sections[i * 2], sections[i * 2 + 1]); in dice_proc_read()
126 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read()
127 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read()
171 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0) in dice_proc_read()
175 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 + in dice_proc_read()
197 if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0) in dice_proc_read()
201 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 + in dice_proc_read()
[all …]
/kernel/linux/linux-4.19/arch/ia64/hp/sim/boot/
Dbootloader.lds5 SECTIONS
7 /* Read-only sections, merged into text segment: */
20 /* We want the small data sections together, so single-instruction offsets
33 /* Stabs debugging sections. */
41 /* DWARF debug sections.
42 Symbols in the DWARF debugging sections are relative to the beginning
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dcoredump.c807 .sections = NULL,
822 .sections = NULL,
837 .sections = NULL,
850 .sections = NULL,
860 .sections = NULL,
870 .sections = qca6174_hw21_register_sections,
883 .sections = NULL,
893 .sections = NULL,
903 .sections = NULL,
913 .sections = NULL,
[all …]
Dcoredump.h106 /* magic number to fill the holes not copied due to sections in regions */
123 * be like that, sections can be used to define what is safe to copy.
135 /* One region of a memory layout. If the sections field is null entire
136 * region is copied. If sections is non-null only the areas specified in
137 * sections are copied and rest of the areas are filled with
148 const struct ath10k_mem_section *sections; member
/kernel/linux/linux-4.19/arch/s390/include/asm/
Ddwarf.h21 * 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.
/kernel/linux/linux-5.10/arch/s390/include/asm/
Ddwarf.h21 * 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.
/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath10k/
Dcoredump.c547 .sections = NULL,
562 .sections = NULL,
577 .sections = NULL,
590 .sections = NULL,
600 .sections = NULL,
610 .sections = qca6174_hw21_register_sections,
623 .sections = NULL,
633 .sections = NULL,
643 .sections = qca6174_hw30_register_sections,
655 .sections = NULL,
[all …]
Dcoredump.h117 /* magic number to fill the holes not copied due to sections in regions */
133 * be like that, sections can be used to define what is safe to copy.
145 /* One region of a memory layout. If the sections field is null entire
146 * region is copied. If sections is non-null only the areas specified in
147 * sections are copied and rest of the areas are filled with
158 const struct ath10k_mem_section *sections; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c277 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local
282 /* Checking for required sections */ in iwl_parse_nvm_sections()
286 IWL_ERR(mvm, "Can't parse empty OTP/NVM sections\n"); in iwl_parse_nvm_sections()
295 /* SW and REGULATORY sections are mandatory */ in iwl_parse_nvm_sections()
299 "Can't parse empty family 8000 OTP/NVM sections\n"); in iwl_parse_nvm_sections()
306 "Can't parse mac_address, empty sections\n"); in iwl_parse_nvm_sections()
314 "Can't parse phy_sku in B0, empty sections\n"); in iwl_parse_nvm_sections()
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()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c282 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local
288 /* Checking for required sections */ in iwl_parse_nvm_sections()
292 IWL_ERR(mvm, "Can't parse empty OTP/NVM sections\n"); in iwl_parse_nvm_sections()
301 /* SW and REGULATORY sections are mandatory */ in iwl_parse_nvm_sections()
305 "Can't parse empty family 8000 OTP/NVM sections\n"); in iwl_parse_nvm_sections()
312 "Can't parse mac_address, empty sections\n"); in iwl_parse_nvm_sections()
320 "Can't parse phy_sku in B0, empty sections\n"); in iwl_parse_nvm_sections()
325 hw = (const __be16 *)sections[mvm->cfg->nvm_hw_section_num].data; in iwl_parse_nvm_sections()
326 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; in iwl_parse_nvm_sections()
327 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dkcsan.h27 * seqlocks, we declare seqlock writer critical sections as (a) nestable
28 * atomic regions, but reader critical sections as (b) flat atomic
30 * sections are contained within writer critical sections (the opposite
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dmodule.lds.h2 SECTIONS {
3 /* Group unwind sections into a single section: */
7 * Create place-holder sections to hold the PLTs, GOT, and
/kernel/linux/linux-4.19/arch/ia64/
Dmodule.lds2 SECTIONS {
3 /* Group unwind sections into a single section: */
7 * Create place-holder sections to hold the PLTs, GOT, and
/kernel/linux/linux-4.19/arch/arm/kernel/
Dvmlinux.lds.S30 SECTIONS
33 * XXX: The linker does not define how output sections are
34 * assigned to input sections when there are multiple statements
38 * unwind exit sections must be discarded before the rest of the
39 * unwind sections get included.
/kernel/linux/linux-5.10/arch/openrisc/kernel/
Dvmlinux.lds.S39 SECTIONS
41 /* Read-only sections, merged into text segment: */
103 /* Throw in the debugging sections */
108 /* Sections to be discarded -- must be last */

12345678910>>...77