Searched refs:__section (Results 1 - 25 of 124) sorted by relevance

12345

/linux-master/arch/x86/boot/compressed/
H A Dearly_serial_console.c4 int early_serial_base __section(".data");
/linux-master/arch/csky/include/asm/
H A Dtcm.h13 #define __tcmdata __section(".tcm.data")
15 #define __tcmconst __section(".tcm.rodata")
17 #define __tcmfunc __section(".tcm.text") noinline
19 #define __tcmlocalfunc __section(".tcm.text")
/linux-master/arch/s390/include/asm/
H A Dcache.h17 #define __read_mostly __section(".data..read_mostly")
H A Dsections.h17 #define __bootdata(var) __section(".boot.data." #var) var
24 #define __bootdata_preserved(var) __section(".boot.preserved.data." #var) var
/linux-master/arch/loongarch/include/asm/
H A Dcache.h11 #define __read_mostly __section(".data..read_mostly")
H A Dorc_header.h15 __used __section(".orc_header") __aligned(4) \
/linux-master/arch/arm/include/asm/
H A Dtcm.h17 #define __tcmdata __section(".tcm.data")
19 #define __tcmconst __section(".tcm.rodata")
21 #define __tcmfunc __attribute__((long_call)) __section(".tcm.text") noinline
23 #define __tcmlocalfunc __section(".tcm.text")
H A Dcache.h27 #define __read_mostly __section(".data..read_mostly")
H A Didmap.h9 #define __idmap __section(".idmap.text") noinline notrace
/linux-master/arch/sparc/include/asm/
H A Dcache.h24 #define __read_mostly __section(".data..read_mostly")
/linux-master/arch/um/include/shared/
H A Dinit.h48 #define __init __section(".init.text")
49 #define __initdata __section(".init.data")
50 #define __exitdata __section(".exit.data")
51 #define __exit_call __used __section(".exitcall.exit")
54 #define __exit __section(".exit.text")
56 #define __exit __used __section(".exit.text")
105 #define __uml_init_setup __used __section(".uml.setup.init")
106 #define __uml_setup_help __used __section(".uml.help.init")
107 #define __uml_postsetup_call __used __section(".uml.postsetup.init")
108 #define __uml_exit_call __used __section("
[all...]
/linux-master/include/asm-generic/
H A Dkprobes.h13 __section("_kprobe_blacklist") \
17 # define __kprobes __section(".kprobes.text")
/linux-master/kernel/
H A Dkallsyms_internal.h20 __section(".rodata") __attribute__((weak));
23 __section(".rodata") __attribute__((weak));
/linux-master/arch/x86/include/asm/
H A Dorc_header.h16 __used __section(".orc_header") __aligned(4) \
H A Dinit.h5 #define __head __section(".head.text")
H A Dcache.h11 #define __read_mostly __section(".data..read_mostly")
/linux-master/arch/mips/include/asm/
H A Dcache.h17 #define __read_mostly __section(".data..read_mostly")
/linux-master/tools/testing/memblock/linux/
H A Dinit.h9 #define __section(section) __attribute__((__section__(section))) macro
27 __used __section(".init.setup") \
/linux-master/arch/riscv/purgatory/
H A Dpurgatory.c16 u8 purgatory_sha256_digest[SHA256_DIGEST_SIZE] __section(".kexec-purgatory");
18 struct kexec_sha_region purgatory_sha_regions[KEXEC_SEGMENT_MAX] __section(".kexec-purgatory");
/linux-master/arch/arc/include/asm/
H A Dmach_desc.h56 __used __section(".arch.info.init") = { \
H A Dlinkage.h67 #define __arcfp_code __section(".text.arcfp")
69 #define __arcfp_code __section(".text")
73 #define __arcfp_data __section(".data.arcfp")
75 #define __arcfp_data __section(".data")
/linux-master/include/linux/mtd/
H A Dxip.h31 #define __xipram noinline __section(".xiptext")
/linux-master/arch/x86/boot/
H A Dtty.c28 static void __section(".inittext") serial_putchar(int ch)
38 static void __section(".inittext") bios_putchar(int ch)
50 void __section(".inittext") putchar(int ch)
61 void __section(".inittext") puts(const char *str)
/linux-master/arch/riscv/include/asm/
H A Dsoc.h16 __used __section("__soc_early_init_table") \
/linux-master/arch/sh/include/asm/
H A Dcache.h23 #define __read_mostly __section(".data..read_mostly")

Completed in 175 milliseconds

12345