blob: 9c4cc8f452b445255f486ce1b0eb03d90a241940 [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Todd Poynor4200e622013-05-08 20:21:00 -07003#include <asm/unistd.h>
Elliott Hugheseae27dc2014-02-19 12:20:00 -08004#include <machine/asm.h>
5#include <machine/regdef.h>
Todd Poynor4200e622013-05-08 20:21:00 -07006 .text
7 .globl timerfd_create
8 .align 4
9 .ent timerfd_create
10
11timerfd_create:
12 .set noreorder
Elliott Hugheseae27dc2014-02-19 12:20:00 -080013 .cpload t9
14 li v0, __NR_timerfd_create
Todd Poynor4200e622013-05-08 20:21:00 -070015 syscall
Elliott Hugheseae27dc2014-02-19 12:20:00 -080016 bnez a3, 1f
17 move a0, v0
18 j ra
Todd Poynor4200e622013-05-08 20:21:00 -070019 nop
201:
Elliott Hugheseae27dc2014-02-19 12:20:00 -080021 la t9,__set_errno
22 j t9
Todd Poynor4200e622013-05-08 20:21:00 -070023 nop
24 .set reorder
25 .end timerfd_create