Searched refs:move_stack (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/alpha/boot/
H A Dhead.S106 .globl move_stack
107 .ent move_stack
108 move_stack: label
123 .end move_stack
H A Dbootp.c29 extern void move_stack(unsigned long new_stack);
177 move_stack(initrd_start - PAGE_SIZE); start_kernel()
H A Dbootpz.c51 extern void move_stack(unsigned long new_stack);
441 move_stack(initrd_image_start - PAGE_SIZE); start_kernel()
/linux-4.4.14/arch/m68k/kernel/
H A Dhead.S428 .macro move_stack nr,arg1,arg2,arg3,arg4
430 move_stack "(\nr-1)",\arg2,\arg3,\arg4
437 move_stack \nr,\arg1,\arg2,\arg3,\arg4

Completed in 124 milliseconds