blob: f6955971cc7e849b832272301b3034c3504e56f3 [file] [log] [blame]
Elliott Hughes887e1142014-01-02 12:05:50 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(setns)
6 stp x29, x30, [sp, #-16]!
Christopher Ferrisdf22a122014-05-21 16:00:13 -07007 .cfi_def_cfa_offset 16
8 .cfi_rel_offset x29, 0
9 .cfi_rel_offset x30, 8
Elliott Hughes887e1142014-01-02 12:05:50 -080010 mov x29, sp
Elliott Hughes887e1142014-01-02 12:05:50 -080011
12 mov x8, __NR_setns
13 svc #0
14
Elliott Hughes887e1142014-01-02 12:05:50 -080015 ldp x29, x30, [sp], #16
Christopher Ferrisdf22a122014-05-21 16:00:13 -070016 .cfi_def_cfa_offset 0
17 .cfi_restore x29
18 .cfi_restore x30
Elliott Hughes887e1142014-01-02 12:05:50 -080019
20 cmn x0, #(MAX_ERRNO + 1)
21 cneg x0, x0, hi
22 b.hi __set_errno
23
24 ret
25END(setns)