Searched refs:move_stack (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/alpha/boot/ |
H A D | head.S | 107 .globl move_stack 108 .ent move_stack 109 move_stack: label 124 .end move_stack
|
H A D | bootp.c | 29 extern void move_stack(unsigned long new_stack); 177 move_stack(initrd_start - PAGE_SIZE); in start_kernel()
|
H A D | bootpz.c | 51 extern void move_stack(unsigned long new_stack); 441 move_stack(initrd_image_start - PAGE_SIZE); in start_kernel()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | head.S | 429 .macro move_stack nr,arg1,arg2,arg3,arg4 macro 431 move_stack "(\nr-1)",\arg2,\arg3,\arg4 438 move_stack \nr,\arg1,\arg2,\arg3,\arg4
|