Searched refs:__section (Results 1 – 17 of 17) sorted by relevance
28 const livepatch_load_data_##_fn __section(".livepatch.hooks.load") = _fn;37 const livepatch_unload_data_##_fn __section(".livepatch.hooks.unload") = _fn;
12 #define __initdata __section(".init.data")13 #define __initconst __section(".init.rodata")14 #define __initconstrel __section(".init.rodata.rel")
30 #define __section(s) __used __attribute__((__section__(s))) macro32 #define __section(s) __attribute__((__section__(s))) macro
95 __section(".dev.info") = { \104 __section(".adev.info") = { \
9 #define __read_mostly __section(".data.read_mostly")
63 __section(".arch.info") = { \
21 __section(".bss.percpu" #suffix) \
12 #define __read_mostly __section(".data.read_mostly")
12 __section(".bss.percpu" #suffix) \
16 struct livepatch_func __section(".livepatch.funcs") livepatch_xen_replace_world = {
17 struct livepatch_func __section(".livepatch.funcs") livepatch_xen_bye_world = {
17 struct livepatch_func __section(".livepatch.funcs") livepatch_nop = {
50 struct livepatch_func __section(".livepatch.funcs") livepatch_xen_hello_world = {
96 char __section(".bss.stack_aligned") __aligned(STACK_SIZE)
139 l1_pgentry_t __section(".bss.page_aligned") __aligned(PAGE_SIZE)554 const char __section(".bss.page_aligned.const") __aligned(PAGE_SIZE)
170 static char __section(".bss.page_aligned") __aligned(PAGE_SIZE)
90 unsigned long __section(".bss.page_aligned") __aligned(PAGE_SIZE)
Completed in 32 milliseconds