Searched refs:SYM_DATA_END_LABEL (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.6/arch/x86/purgatory/ |
| 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)
|
| 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)
|
| D | stack.S | 18 SYM_DATA_END_LABEL(stack, SYM_L_GLOBAL, stack_end)
|
| /Linux-v6.6/arch/x86/platform/pvh/ |
| D | head.S | 156 SYM_DATA_END_LABEL(gdt_start, SYM_L_LOCAL, gdt_end) 163 SYM_DATA_END_LABEL(early_stack, SYM_L_LOCAL, early_stack_end)
|
| /Linux-v6.6/arch/x86/um/vdso/ |
| D | vdso.S | 9 SYM_DATA_END_LABEL(vdso_start, SYM_L_GLOBAL, vdso_end)
|
| /Linux-v6.6/arch/x86/realmode/ |
| D | rmpiggy.S | 15 SYM_DATA_END_LABEL(real_mode_blob, SYM_L_GLOBAL, real_mode_blob_end)
|
| /Linux-v6.6/arch/s390/purgatory/ |
| D | kexec-purgatory.S | 9 SYM_DATA_END_LABEL(kexec_purgatory, SYM_L_LOCAL, kexec_purgatory_end)
|
| D | head.S | 265 SYM_DATA_END_LABEL(stack, SYM_L_LOCAL, purgatory_end)
|
| /Linux-v6.6/arch/x86/realmode/rm/ |
| D | stack.S | 18 SYM_DATA_END_LABEL(rm_stack, SYM_L_GLOBAL, rm_stack_end)
|
| D | trampoline_64.S | 237 SYM_DATA_END_LABEL(tr_gdt, SYM_L_LOCAL, tr_gdt_end)
|
| /Linux-v6.6/include/linux/ |
| D | linkage.h | 334 #ifndef SYM_DATA_END_LABEL 335 #define SYM_DATA_END_LABEL(name, linkage, label) \ macro
|
| /Linux-v6.6/arch/x86/boot/compressed/ |
| D | head_64.S | 610 SYM_DATA_END_LABEL(gdt, SYM_L_LOCAL, gdt_end) 622 SYM_DATA_END_LABEL(boot_idt, SYM_L_GLOBAL, boot_idt_end) 632 SYM_DATA_END_LABEL(boot_stack, SYM_L_LOCAL, boot_stack_end)
|
| D | head_32.S | 179 SYM_DATA_END_LABEL(gdt, SYM_L_LOCAL, gdt_end)
|
| /Linux-v6.6/arch/s390/kernel/ |
| D | relocate_kernel.S | 74 SYM_DATA_END_LABEL(load_psw, SYM_L_LOCAL, relocate_kernel_end)
|
| /Linux-v6.6/Documentation/core-api/ |
| D | asm-annotations.rst | 186 ``SYM_DATA_END_LABEL``. The latter adds also a label to the end, so that 192 SYM_DATA_END_LABEL(lstack, SYM_L_LOCAL, lstack_end)
|