Searched refs:syscall (Results 1 - 25 of 225) sorted by last modified time

123456789

/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc54 #include <sys/syscall.h>
121 return static_cast<uint32_t>(syscall(__NR_gettid));
253 const int result = syscall(__NR_sched_setaffinity,
272 // instead of Linux gettid() syscall.
/external/valgrind/main/none/tests/s390x/
H A Dex.stdout.exp11 ------- EX to OR in the syscall number (writes out target)
H A Dexrl.stdout.exp11 ------- EXRL to OR in the syscall number (writes out target)
H A Dsvc.h4 #include <sys/syscall.h>
/external/valgrind/main/perf/
H A Dbigcode.c17 #include <sys/syscall.h>
73 syscall(__NR_cacheflush, a, FN_SIZE * n_fns, ICACHE);
/external/valgrind/main/
H A DAndroid.mk66 # ioctl/syscall wrappers are device dependent
242 coregrind/m_syswrap/syscall-x86-linux.S \
243 coregrind/m_syswrap/syscall-amd64-linux.S \
244 coregrind/m_syswrap/syscall-ppc32-linux.S \
245 coregrind/m_syswrap/syscall-ppc64-linux.S \
246 coregrind/m_syswrap/syscall-arm-linux.S \
247 coregrind/m_syswrap/syscall-arm64-linux.S \
248 coregrind/m_syswrap/syscall-x86-darwin.S \
249 coregrind/m_syswrap/syscall-amd64-darwin.S \
250 coregrind/m_syswrap/syscall
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c1709 #include <sys/syscall.h>
/external/valgrind/main/coregrind/m_mach/
H A Dmach_traps-amd64-darwin.S41 syscall
52 // syscall
62 syscall
72 syscall
82 syscall
92 syscall
102 syscall
112 syscall
122 syscall
132 syscall
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-amd64-darwin.S3 /*--- Support for doing system calls. syscall-amd64-darwin.S ---*/
40 Perform a syscall for the client. This will run a syscall
43 The structure of this function is such that, if the syscall is
46 the syscall by examining the value of %eip in the signal
48 thing to precisely emulate the kernel's signal/syscall
51 The syscall number is taken from the argument, even though it
52 should also be in guest_state->guest_RAX. The syscall result
55 Returns 0 if the syscall was successfully called (even if the
56 syscall itsel
[all...]
H A Dsyscall-amd64-linux.S3 /*--- Support for doing system calls. syscall-amd64-linux.S ---*/
40 Perform a syscall for the client. This will run a syscall
43 The structure of this function is such that, if the syscall is
46 the syscall by examining the value of %eip in the signal
48 thing to precisely emulate the kernel's signal/syscall
51 The syscall number is taken from the argument, even though it
52 should also be in guest_state->guest_RAX. The syscall result
55 Returns 0 if the syscall was successfully called (even if the
56 syscall itsel
[all...]
H A Dsyscall-mips32-linux.S3 /*--- Support for doing system calls. syscall-mips32-linux.S ---*/
40 Perform a syscall for the client. This will run a syscall
43 The structure of this function is such that, if the syscall is
46 the syscall by examining the value of IP in the signal
48 thing to precisely emulate the kernel's signal/syscall
51 The syscall number is taken from the argument, even though it
52 should also be in regs->v0. The syscall result is written
55 Returns 0 if the syscall was successfully called (even if the
56 syscall itsel
[all...]
H A Dsyscall-mips64-linux.S3 /*--- Support for doing system calls. syscall-mips64-linux.S ---*/
39 Perform a syscall for the client. This will run a syscall
42 The structure of this function is such that, if the syscall is
45 the syscall by examining the value of PC in the signal
47 thing to precisely emulate the kernel's signal/syscall
50 The syscall number is taken from the argument, even though it
51 should also be in regs->v0. The syscall result is written
87 syscall
92 /* Actually do the client syscall */
[all...]
/external/valgrind/main/coregrind/
H A Dm_trampoline.S169 syscall
177 syscall
187 syscall
197 syscall
958 syscall
1141 syscall
1148 syscall
1198 syscall
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c205 if (syscall(__NR_futex, (UWord)&sema->counter,
212 * Invoke sched_yield() on non-Linux systems, if the futex syscall has
215 * not support the futex syscall.
233 syscall(__NR_futex, (UWord)&sema->counter,
/external/valgrind/main/drd/tests/
H A Dsigalrm.c23 return syscall(__NR_gettid);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S23 mov $56,%rax # clone syscall
25 # Note, clone syscall is different than the glibc implementation
49 syscall
91 mov $60,%rax # put exit syscall number (60) in rax
92 syscall
H A Dll.S14 # offsets into the results returned by the uname syscall
22 # offset into the results returned by the sysinfo syscall
134 # push $SYSCALL_UNAME # uname syscall
137 # syscall # do syscall
184 # syscall # syscall. fd in eax.
197 # syscall
201 # syscall
309 # push $SYSCALL_SYSINFO # sysinfo() syscall
[all...]
H A Dmillion.S20 mov $60,%rax # put exit syscall number (60) in rax
21 syscall
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S12 # offsets into the results returned by the uname syscall
20 # offset into the results returned by the sysinfo syscall
367 swi 0x0 @ run the syscall
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S11 # offsets into the results returned by the uname syscall
159 # li 0,SYSCALL_UNAME # uname syscall
162 # sc # do syscall
200 # sc # syscall. fd in r0.
257 # li 0,SYSCALL_SYSINFO # sysinfo() syscall
310 li 0,SYSCALL_EXIT # put the exit syscall number in eax
436 li 0,SYSCALL_WRITE # write syscall
446 sc # syscall
H A Dmillion.S20 li 0,1 # put the exit syscall number (1) in r0
/external/valgrind/main/exp-bbv/tests/x86/
H A Dmillion.S19 # syscall numbers in /usr/include/sys/syscall.h on OSX
26 inc %eax # put exit syscall number (1) in eax
31 inc %eax # put exit syscall number (1) in eax
H A Drep_prefix.S248 mov $4, %eax # Write syscall
258 int $0x80 # call syscall
270 inc %eax # put exit syscall number (1) in eax
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S23 mov $120,%eax # clone syscall
25 # Note, clone syscall is different than the glibc implementation
91 mov $1,%eax # put exit syscall number (60) in rax
H A Dll.S13 # offsets into the results returned by the uname syscall
21 # offset into the results returned by the sysinfo syscall
126 # push $SYSCALL_UNAME # uname syscall
129 # int $0x80 # do syscall
176 # int $0x80 # syscall. fd in eax.
308 # push $SYSCALL_SYSINFO # sysinfo() syscall
372 inc %eax # put exit syscall number (1) in eax
500 push $SYSCALL_WRITE # put 4 in eax (write syscall)
515 int $0x80 # run the syscall
585 .ascii "flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxex
[all...]

Completed in 225 milliseconds

123456789