Home
last modified time | relevance | path

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

/linux/arch/alpha/boot/
H A Dhead.S107 .globl move_stack
108 .ent move_stack
109 move_stack: label
124 .end move_stack
H A Dbootp.c29 extern void move_stack(unsigned long new_stack);
177 move_stack(initrd_start - PAGE_SIZE); in start_kernel()
H A Dbootpz.c51 extern void move_stack(unsigned long new_stack);
441 move_stack(initrd_image_start - PAGE_SIZE); in start_kernel()