Searched defs:syscall (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/arch-arm/bionic/
H A Dsyscall.S31 ENTRY(syscall) function
51 END(syscall)
/bionic/libc/arch-arm64/bionic/
H A Dsyscall.S31 ENTRY(syscall) function
32 /* Move syscall No. from x0 to x8 */
34 /* Move syscall parameters from x1 thru x6 to x0 thru x5 */
43 /* check if syscall returned successfully */
49 END(syscall)
/bionic/libc/arch-x86/bionic/
H A Dsyscall.S2 * Generic syscall call.
15 ENTRY(syscall) function
23 # (Not all will be valid, depending on the syscall.)
50 END(syscall)
/bionic/libc/arch-x86_64/bionic/
H A Dsyscall.S30 * Generic syscall call.
36 * %rcx: arg3 - syscall expects it at %r10
43 ENTRY(syscall) function
45 # (Not all will be valid, depending on the syscall.)
55 syscall
63 END(syscall)
/bionic/libc/arch-mips/bionic/
H A Dsyscall.S33 * syscall has up to 6 arguments, so we need space for the extra two arguments.
37 ENTRY(syscall) function
50 syscall
61 END(syscall)

Completed in 236 milliseconds