blob: 802108b15be83b67424f22acec13f7c2c55ce322 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * arch/alpha/kernel/entry.S
3 *
4 * Kernel entry-points.
5 */
6
Sam Ravnborge2d5df92005-09-09 21:28:48 +02007#include <asm/asm-offsets.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <asm/thread_info.h>
9#include <asm/pal.h>
10#include <asm/errno.h>
11#include <asm/unistd.h>
12
13 .text
14 .set noat
15
16/* Stack offsets. */
17#define SP_OFF 184
18#define SWITCH_STACK_SIZE 320
19
20/*
21 * This defines the normal kernel pt-regs layout.
22 *
23 * regs 9-15 preserved by C code
24 * regs 16-18 saved by PAL-code
25 * regs 29-30 saved and set up by PAL-code
26 * JRP - Save regs 16-18 in a special area of the stack, so that
27 * the palcode-provided values are available to the signal handler.
28 */
29
30#define SAVE_ALL \
31 subq $sp, SP_OFF, $sp; \
32 stq $0, 0($sp); \
33 stq $1, 8($sp); \
34 stq $2, 16($sp); \
35 stq $3, 24($sp); \
36 stq $4, 32($sp); \
37 stq $28, 144($sp); \
38 lda $2, alpha_mv; \
39 stq $5, 40($sp); \
40 stq $6, 48($sp); \
41 stq $7, 56($sp); \
42 stq $8, 64($sp); \
43 stq $19, 72($sp); \
44 stq $20, 80($sp); \
45 stq $21, 88($sp); \
46 ldq $2, HAE_CACHE($2); \
47 stq $22, 96($sp); \
48 stq $23, 104($sp); \
49 stq $24, 112($sp); \
50 stq $25, 120($sp); \
51 stq $26, 128($sp); \
52 stq $27, 136($sp); \
53 stq $2, 152($sp); \
54 stq $16, 160($sp); \
55 stq $17, 168($sp); \
56 stq $18, 176($sp)
57
58#define RESTORE_ALL \
59 lda $19, alpha_mv; \
60 ldq $0, 0($sp); \
61 ldq $1, 8($sp); \
62 ldq $2, 16($sp); \
63 ldq $3, 24($sp); \
64 ldq $21, 152($sp); \
65 ldq $20, HAE_CACHE($19); \
66 ldq $4, 32($sp); \
67 ldq $5, 40($sp); \
68 ldq $6, 48($sp); \
69 ldq $7, 56($sp); \
70 subq $20, $21, $20; \
71 ldq $8, 64($sp); \
72 beq $20, 99f; \
73 ldq $20, HAE_REG($19); \
74 stq $21, HAE_CACHE($19); \
75 stq $21, 0($20); \
Linus Torvalds1da177e2005-04-16 15:20:36 -07007699:; \
77 ldq $19, 72($sp); \
78 ldq $20, 80($sp); \
79 ldq $21, 88($sp); \
80 ldq $22, 96($sp); \
81 ldq $23, 104($sp); \
82 ldq $24, 112($sp); \
83 ldq $25, 120($sp); \
84 ldq $26, 128($sp); \
85 ldq $27, 136($sp); \
86 ldq $28, 144($sp); \
87 addq $sp, SP_OFF, $sp
88
89/*
90 * Non-syscall kernel entry points.
91 */
92
93 .align 4
94 .globl entInt
95 .ent entInt
96entInt:
97 SAVE_ALL
98 lda $8, 0x3fff
99 lda $26, ret_from_sys_call
100 bic $sp, $8, $8
101 mov $sp, $19
102 jsr $31, do_entInt
103.end entInt
104
105 .align 4
106 .globl entArith
107 .ent entArith
108entArith:
109 SAVE_ALL
110 lda $8, 0x3fff
111 lda $26, ret_from_sys_call
112 bic $sp, $8, $8
113 mov $sp, $18
114 jsr $31, do_entArith
115.end entArith
116
117 .align 4
118 .globl entMM
119 .ent entMM
120entMM:
121 SAVE_ALL
122/* save $9 - $15 so the inline exception code can manipulate them. */
123 subq $sp, 56, $sp
124 stq $9, 0($sp)
125 stq $10, 8($sp)
126 stq $11, 16($sp)
127 stq $12, 24($sp)
128 stq $13, 32($sp)
129 stq $14, 40($sp)
130 stq $15, 48($sp)
131 addq $sp, 56, $19
132/* handle the fault */
133 lda $8, 0x3fff
134 bic $sp, $8, $8
135 jsr $26, do_page_fault
136/* reload the registers after the exception code played. */
137 ldq $9, 0($sp)
138 ldq $10, 8($sp)
139 ldq $11, 16($sp)
140 ldq $12, 24($sp)
141 ldq $13, 32($sp)
142 ldq $14, 40($sp)
143 ldq $15, 48($sp)
144 addq $sp, 56, $sp
145/* finish up the syscall as normal. */
146 br ret_from_sys_call
147.end entMM
148
149 .align 4
150 .globl entIF
151 .ent entIF
152entIF:
153 SAVE_ALL
154 lda $8, 0x3fff
155 lda $26, ret_from_sys_call
156 bic $sp, $8, $8
157 mov $sp, $17
158 jsr $31, do_entIF
159.end entIF
160
161 .align 4
162 .globl entUna
163 .ent entUna
164entUna:
165 lda $sp, -256($sp)
166 stq $0, 0($sp)
167 ldq $0, 256($sp) /* get PS */
168 stq $1, 8($sp)
169 stq $2, 16($sp)
170 stq $3, 24($sp)
171 and $0, 8, $0 /* user mode? */
172 stq $4, 32($sp)
173 bne $0, entUnaUser /* yup -> do user-level unaligned fault */
174 stq $5, 40($sp)
175 stq $6, 48($sp)
176 stq $7, 56($sp)
177 stq $8, 64($sp)
178 stq $9, 72($sp)
179 stq $10, 80($sp)
180 stq $11, 88($sp)
181 stq $12, 96($sp)
182 stq $13, 104($sp)
183 stq $14, 112($sp)
184 stq $15, 120($sp)
185 /* 16-18 PAL-saved */
186 stq $19, 152($sp)
187 stq $20, 160($sp)
188 stq $21, 168($sp)
189 stq $22, 176($sp)
190 stq $23, 184($sp)
191 stq $24, 192($sp)
192 stq $25, 200($sp)
193 stq $26, 208($sp)
194 stq $27, 216($sp)
195 stq $28, 224($sp)
Richard Hendersond70ddac2005-10-02 12:49:52 -0700196 mov $sp, $19
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 stq $gp, 232($sp)
198 lda $8, 0x3fff
199 stq $31, 248($sp)
200 bic $sp, $8, $8
201 jsr $26, do_entUna
202 ldq $0, 0($sp)
203 ldq $1, 8($sp)
204 ldq $2, 16($sp)
205 ldq $3, 24($sp)
206 ldq $4, 32($sp)
207 ldq $5, 40($sp)
208 ldq $6, 48($sp)
209 ldq $7, 56($sp)
210 ldq $8, 64($sp)
211 ldq $9, 72($sp)
212 ldq $10, 80($sp)
213 ldq $11, 88($sp)
214 ldq $12, 96($sp)
215 ldq $13, 104($sp)
216 ldq $14, 112($sp)
217 ldq $15, 120($sp)
218 /* 16-18 PAL-saved */
219 ldq $19, 152($sp)
220 ldq $20, 160($sp)
221 ldq $21, 168($sp)
222 ldq $22, 176($sp)
223 ldq $23, 184($sp)
224 ldq $24, 192($sp)
225 ldq $25, 200($sp)
226 ldq $26, 208($sp)
227 ldq $27, 216($sp)
228 ldq $28, 224($sp)
229 ldq $gp, 232($sp)
230 lda $sp, 256($sp)
231 call_pal PAL_rti
232.end entUna
233
234 .align 4
235 .ent entUnaUser
236entUnaUser:
237 ldq $0, 0($sp) /* restore original $0 */
238 lda $sp, 256($sp) /* pop entUna's stack frame */
239 SAVE_ALL /* setup normal kernel stack */
240 lda $sp, -56($sp)
241 stq $9, 0($sp)
242 stq $10, 8($sp)
243 stq $11, 16($sp)
244 stq $12, 24($sp)
245 stq $13, 32($sp)
246 stq $14, 40($sp)
247 stq $15, 48($sp)
248 lda $8, 0x3fff
249 addq $sp, 56, $19
250 bic $sp, $8, $8
251 jsr $26, do_entUnaUser
252 ldq $9, 0($sp)
253 ldq $10, 8($sp)
254 ldq $11, 16($sp)
255 ldq $12, 24($sp)
256 ldq $13, 32($sp)
257 ldq $14, 40($sp)
258 ldq $15, 48($sp)
259 lda $sp, 56($sp)
260 br ret_from_sys_call
261.end entUnaUser
262
263 .align 4
264 .globl entDbg
265 .ent entDbg
266entDbg:
267 SAVE_ALL
268 lda $8, 0x3fff
269 lda $26, ret_from_sys_call
270 bic $sp, $8, $8
271 mov $sp, $16
272 jsr $31, do_entDbg
273.end entDbg
274
275/*
276 * The system call entry point is special. Most importantly, it looks
277 * like a function call to userspace as far as clobbered registers. We
278 * do preserve the argument registers (for syscall restarts) and $26
279 * (for leaf syscall functions).
280 *
281 * So much for theory. We don't take advantage of this yet.
282 *
283 * Note that a0-a2 are not saved by PALcode as with the other entry points.
284 */
285
286 .align 4
287 .globl entSys
288 .globl ret_from_sys_call
289 .ent entSys
290entSys:
291 SAVE_ALL
292 lda $8, 0x3fff
293 bic $sp, $8, $8
294 lda $4, NR_SYSCALLS($31)
295 stq $16, SP_OFF+24($sp)
296 lda $5, sys_call_table
297 lda $27, sys_ni_syscall
298 cmpult $0, $4, $4
299 ldl $3, TI_FLAGS($8)
300 stq $17, SP_OFF+32($sp)
301 s8addq $0, $5, $5
302 stq $18, SP_OFF+40($sp)
303 blbs $3, strace
304 beq $4, 1f
305 ldq $27, 0($5)
3061: jsr $26, ($27), alpha_ni_syscall
307 ldgp $gp, 0($26)
308 blt $0, $syscall_error /* the call failed */
309 stq $0, 0($sp)
310 stq $31, 72($sp) /* a3=0 => no error */
311
312 .align 4
313ret_from_sys_call:
314 cmovne $26, 0, $19 /* $19 = 0 => non-restartable */
315 ldq $0, SP_OFF($sp)
316 and $0, 8, $0
Al Viro77edffb2010-09-25 21:07:14 +0100317 beq $0, ret_to_kernel
Al Viro494486a2010-09-18 08:42:27 -0400318ret_to_user:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 /* Make sure need_resched and sigpending don't change between
320 sampling and the rti. */
321 lda $16, 7
322 call_pal PAL_swpipl
323 ldl $5, TI_FLAGS($8)
324 and $5, _TIF_WORK_MASK, $2
Al Viro494486a2010-09-18 08:42:27 -0400325 bne $2, work_pending
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326restore_all:
327 RESTORE_ALL
328 call_pal PAL_rti
329
Al Viro77edffb2010-09-25 21:07:14 +0100330ret_to_kernel:
331 lda $16, 7
332 call_pal PAL_swpipl
333 br restore_all
334
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 .align 3
336$syscall_error:
337 /*
338 * Some system calls (e.g., ptrace) can return arbitrary
339 * values which might normally be mistaken as error numbers.
340 * Those functions must zero $0 (v0) directly in the stack
341 * frame to indicate that a negative return value wasn't an
342 * error number..
343 */
344 ldq $19, 0($sp) /* old syscall nr (zero if success) */
345 beq $19, $ret_success
346
347 ldq $20, 72($sp) /* .. and this a3 */
348 subq $31, $0, $0 /* with error in v0 */
349 addq $31, 1, $1 /* set a3 for errno return */
350 stq $0, 0($sp)
351 mov $31, $26 /* tell "ret_from_sys_call" we can restart */
352 stq $1, 72($sp) /* a3 for return */
353 br ret_from_sys_call
354
355$ret_success:
356 stq $0, 0($sp)
357 stq $31, 72($sp) /* a3=0 => no error */
358 br ret_from_sys_call
359.end entSys
360
361/*
362 * Do all cleanup when returning from all interrupts and system calls.
363 *
364 * Arguments:
365 * $5: TI_FLAGS.
366 * $8: current.
367 * $19: The old syscall number, or zero if this is not a return
368 * from a syscall that errored and is possibly restartable.
Al Viro494486a2010-09-18 08:42:27 -0400369 * $20: The old a3 value
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370 */
371
372 .align 4
373 .ent work_pending
374work_pending:
Al Viro7721d3c2012-09-05 18:08:40 -0400375 and $5, _TIF_NOTIFY_RESUME | _TIF_SIGPENDING, $2
376 bne $2, $work_notifysig
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377
378$work_resched:
Al Viro7721d3c2012-09-05 18:08:40 -0400379 /*
380 * We can get here only if we returned from syscall without SIGPENDING
381 * or got through work_notifysig already. Either case means no syscall
382 * restarts for us, so let $19 and $20 burn.
383 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384 jsr $26, schedule
Al Viro7721d3c2012-09-05 18:08:40 -0400385 mov 0, $19
386 br ret_to_user
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387
388$work_notifysig:
Richard Hendersonb927b3e2007-05-29 16:03:28 -0700389 mov $sp, $16
Al Viro494486a2010-09-18 08:42:27 -0400390 bsr $1, do_switch_stack
Richard Hendersonb927b3e2007-05-29 16:03:28 -0700391 mov $sp, $17
392 mov $5, $18
Al Viro494486a2010-09-18 08:42:27 -0400393 mov $19, $9 /* save old syscall number */
394 mov $20, $10 /* save old a3 */
395 and $5, _TIF_SIGPENDING, $2
396 cmovne $2, 0, $9 /* we don't want double syscall restarts */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 jsr $26, do_notify_resume
Al Viro494486a2010-09-18 08:42:27 -0400398 mov $9, $19
399 mov $10, $20
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400 bsr $1, undo_switch_stack
Al Viro494486a2010-09-18 08:42:27 -0400401 br ret_to_user
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402.end work_pending
403
404/*
405 * PTRACE syscall handler
406 */
407
408 .align 4
409 .ent strace
410strace:
411 /* set up signal stack, call syscall_trace */
412 bsr $1, do_switch_stack
Al Viro12f79be2012-05-26 21:44:21 -0400413 jsr $26, syscall_trace_enter /* returns the syscall number */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 bsr $1, undo_switch_stack
415
Al Viro12f79be2012-05-26 21:44:21 -0400416 /* get the arguments back.. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417 ldq $16, SP_OFF+24($sp)
418 ldq $17, SP_OFF+32($sp)
419 ldq $18, SP_OFF+40($sp)
420 ldq $19, 72($sp)
421 ldq $20, 80($sp)
422 ldq $21, 88($sp)
423
424 /* get the system call pointer.. */
425 lda $1, NR_SYSCALLS($31)
426 lda $2, sys_call_table
427 lda $27, alpha_ni_syscall
428 cmpult $0, $1, $1
429 s8addq $0, $2, $2
430 beq $1, 1f
431 ldq $27, 0($2)
4321: jsr $26, ($27), sys_gettimeofday
Al Viro53293632010-09-18 08:41:16 -0400433ret_from_straced:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434 ldgp $gp, 0($26)
435
436 /* check return.. */
437 blt $0, $strace_error /* the call failed */
438 stq $31, 72($sp) /* a3=0 => no error */
439$strace_success:
440 stq $0, 0($sp) /* save return value */
441
442 bsr $1, do_switch_stack
Al Viro12f79be2012-05-26 21:44:21 -0400443 jsr $26, syscall_trace_leave
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 bsr $1, undo_switch_stack
445 br $31, ret_from_sys_call
446
447 .align 3
448$strace_error:
449 ldq $19, 0($sp) /* old syscall nr (zero if success) */
450 beq $19, $strace_success
451 ldq $20, 72($sp) /* .. and this a3 */
452
453 subq $31, $0, $0 /* with error in v0 */
454 addq $31, 1, $1 /* set a3 for errno return */
455 stq $0, 0($sp)
456 stq $1, 72($sp) /* a3 for return */
457
458 bsr $1, do_switch_stack
459 mov $19, $9 /* save old syscall number */
460 mov $20, $10 /* save old a3 */
Al Viro12f79be2012-05-26 21:44:21 -0400461 jsr $26, syscall_trace_leave
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462 mov $9, $19
463 mov $10, $20
464 bsr $1, undo_switch_stack
465
466 mov $31, $26 /* tell "ret_from_sys_call" we can restart */
467 br ret_from_sys_call
468.end strace
469
470/*
471 * Save and restore the switch stack -- aka the balance of the user context.
472 */
473
474 .align 4
475 .ent do_switch_stack
476do_switch_stack:
477 lda $sp, -SWITCH_STACK_SIZE($sp)
478 stq $9, 0($sp)
479 stq $10, 8($sp)
480 stq $11, 16($sp)
481 stq $12, 24($sp)
482 stq $13, 32($sp)
483 stq $14, 40($sp)
484 stq $15, 48($sp)
485 stq $26, 56($sp)
486 stt $f0, 64($sp)
487 stt $f1, 72($sp)
488 stt $f2, 80($sp)
489 stt $f3, 88($sp)
490 stt $f4, 96($sp)
491 stt $f5, 104($sp)
492 stt $f6, 112($sp)
493 stt $f7, 120($sp)
494 stt $f8, 128($sp)
495 stt $f9, 136($sp)
496 stt $f10, 144($sp)
497 stt $f11, 152($sp)
498 stt $f12, 160($sp)
499 stt $f13, 168($sp)
500 stt $f14, 176($sp)
501 stt $f15, 184($sp)
502 stt $f16, 192($sp)
503 stt $f17, 200($sp)
504 stt $f18, 208($sp)
505 stt $f19, 216($sp)
506 stt $f20, 224($sp)
507 stt $f21, 232($sp)
508 stt $f22, 240($sp)
509 stt $f23, 248($sp)
510 stt $f24, 256($sp)
511 stt $f25, 264($sp)
512 stt $f26, 272($sp)
513 stt $f27, 280($sp)
514 mf_fpcr $f0 # get fpcr
515 stt $f28, 288($sp)
516 stt $f29, 296($sp)
517 stt $f30, 304($sp)
518 stt $f0, 312($sp) # save fpcr in slot of $f31
519 ldt $f0, 64($sp) # dont let "do_switch_stack" change fp state.
520 ret $31, ($1), 1
521.end do_switch_stack
522
523 .align 4
524 .ent undo_switch_stack
525undo_switch_stack:
526 ldq $9, 0($sp)
527 ldq $10, 8($sp)
528 ldq $11, 16($sp)
529 ldq $12, 24($sp)
530 ldq $13, 32($sp)
531 ldq $14, 40($sp)
532 ldq $15, 48($sp)
533 ldq $26, 56($sp)
534 ldt $f30, 312($sp) # get saved fpcr
535 ldt $f0, 64($sp)
536 ldt $f1, 72($sp)
537 ldt $f2, 80($sp)
538 ldt $f3, 88($sp)
539 mt_fpcr $f30 # install saved fpcr
540 ldt $f4, 96($sp)
541 ldt $f5, 104($sp)
542 ldt $f6, 112($sp)
543 ldt $f7, 120($sp)
544 ldt $f8, 128($sp)
545 ldt $f9, 136($sp)
546 ldt $f10, 144($sp)
547 ldt $f11, 152($sp)
548 ldt $f12, 160($sp)
549 ldt $f13, 168($sp)
550 ldt $f14, 176($sp)
551 ldt $f15, 184($sp)
552 ldt $f16, 192($sp)
553 ldt $f17, 200($sp)
554 ldt $f18, 208($sp)
555 ldt $f19, 216($sp)
556 ldt $f20, 224($sp)
557 ldt $f21, 232($sp)
558 ldt $f22, 240($sp)
559 ldt $f23, 248($sp)
560 ldt $f24, 256($sp)
561 ldt $f25, 264($sp)
562 ldt $f26, 272($sp)
563 ldt $f27, 280($sp)
564 ldt $f28, 288($sp)
565 ldt $f29, 296($sp)
566 ldt $f30, 304($sp)
567 lda $sp, SWITCH_STACK_SIZE($sp)
568 ret $31, ($1), 1
569.end undo_switch_stack
570
571/*
572 * The meat of the context switch code.
573 */
574
575 .align 4
576 .globl alpha_switch_to
577 .ent alpha_switch_to
578alpha_switch_to:
579 .prologue 0
580 bsr $1, do_switch_stack
581 call_pal PAL_swpctx
582 lda $8, 0x3fff
583 bsr $1, undo_switch_stack
584 bic $sp, $8, $8
585 mov $17, $0
586 ret
587.end alpha_switch_to
588
589/*
590 * New processes begin life here.
591 */
592
593 .globl ret_from_fork
594 .align 4
595 .ent ret_from_fork
596ret_from_fork:
597 lda $26, ret_from_sys_call
598 mov $17, $16
599 jmp $31, schedule_tail
600.end ret_from_fork
601
602/*
Al Virocba1ec72012-09-09 22:03:42 -0400603 * ... and new kernel threads - here
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604 */
605 .align 4
Al Virocba1ec72012-09-09 22:03:42 -0400606 .globl ret_from_kernel_thread
607 .ent ret_from_kernel_thread
608ret_from_kernel_thread:
609 mov $17, $16
610 jsr $26, schedule_tail
611 mov $9, $27
612 mov $10, $16
613 jsr $26, ($9)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 ldgp $gp, 0($26)
615 mov $0, $16
616 mov $31, $26
617 jmp $31, sys_exit
Al Virocba1ec72012-09-09 22:03:42 -0400618.end ret_from_kernel_thread
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619
Al Viro44f4b562012-05-31 22:22:52 -0400620 .globl ret_from_kernel_execve
621 .align 4
622 .ent ret_from_kernel_execve
623ret_from_kernel_execve:
624 mov $16, $sp
625 /* Avoid the HAE being gratuitously wrong, to avoid restoring it. */
626 ldq $2, alpha_mv+HAE_CACHE
627 stq $2, 152($sp) /* HAE */
628 mov $31, $19 /* to disable syscall restarts */
629 br $31, ret_to_user
630
631.end ret_from_kernel_execve
632
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633
634/*
635 * Special system calls. Most of these are special in that they either
636 * have to play switch_stack games or in some way use the pt_regs struct.
637 */
638 .align 4
639 .globl sys_fork
640 .ent sys_fork
641sys_fork:
642 .prologue 0
643 mov $sp, $21
644 bsr $1, do_switch_stack
645 bis $31, SIGCHLD, $16
646 mov $31, $17
647 mov $31, $18
648 mov $31, $19
649 mov $31, $20
650 jsr $26, alpha_clone
651 bsr $1, undo_switch_stack
652 ret
653.end sys_fork
654
655 .align 4
656 .globl sys_clone
657 .ent sys_clone
658sys_clone:
659 .prologue 0
660 mov $sp, $21
661 bsr $1, do_switch_stack
662 /* $16, $17, $18, $19, $20 come from the user. */
663 jsr $26, alpha_clone
664 bsr $1, undo_switch_stack
665 ret
666.end sys_clone
667
668 .align 4
669 .globl sys_vfork
670 .ent sys_vfork
671sys_vfork:
672 .prologue 0
673 mov $sp, $16
674 bsr $1, do_switch_stack
675 jsr $26, alpha_vfork
676 bsr $1, undo_switch_stack
677 ret
678.end sys_vfork
679
680 .align 4
681 .globl sys_sigreturn
682 .ent sys_sigreturn
683sys_sigreturn:
684 .prologue 0
Al Viro53293632010-09-18 08:41:16 -0400685 lda $9, ret_from_straced
686 cmpult $26, $9, $9
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687 mov $sp, $17
688 lda $18, -SWITCH_STACK_SIZE($sp)
689 lda $sp, -SWITCH_STACK_SIZE($sp)
690 jsr $26, do_sigreturn
Al Viro53293632010-09-18 08:41:16 -0400691 bne $9, 1f
Al Viro12f79be2012-05-26 21:44:21 -0400692 jsr $26, syscall_trace_leave
Al Viro53293632010-09-18 08:41:16 -04006931: br $1, undo_switch_stack
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 br ret_from_sys_call
695.end sys_sigreturn
696
697 .align 4
698 .globl sys_rt_sigreturn
699 .ent sys_rt_sigreturn
700sys_rt_sigreturn:
701 .prologue 0
Al Viro53293632010-09-18 08:41:16 -0400702 lda $9, ret_from_straced
703 cmpult $26, $9, $9
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704 mov $sp, $17
705 lda $18, -SWITCH_STACK_SIZE($sp)
706 lda $sp, -SWITCH_STACK_SIZE($sp)
707 jsr $26, do_rt_sigreturn
Al Viro53293632010-09-18 08:41:16 -0400708 bne $9, 1f
Al Viro12f79be2012-05-26 21:44:21 -0400709 jsr $26, syscall_trace_leave
Al Viro53293632010-09-18 08:41:16 -04007101: br $1, undo_switch_stack
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711 br ret_from_sys_call
712.end sys_rt_sigreturn
713
714 .align 4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715 .globl alpha_ni_syscall
716 .ent alpha_ni_syscall
717alpha_ni_syscall:
718 .prologue 0
719 /* Special because it also implements overflow handling via
720 syscall number 0. And if you recall, zero is a special
721 trigger for "not an error". Store large non-zero there. */
722 lda $0, -ENOSYS
723 unop
724 stq $0, 0($sp)
725 ret
726.end alpha_ni_syscall