timerfd_create.S revision ed74484dcbc2e156a6e5fa861a62425b12e55128
17f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu/* Generated by gensyscalls.py. Do not edit. */
27f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu
3ed74484dcbc2e156a6e5fa861a62425b12e55128Elliott Hughes#include <private/bionic_asm.h>
47f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu
57f8863dc07377544c1289efd0aaf787f5a4ecc04Serban ConstantinescuENTRY(timerfd_create)
67f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    stp     x29, x30, [sp, #-16]!
77f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    mov     x29,  sp
87f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    str     x8,       [sp, #-16]!
97f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu
107f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    mov     x8, __NR_timerfd_create
117f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    svc     #0
127f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu
137f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    ldr     x8,       [sp], #16
147f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    ldp     x29, x30, [sp], #16
157f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu
167f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    cmn     x0, #(MAX_ERRNO + 1)
177f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    cneg    x0, x0, hi
187f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    b.hi    __set_errno
197f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu
207f8863dc07377544c1289efd0aaf787f5a4ecc04Serban Constantinescu    ret
217f8863dc07377544c1289efd0aaf787f5a4ecc04Serban ConstantinescuEND(timerfd_create)
22