Searched refs:startup_32 (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/arch/x86/boot/compressed/
H A Dvmlinux.lds.S15 ENTRY(startup_32)
20 /* Be careful parts of head_64.S assume startup_32 is at
H A Dhead_64.S38 ENTRY(startup_32)
198 ENDPROC(startup_32)
220 jmp startup_32
229 * We come here either from startup_32 or directly from a
265 leaq startup_32(%rip), %rax
320 leaq startup_32(%rip) /* - $startup_32 */, %rbp
349 movq $_bss /* - $startup_32 */, %rcx
H A Dhead_32.S35 ENTRY(startup_32)
167 movl $(_bss - startup_32), %ecx
179 ENDPROC(startup_32)
/linux-4.1.27/arch/s390/boot/compressed/
H A Dvmlinux.lds.S10 /* Be careful parts of head_64.S assume startup_32 is at
/linux-4.1.27/arch/mn10300/boot/compressed/
H A DMakefile7 LDFLAGS_vmlinux := -Ttext $(CONFIG_KERNEL_ZIMAGE_BASE_ADDRESS) -e startup_32
H A Dhead.S22 .globl startup_32
23 startup_32: label
/linux-4.1.27/arch/x86/realmode/rm/
H A Dtrampoline_64.S76 # flush prefetch and jump to startup_32
87 ENTRY(startup_32)
H A Dtrampoline_32.S62 ENTRY(startup_32) # note: also used from wakeup_asm.S
/linux-4.1.27/arch/x86/lguest/
H A Dhead_32.S10 * Our story starts with the bzImage: booting starts at startup_32 in
12 * kernel in place and then jumps into it: startup_32 in
16 * The startup_32 function does very little: it clears the uninitialized global
/linux-4.1.27/arch/x86/kernel/
H A Dvmlinux.lds.S86 phys_startup_32 = startup_32 - LOAD_OFFSET;
H A Dhead_32.S96 ENTRY(startup_32)
H A Dsmpboot.c787 /* Stack for startup_32 can be just as for start_secondary onwards */ common_cpu_up()
/linux-4.1.27/arch/x86/boot/
H A DMakefile89 sed-zoffset := -e 's/^\([0-9a-fA-F]*\) [ABCDGRSTVW] \(startup_32\|startup_64\|efi32_stub_entry\|efi64_stub_entry\|efi_pe_entry\|input_data\|_end\|z_.*\)$$/\#define ZO_\2 0x\1/p'

Completed in 592 milliseconds