Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 221) sorted by relevance

123456789

/Linux-v5.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 …]
/Linux-v5.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()
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.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 …]
/Linux-v5.10/tools/perf/util/
Dconfig.c534 static struct perf_config_section *find_section(struct list_head *sections, in find_section() argument
539 list_for_each_entry(section, sections, node) in find_section()
558 static struct perf_config_section *add_section(struct list_head *sections, in add_section() argument
574 list_add_tail(&section->node, sections); in add_section()
618 struct list_head *sections; in collect_config() local
623 sections = &set->sections; in collect_config()
635 section = find_section(sections, section_name); in collect_config()
637 section = add_section(sections, section_name); in collect_config()
734 INIT_LIST_HEAD(&set->sections); in perf_config_set__new()
821 list_for_each_entry_safe(section, tmp, &set->sections, node) { in perf_config_set__purge()
Dconfig.h23 struct list_head sections; member
70 perf_config_sections__for_each_entry(&set->sections, section) \
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c277 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()
339 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic() local
346 ret = iwl_nvm_write_section(mvm, i, sections[i].data, in iwl_mvm_load_nvm_to_nic()
[all …]
/Linux-v5.10/arch/powerpc/platforms/pseries/
Drtas-fadump.c493 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(&sections[1], 2); in rtas_fadump_dt_scan()
546 of_read_ulong(&sections[1], 2); in rtas_fadump_dt_scan()
/Linux-v5.10/scripts/
Dkernel-doc404 my %sections;
575 if (defined($sections{$name}) && ($sections{$name} ne "")) {
581 $sections{$name} .= $contents;
583 $sections{$name} = $contents;
611 'sections' => \%sections,
1331 'sections' => \%sections,
1425 'sections' => \%sections,
1466 'sections' => \%sections,
1485 'sections' => \%sections,
1704 if (!defined($sections{$section_return}) ||
[all …]
Dextract-sys-certs.pl30 my @sections = ();
44 push @sections, { name => $name,
107 foreach my $sec (@sections) {
/Linux-v5.10/init/
DMakefile6 ccflags-y := -fno-function-sections -fno-data-sections
/Linux-v5.10/tools/testing/selftests/splice/
Dshort_splice_read.sh48 if ! [ -d /sys/module/test_module/sections ] ; then
54 test_splice /sys/module/test_module/sections/.init.text
/Linux-v5.10/Documentation/litmus-tests/rcu/
DRCU+sync+read.litmus7 * sees all stores done in prior RCU read-side critical sections. Such
8 * read-side critical sections would have ended before the grace period ended.
/Linux-v5.10/Documentation/ABI/testing/
Ddevlink-resource-mlxsw8 is divided into two sections, the first is hash-based table
10 between the linear and hash-based sections is static and
/Linux-v5.10/Documentation/RCU/
DwhatisRCU.rst95 critical sections.
160 read-side critical sections. Any RCU-protected data structure
172 read-side critical sections may be nested and/or overlapping.
180 read-side critical sections on all CPUs have completed.
182 any subsequent RCU read-side critical sections to complete.
195 read-side critical sections to complete, not necessarily for
213 after all ongoing RCU read-side critical sections have completed.
463 read-side critical sections.
480 RCU read-side critical sections that might be referencing that
572 read-side critical sections that might be referencing that
[all …]
Drcu.rst37 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.10/tools/objtool/
Delf.h86 struct list_head sections; member
146 list_for_each_entry(sec, &file->elf->sections, list)
Delf.c327 list_add_tail(&sec->list, &elf->sections); in read_sections()
431 list_for_each_entry(sec, &elf->sections, list) { in read_symbols()
533 list_for_each_entry(sec, &elf->sections, list) { in read_relocs()
603 memset(elf, 0, offsetof(struct elf, sections)); in elf_open_read()
605 INIT_LIST_HEAD(&elf->sections); in elf_open_read()
748 list_add_tail(&sec->list, &elf->sections); in elf_create_section()
959 list_for_each_entry(sec, &elf->sections, list) { in elf_write()
1001 list_for_each_entry_safe(sec, tmpsec, &elf->sections, list) { in elf_close()
/Linux-v5.10/Documentation/vm/
Dmemory-model.rst114 sections. A section is represented with struct mem_section
117 that aids the sections management. The section size and maximal number
124 The maximal number of sections is denoted `NR_MEM_SECTIONS` and
134 sections:
142 all the memory sections.
145 initialize the memory sections and the memory maps.
196 While `SPARSEMEM` presents memory as a collection of sections,
/Linux-v5.10/tools/perf/
Dbuiltin-config.c54 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.10/Documentation/locking/
Dseqlock.rst28 or interrupted by read side sections. Otherwise the reader will spin for
43 multiple writers. Write side critical sections must thus be serialized
96 sections must be serialized and non-preemptible. This variant of
99 side critical sections are properly serialized.
153 Use seqcount_latch_t when the write side sections cannot be protected
/Linux-v5.10/Documentation/sound/soc/
Dindex.rst5 The documentation is spilt into the following sections:-
/Linux-v5.10/Documentation/dev-tools/kunit/api/
Dindex.rst11 following sections:
/Linux-v5.10/Documentation/devicetree/bindings/soc/rockchip/
Dgrf.txt6 From RK3368 SoCs, the GRF is divided into two sections,
13 ON RK3308 SoC, the GRF is divided into four sections:
/Linux-v5.10/drivers/firmware/efi/libstub/
DMakefile114 STUBCOPY_FLAGS-$(CONFIG_ARM64) += --prefix-alloc-sections=.init \
121 STUBCOPY_FLAGS-$(CONFIG_RISCV) += --prefix-alloc-sections=.init \
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2_llh.c159 void hw_atl2_rpf_act_rslvr_section_en_set(struct aq_hw_s *aq_hw, u32 sections) in hw_atl2_rpf_act_rslvr_section_en_set() argument
164 sections); in hw_atl2_rpf_act_rslvr_section_en_set()

123456789