Searched refs:move_stack (Results 1 – 4 of 4) sorted by relevance
/arch/alpha/boot/ |
D | head.S | 106 .globl move_stack symbol 107 .ent move_stack 108 move_stack: label 123 .end move_stack
|
D | bootp.c | 29 extern void move_stack(unsigned long new_stack); 177 move_stack(initrd_start - PAGE_SIZE); in start_kernel()
|
D | bootpz.c | 51 extern void move_stack(unsigned long new_stack); 441 move_stack(initrd_image_start - PAGE_SIZE); in start_kernel()
|
/arch/m68k/kernel/ |
D | head.S | 428 .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
|