Searched refs:sections (Results 326 - 350 of 358) sorted by relevance

<<1112131415

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c142 base_hdr_len = struct_size(fw_hdr, sections, info->section_num);
163 section = &fw_hdr->sections[i];
364 base_hdr_len = struct_size(fw_hdr, sections, info->section_num);
385 section = &fw_hdr->sections[i];
1151 section = &fw_hdr->sections[sec_idx];
1157 fw_hdr->sections[dst_sec_idx] = *section;
H A Dfw.h547 struct rtw89_fw_hdr_section sections[]; member in struct:rtw89_fw_hdr
598 struct rtw89_fw_hdr_section_v1 sections[]; member in struct:rtw89_fw_hdr_v1
/linux-master/drivers/macintosh/
H A Dvia-pmu.c56 #include <asm/sections.h>
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c57 #include <asm/sections.h>
756 /* Reserve 16G huge page memory sections for huge pages */
/linux-master/arch/mips/kernel/
H A Dtraps.c62 #include <asm/sections.h>
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c29 #include <asm/sections.h>
504 * kernel text mappings for the large page aligned text, rodata sections
/linux-master/arch/x86/kernel/
H A Dalternative.c23 #include <asm/sections.h>
/linux-master/arch/s390/include/asm/
H A Dpgtable.h20 #include <asm/sections.h>
/linux-master/drivers/tty/serial/
H A Dpmac_zilog.c48 #include <asm/sections.h>
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c37 #include <asm/sections.h>
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c40 #include <asm/sections.h>
/linux-master/arch/arm64/kvm/
H A Darm.c43 #include <asm/sections.h>
/linux-master/mm/
H A Dmemblock.c20 #include <asm/sections.h>
2078 * due to SPARSEMEM sections which aren't present.
H A Dpercpu.c92 #include <asm/sections.h>
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c153 int sections = (mtd->oobsize / 32) * 2; local
155 if (section >= sections)
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py6487 sections = Config.sections()
6490 if 'Settings' in sections:
6615 if kprobesec in sections:
6620 if kprobesec in sections:
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c27 #include <asm/sections.h>
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c27 #include <asm/sections.h>
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c44 #include <asm/sections.h>
1136 /* Old method - ELF header with PT_NOTE sections only works on BE */
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2300 cur_section = &mem_region->section_table.sections[0];
2393 /* No individual memory sections defined so we can
/linux-master/kernel/
H A Dkprobes.c43 #include <asm/sections.h>
2646 * '.init.text' sections would be freed. When 'MODULE_STATE_LIVE' was
2648 * disable kprobes which have been inserted in the sections.
/linux-master/kernel/module/
H A Dmain.c46 #include <asm/sections.h>
78 /* Work queue for freeing init sections in success case */
1214 * sections *do* get freed after boot so we *could* treat them
1476 /* Don't bother with non-allocated sections */
1498 /* Additional bytes needed by arch in front of individual sections */
1583 * Lay out the SHF_ALLOC sections in a way not dissimilar to how ld
1674 * As a last step, since we're already checking the ELF sections we cache
2012 * Mark all sections sh_addr with their address in the
2019 /* Track but don't keep modinfo and version sections. */
2386 /* We will do a special allocation for per-cpu sections late
[all...]
/linux-master/kernel/printk/
H A Dprintk.c52 #include <asm/sections.h>
1942 * owner is running in specially marked sections. It means that
/linux-master/arch/s390/kernel/
H A Dipl.c36 #include <asm/sections.h>
/linux-master/arch/sparc/mm/
H A Dinit_64.c45 #include <asm/sections.h>

Completed in 506 milliseconds

<<1112131415