Searched refs:__section (Results 1 – 25 of 35) sorted by relevance
12
90 const livepatch_load_data_##_fn __section(".livepatch.hooks.load") = _fn;99 const livepatch_unload_data_##_fn __section(".livepatch.hooks.unload") = _fn;113 const livepatch_preapply_data_##_fn __section(".livepatch.hooks.preapply") = _fn;117 const livepatch_postapply_data_##_fn __section(".livepatch.hooks.postapply") = _fn;121 const livepatch_prerevert_data_##_fn __section(".livepatch.hooks.prerevert") = _fn;125 const livepatch_postrevert_data_##_fn __section(".livepatch.hooks.postrevert") = _fn;138 const livepatch_apply_data_##_fn __section(".livepatch.hooks.apply") = _fn;142 const livepatch_revert_data_##_fn __section(".livepatch.hooks.revert") = _fn;
11 #define __initdata __section(".init.data")12 #define __initconst __section(".init.rodata")13 #define __initconstrel __section(".init.rodata.rel")19 #define __initdata_cf_clobber __section(".init.data.cf_clobber")20 #define __initconst_cf_clobber __section(".init.rodata.cf_clobber")
17 __DEFINE_PER_CPU(__section(".bss.percpu"), type, _ ## name)22 __DEFINE_PER_CPU(__section(".bss.percpu.page_aligned"), \26 __DEFINE_PER_CPU(__section(".bss.percpu.read_mostly"), type, _ ## name)
17 #define __read_mostly __section(".data.read_mostly")28 #define __ro_after_init __section(".data.ro_after_init")
20 #define __ro_after_init __section(".data.ro_after_init")
70 #define __section(s) __used __attribute__((__section__(s))) macro72 #define __section(s) __attribute__((__section__(s))) macro
30 __section(".data.page_aligned") __aligned(PAGE_SIZE)59 __section(".data.page_aligned") __aligned(PAGE_SIZE)
67 __section(".dev.info") = { \121 __section(".adev.info") = { \
7 #define __read_mostly __section(".data.read_mostly")
10 #define __read_mostly __section(".data.read_mostly")
67 __section(".arch.info") = { \
13 #define __read_mostly __section(".data.read_mostly")
16 const struct livepatch_func __section(".livepatch.funcs")
17 const struct livepatch_func __section(".livepatch.funcs") livepatch_nop = {
17 const struct livepatch_func __section(".livepatch.funcs")
18 const struct livepatch_func __section(".livepatch.funcs")
19 const struct livepatch_func __section(".livepatch.funcs")
50 const struct livepatch_func __section(".livepatch.funcs")
58 const struct livepatch_func __section(".livepatch.funcs")
87 const struct livepatch_func __section(".livepatch.funcs")
105 const struct livepatch_func __section(".livepatch.funcs")
45 pte_t __section(".bss.page_aligned") __aligned(PAGE_SIZE)48 pte_t __section(".bss.page_aligned") __aligned(PAGE_SIZE)
23 static char __section(".bss.page_aligned") __aligned(PAGE_SIZE)
78 __section(".teemediator.info") = { \
51 uint64_t __section(".data.idmap") init_ttbr;
Completed in 47 milliseconds