Searched refs:sections (Results 301 - 325 of 358) sorted by relevance

<<1112131415

/linux-master/drivers/macintosh/
H A Dsmu.c49 #include <asm/sections.h>
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c23 #include <asm/sections.h>
410 /* Find .toc and .stubs sections, symtab and strtab */
/linux-master/arch/arm/kernel/
H A Dsetup.c43 #include <asm/sections.h>
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci2.c20 #include <asm/sections.h>
H A Dsmp_64.c51 #include <asm/sections.h>
/linux-master/arch/loongarch/kernel/
H A Dtraps.c46 #include <asm/sections.h>
/linux-master/arch/sh/kernel/
H A Ddwarf.c26 #include <asm/sections.h>
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-core.c31 #include <asm/sections.h>
/linux-master/arch/powerpc/lib/
H A Dfeature-fixups.c22 #include <asm/sections.h>
646 * (nop out sections not relevant to this CPU or this firmware).
/linux-master/arch/parisc/kernel/
H A Dmodule.c17 * all sections at the beginning of the core or init section.
19 * of the code sections where the stubs are actually called.
53 #include <asm/sections.h>
256 /* Additional bytes needed in front of individual sections */
922 * -ffunction-sections so we must relocate the addresses in the
H A Dcache.c30 #include <asm/sections.h>
/linux-master/arch/riscv/kernel/
H A Dmodule.c17 #include <asm/sections.h>
/linux-master/kernel/
H A Dkexec_core.c45 #include <asm/sections.h>
/linux-master/init/
H A Dmain.c109 #include <asm/sections.h>
/linux-master/arch/s390/kernel/
H A Dsetup.c67 #include <asm/sections.h>
110 * sections.
111 * Because the AMODE31 sections are relocated below 2G at startup,
118 * address within AMODE31 sections.
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1936 u16 qcount = 0, max_qcount, qmap, sections = 0; local
1942 sections = I40E_AQ_VSI_PROP_QUEUE_MAP_VALID;
1943 sections |= I40E_AQ_VSI_PROP_SCHED_VALID;
1985 ctxt->info.valid_sections |= cpu_to_le16(sections);
2027 u16 sections = 0; local
2035 sections = I40E_AQ_VSI_PROP_QUEUE_MAP_VALID;
2152 sections |= I40E_AQ_VSI_PROP_SCHED_VALID;
2167 ctxt->info.valid_sections |= cpu_to_le16(sections);
5721 /* copy just the sections touched not the entire info
5722 * since not all sections ar
6261 u16 qcount, qmap, sections = 0; local
7917 u16 sections, qmap, num_qps; local
[all...]
/linux-master/arch/arc/kernel/
H A Dunwind.c21 #include <asm/sections.h>
/linux-master/kernel/dma/
H A Ddebug.c26 #include <asm/sections.h>
/linux-master/arch/mips/mm/
H A Dc-r4k.c34 #include <asm/sections.h>
/linux-master/arch/x86/mm/
H A Dinit_64.c50 #include <asm/sections.h>
884 * previously unused range (esp., when populating consecutive sections).
923 * consecutive sections. Remember for the last added PMD where the
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c28 #include <asm/sections.h>
/linux-master/arch/arm64/mm/
H A Dmmu.c34 #include <asm/sections.h>
651 * read-only text and rodata sections of the kernel image.
1437 * This ensures that boot memory sections on the platform are online
1438 * from early boot. Memory sections could not be prevented from being
1464 * should have been marked as early sections.
1474 * be removed completely. Call out such sections.
/linux-master/arch/arm/mm/
H A Dmmu.c21 #include <asm/sections.h>
793 * offset for odd 1MB sections.
979 * offsets, and we take full advantage of sections and
1765 pr_debug("physical kernel sections: 0x%08llx-0x%08llx\n",
/linux-master/mm/
H A Dkmemleak.c97 #include <asm/sections.h>
1583 * Scan data sections and all the referenced memory blocks allocated via the
1635 /* per-cpu sections scanning */
1688 * Scan the objects already referenced from the sections scanned
2175 /* register the data/bss sections */
/linux-master/arch/riscv/mm/
H A Dinit.c33 #include <asm/sections.h>

Completed in 742 milliseconds

<<1112131415