Searched refs:SYM_L_LOCAL (Results 1 – 13 of 13) sorted by relevance
/linux/include/linux/ |
A D | linkage.h | 100 #define SYM_L_LOCAL(name) /* nothing */ macro 209 SYM_START(name, SYM_L_LOCAL, SYM_A_ALIGN) 241 SYM_START(name, SYM_L_LOCAL, SYM_A_ALIGN) 247 SYM_START(name, SYM_L_LOCAL, SYM_A_NONE) 293 SYM_START(name, SYM_L_LOCAL, SYM_A_ALIGN) 302 SYM_START(name, SYM_L_LOCAL, SYM_A_NONE) 322 SYM_START(name, SYM_L_LOCAL, SYM_A_NONE)
|
/linux/arch/x86/purgatory/ |
A D | setup-x86_64.S | 53 SYM_DATA_END_LABEL(gdt, SYM_L_LOCAL, gdt_end) 59 SYM_DATA_END_LABEL(lstack, SYM_L_LOCAL, lstack_end)
|
A D | entry64.S | 99 SYM_DATA_END_LABEL(gdt, SYM_L_LOCAL, gdt_end) 103 SYM_DATA_END_LABEL(stack, SYM_L_LOCAL, stack_init)
|
/linux/arch/arm64/include/asm/ |
A D | linkage.h | 30 SYM_START(name, SYM_L_LOCAL, SYM_A_ALIGN) \ 34 SYM_START(name, SYM_L_LOCAL, SYM_A_NONE) \
|
/linux/tools/perf/util/include/linux/ |
A D | linkage.h | 29 #define SYM_L_LOCAL(name) /* nothing */ macro 79 SYM_START(name, SYM_L_LOCAL, SYM_A_ALIGN)
|
/linux/arch/x86/platform/pvh/ |
A D | head.S | 155 SYM_DATA_END_LABEL(gdt_start, SYM_L_LOCAL, gdt_end) 162 SYM_DATA_END_LABEL(early_stack, SYM_L_LOCAL, early_stack_end)
|
/linux/arch/arm64/mm/ |
A D | trans_pgd-asm.S | 61 SYM_INNER_LABEL(__trans_pgd_stub_vectors_end, SYM_L_LOCAL)
|
/linux/arch/x86/boot/compressed/ |
A D | head_64.S | 312 SYM_INNER_LABEL(efi32_pe_stub_entry, SYM_L_LOCAL) 710 SYM_DATA_END_LABEL(gdt, SYM_L_LOCAL, gdt_end) 970 SYM_DATA_END_LABEL(boot_stack, SYM_L_LOCAL, boot_stack_end)
|
A D | head_32.S | 210 SYM_DATA_END_LABEL(gdt, SYM_L_LOCAL, gdt_end)
|
/linux/arch/x86/realmode/rm/ |
A D | trampoline_64.S | 183 SYM_DATA_END_LABEL(tr_gdt, SYM_L_LOCAL, tr_gdt_end)
|
/linux/arch/arm64/kernel/ |
A D | head.S | 501 SYM_INNER_LABEL(init_el1, SYM_L_LOCAL) 511 SYM_INNER_LABEL(init_el2, SYM_L_LOCAL)
|
A D | entry.S | 454 SYM_INNER_LABEL(__swpan_entry_el0, SYM_L_LOCAL)
|
/linux/Documentation/ |
A D | asm-annotations.rst | 192 SYM_DATA_END_LABEL(lstack, SYM_L_LOCAL, lstack_end) 209 Further, in the above examples, one could see ``SYM_L_LOCAL``. There are also
|
Completed in 20 milliseconds