Searched refs:sections (Results 1 – 22 of 22) sorted by relevance
/arch/loongarch/boot/ |
D | Makefile | 7 drop-sections := .comment .note .options .note.gnu.build-id 8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
|
/arch/powerpc/platforms/pseries/ |
D | rtas-fadump.c | 500 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(§ions[1], 2); in rtas_fadump_dt_scan() 553 of_read_ulong(§ions[1], 2); in rtas_fadump_dt_scan()
|
/arch/x86/boot/ |
D | setup.ld | 70 . = ASSERT(__end_init <= 5*512, "init sections too big!");
|
/arch/arm64/kernel/pi/ |
D | Makefile | 26 --prefix-alloc-sections=.init
|
/arch/arm64/include/asm/ |
D | module.h | 25 struct pkvm_module_section sections; member
|
D | kvm_pkvm_module.h | 283 (unsigned long)THIS_MODULE->arch.hyp.sections.start; \
|
/arch/riscv/kernel/pi/ |
D | Makefile | 25 --prefix-alloc-sections=.init.pi
|
/arch/mips/boot/ |
D | Makefile | 21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options 22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
|
/arch/arm64/kvm/ |
D | pkvm.c | 819 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/ |
D | Makefile | 47 obj-$(CONFIG_MODULES) += module.o module-sections.o
|
/arch/riscv/kernel/ |
D | Makefile | 74 obj-$(CONFIG_MODULE_SECTIONS) += module-sections.o
|
/arch/parisc/ |
D | Makefile | 106 KBUILD_CFLAGS_MODULE += -ffunction-sections
|
/arch/powerpc/platforms/44x/ |
D | Kconfig | 312 ensures that all module output sections are aligned to 4K
|
/arch/ |
D | Kconfig | 870 - 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/ |
D | TEST.DOC | 85 are individual tests, they each require their own "Call-out" sections.
|
/arch/xtensa/ |
D | Kconfig | 602 to RAM. Read-write sections, such as the data section and stack,
|
/arch/riscv/ |
D | Kconfig | 862 to RAM. Read-write sections, such as the data section and stack,
|
/arch/x86/ |
D | Kconfig | 2185 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/ |
D | Kconfig | 551 code in head_64.S, which moves the head text sections out of their
|
/arch/x86/crypto/ |
D | aesni-intel_asm.S | 45 # constants in mergeable sections, linker can reorder and merge
|
D | aesni-intel_avx-x86_64.S | 124 # constants in mergeable sections, linker can reorder and merge
|
/arch/arm/ |
D | Kconfig | 1614 to RAM. Read-write sections, such as the data section and stack,
|