Searched refs:sections (Results 26 - 50 of 358) sorted by relevance

1234567891011>>

/linux-master/arch/loongarch/include/asm/
H A Dsetup.h10 #include <asm/sections.h>
/linux-master/arch/mips/power/
H A Dcpu.c10 #include <asm/sections.h>
/linux-master/arch/riscv/include/asm/
H A Dsections.h8 #include <asm-generic/sections.h>
/linux-master/arch/x86/kernel/cpu/
H A Drdrand.c13 #include <asm/sections.h>
/linux-master/arch/nios2/kernel/
H A Dprom.c20 #include <asm/sections.h>
/linux-master/scripts/
H A DMakefile.debug40 KBUILD_LDFLAGS += --compress-debug-sections=zlib
45 KBUILD_LDFLAGS += --compress-debug-sections=zstd
H A 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-master/tools/perf/util/
H A Dconfig.h23 struct list_head sections; member in struct:perf_config_set
54 * perf_config_sections__for_each - iterate thru all the sections
76 perf_config_sections__for_each_entry(&set->sections, section) \
H A Dconfig.c594 static struct perf_config_section *find_section(struct list_head *sections, argument
599 list_for_each_entry(section, sections, node)
618 static struct perf_config_section *add_section(struct list_head *sections, argument
634 list_add_tail(&section->node, sections);
678 struct list_head *sections; local
683 sections = &set->sections;
695 section = find_section(sections, section_name);
697 section = add_section(sections, section_name);
761 INIT_LIST_HEAD(&set->sections);
[all...]
/linux-master/tools/testing/selftests/splice/
H A Dshort_splice_read.sh5 # bugs like 11990a5bd7e5 ("module: Correctly truncate sysfs sections output")
127 if ! [ -d /sys/module/test_module/sections ] ; then
131 expect_success "kernfs binattr splice" test_splice /sys/module/test_module/sections/.init.text
/linux-master/init/
H A DMakefile6 ccflags-y := -fno-function-sections -fno-data-sections
/linux-master/arch/sh/mm/
H A Dnuma.c15 #include <asm/sections.h>
/linux-master/arch/powerpc/platforms/chrp/
H A Dsmp.c25 #include <asm/sections.h>
/linux-master/arch/mips/mm/
H A Dphysaddr.c9 #include <asm/sections.h>
/linux-master/arch/loongarch/kernel/
H A Dftrace.c18 #include <asm-generic/sections.h>
/linux-master/arch/riscv/mm/
H A Dphysaddr.c7 #include <asm/sections.h>
/linux-master/arch/arm/mm/
H A Dphysaddr.c8 #include <asm/sections.h>
/linux-master/arch/riscv/kernel/probes/
H A Ddecode-insn.c7 #include <asm/sections.h>
/linux-master/drivers/firmware/efi/libstub/
H A Darm64-stub.c13 #include <asm/sections.h>
H A Driscv-stub.c9 #include <asm/sections.h>
/linux-master/arch/powerpc/include/asm/
H A Dsections.h13 #include <asm-generic/sections.h>
/linux-master/arch/arm64/include/asm/
H A Dvirt.h62 #include <asm/sections.h>
/linux-master/drivers/net/wireless/ath/ath10k/
H A 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
[all...]
/linux-master/tools/testing/selftests/sgx/
H A Dload.c141 Elf64_Shdr *sections; local
147 sections = encl->bin + ehdr->e_shoff;
150 if (sections[i].sh_type == SHT_SYMTAB) {
151 symtab = (Elf64_Sym *)((char *)encl->bin + sections[i].sh_offset);
152 num_sym = sections[i].sh_size / sections[i].sh_entsize;
158 if (sections[i].sh_type == SHT_STRTAB) {
159 sym_names = (char *)encl->bin + sections[i].sh_offset;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c220 struct iwl_nvm_section *sections = mvm->nvm_sections; local
227 /* Checking for required sections */
231 IWL_ERR(mvm, "Can't parse empty OTP/NVM sections\n");
240 /* SW and REGULATORY sections are mandatory */
244 "Can't parse empty family 8000 OTP/NVM sections\n");
251 "Can't parse mac_address, empty sections\n");
259 "Can't parse phy_sku in B0, empty sections\n");
264 hw = (const __be16 *)sections[mvm->cfg->nvm_hw_section_num].data;
265 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data;
266 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATIO
290 struct iwl_nvm_section *sections = mvm->nvm_sections; local
[all...]

Completed in 529 milliseconds

1234567891011>>