Home
last modified time | relevance | path

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

/arch/loongarch/boot/
DMakefile7 drop-sections := .comment .note .options .note.gnu.build-id
8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
/arch/powerpc/platforms/pseries/
Drtas-fadump.c500 const __be32 *sections; in rtas_fadump_dt_scan() local
535 sections = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes", in rtas_fadump_dt_scan()
538 if (!sections) in rtas_fadump_dt_scan()
543 for (i = 0; i < num_sections; i++, sections += 3) { in rtas_fadump_dt_scan()
544 u32 type = (u32)of_read_number(sections, 1); in rtas_fadump_dt_scan()
549 of_read_ulong(&sections[1], 2); in rtas_fadump_dt_scan()
553 of_read_ulong(&sections[1], 2); in rtas_fadump_dt_scan()
/arch/x86/boot/
Dsetup.ld70 . = ASSERT(__end_init <= 5*512, "init sections too big!");
/arch/arm64/kernel/pi/
DMakefile26 --prefix-alloc-sections=.init
/arch/arm64/include/asm/
Dmodule.h25 struct pkvm_module_section sections; member
Dkvm_pkvm_module.h283 (unsigned long)THIS_MODULE->arch.hyp.sections.start; \
/arch/riscv/kernel/pi/
DMakefile25 --prefix-alloc-sections=.init.pi
/arch/mips/boot/
DMakefile21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
/arch/arm64/kvm/
Dpkvm.c819 size_t len = (unsigned long)mod->sections.end - in pkvm_el2_mod_kern_va()
820 (unsigned long)mod->sections.start; in pkvm_el2_mod_kern_va()
824 return (unsigned long)mod->sections.start + in pkvm_el2_mod_kern_va()
969 mod->sections.start = start; in __pkvm_load_el2_module()
970 mod->sections.end = end; in __pkvm_load_el2_module()
/arch/loongarch/kernel/
DMakefile47 obj-$(CONFIG_MODULES) += module.o module-sections.o
/arch/riscv/kernel/
DMakefile74 obj-$(CONFIG_MODULE_SECTIONS) += module-sections.o
/arch/parisc/
DMakefile106 KBUILD_CFLAGS_MODULE += -ffunction-sections
/arch/powerpc/platforms/44x/
DKconfig312 ensures that all module output sections are aligned to 4K
/arch/
DKconfig870 - No use of RCU read side critical sections, unless ct_nmi_enter()
1349 in which case relative references can be used in special sections
1449 An arch should select this symbol once all linker sections are explicitly
1451 important because we never want expected sections to be placed heuristically
1452 by the linker, since the locations of such sections can change between linker
/arch/m68k/ifpsp060/
DTEST.DOC85 are individual tests, they each require their own "Call-out" sections.
/arch/xtensa/
DKconfig602 to RAM. Read-write sections, such as the data section and stack,
/arch/riscv/
DKconfig862 to RAM. Read-write sections, such as the data section and stack,
/arch/x86/
DKconfig2185 bool "Randomize the kernel memory sections"
2191 Randomizes the base virtual address of kernel memory sections
2974 # compressed debug sections to x86_x32 properly:
/arch/powerpc/
DKconfig551 code in head_64.S, which moves the head text sections out of their
/arch/x86/crypto/
Daesni-intel_asm.S45 # constants in mergeable sections, linker can reorder and merge
Daesni-intel_avx-x86_64.S124 # constants in mergeable sections, linker can reorder and merge
/arch/arm/
DKconfig1614 to RAM. Read-write sections, such as the data section and stack,