Home
last modified time | relevance | path

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

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