Home
last modified time | relevance | path

Searched refs:ustatus (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1554 #define __sanitizer_syscall_pre_spu_run(fd, unpc, ustatus) \ argument
1556 (long)(ustatus))
1557 #define __sanitizer_syscall_post_spu_run(res, fd, unpc, ustatus) \ argument
1559 (long)(ustatus))
2894 void __sanitizer_syscall_pre_impl_spu_run(long fd, long unpc, long ustatus);
2896 long ustatus);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2456 PRE_SYSCALL(spu_run)(long fd, void *unpc, void *ustatus) {}
2458 POST_SYSCALL(spu_run)(long res, long fd, unsigned *unpc, unsigned *ustatus) {
2461 if (ustatus) POST_WRITE(ustatus, sizeof(*ustatus));