Searched refs:__section (Results 1 – 25 of 124) sorted by relevance
12345
48 #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(".uml.exitcall.exit")[all …]
50 #define __init __section(".init.text") __cold __latent_entropy __noinitretpoline __nocfi51 #define __initdata __section(".init.data")52 #define __initconst __section(".init.rodata")53 #define __exitdata __section(".exit.data")54 #define __exit_call __used __section(".exitcall.exit")73 #define __ref __section(".ref.text") noinline74 #define __refdata __section(".ref.data")75 #define __refconst __section(".ref.rodata")83 #define __exit __section(".exit.text") __exitused __cold notrace86 #define __meminit __section(".meminit.text") __cold notrace \[all …]
27 __section("_ftrace_annotated_branch") \63 __section("_ftrace_branch") \129 #define __annotate_jump_table __section(".rodata..c_jump_table")225 static void * __section(".discard.addressable") __used \
42 #define __init_task_data __section(".data..init_task")48 #define __init_thread_info __section(".data..init_thread_info")
1661 __used __section(".lsm_info.init") \1666 __used __section(".early_lsm_info.init") \
47 static bool __section(".data.once") __warned; \58 static bool __section(".data.once") __warned; \
132 __section("__tracepoints_ptrs") = &__tracepoint_##name295 __section("__tracepoints_strings") = #_name; \299 __section("__tracepoints") = { \407 #define __tracepoint_string __used __section("__tracepoint_str")
13 #define __tcmdata __section(".tcm.data")15 #define __tcmconst __section(".tcm.rodata")17 #define __tcmfunc __section(".tcm.text") noinline19 #define __tcmlocalfunc __section(".tcm.text")
19 #define __tcmdata __section(".tcm.data")21 #define __tcmconst __section(".tcm.rodata")23 #define __tcmfunc __attribute__((long_call)) __section(".tcm.text") noinline25 #define __tcmlocalfunc __section(".tcm.text")
67 #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")
28 static void __section(".inittext") serial_putchar(int ch) in serial_putchar()38 static void __section(".inittext") bios_putchar(int ch) in bios_putchar()50 void __section(".inittext") putchar(int ch) in putchar()61 void __section(".inittext") puts(const char *str) in puts()
14 unsigned int __section(".data") __pgtable_l5_enabled;15 unsigned int __section(".data") pgdir_shift = 39;16 unsigned int __section(".data") ptrs_per_p4d = 1;34 unsigned long *trampoline_32bit __section(".data");
4 int early_serial_base __section(".data");
17 #define __bootdata(var) __section(".boot.data." #var) var24 #define __bootdata_preserved(var) __section(".boot.preserved.data." #var) var
17 #define __read_mostly __section(".data..read_mostly")
13 __section("_kprobe_blacklist") \17 # define __kprobes __section(".kprobes.text")
16 u8 purgatory_sha256_digest[SHA256_DIGEST_SIZE] __section(".kexec-purgatory");18 struct kexec_sha_region purgatory_sha_regions[KEXEC_SEGMENT_MAX] __section(".kexec-purgatory");
9 #define __section(section) __attribute__((__section__(section))) macro27 __used __section(".init.setup") \
19 u8 purgatory_sha256_digest[SHA256_DIGEST_SIZE] __section(".kexec-purgatory");21 struct kexec_sha_region purgatory_sha_regions[KEXEC_SEGMENT_MAX] __section(".kexec-purgatory");
17 void *__cpu_spinwait_stack_pointer[NR_CPUS] __section(".data");18 void *__cpu_spinwait_task_pointer[NR_CPUS] __section(".data");
23 __section("_ftrace_eval_map") \36 __section("_ftrace_eval_map") \
82 __section(".arch.info.init") = { \92 __section(".arch.info.init") = { \
73 #define __amode31_data __section(".amode31.data")74 #define __amode31_ref __section(".amode31.refs")
11 #define __read_mostly __section(".data..read_mostly")