blob: c31eeafe1117a2d66fc77a25ac1a97e0a7237747 [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughes9abbbdc2014-02-19 14:54:31 -08003#include <private/bionic_asm.h>
Elliott Hughes1ad05db2012-09-06 11:24:45 -07004
Dan Alberte35fd482014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughes9abbbdc2014-02-19 14:54:31 -08007ENTRY(mlockall)
Elliott Hughes1ad05db2012-09-06 11:24:45 -07008 .set noreorder
Elliott Hugheseae27dc2014-02-19 12:20:00 -08009 .cpload t9
10 li v0, __NR_mlockall
Elliott Hughes1ad05db2012-09-06 11:24:45 -070011 syscall
Elliott Hugheseae27dc2014-02-19 12:20:00 -080012 bnez a3, 1f
13 move a0, v0
14 j ra
Elliott Hughes1ad05db2012-09-06 11:24:45 -070015 nop
161:
Elliott Hugheseae27dc2014-02-19 12:20:00 -080017 la t9,__set_errno
18 j t9
Elliott Hughes1ad05db2012-09-06 11:24:45 -070019 nop
20 .set reorder
Elliott Hughes9abbbdc2014-02-19 14:54:31 -080021END(mlockall)