Searched refs:__syscall (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/x86/um/shared/sysdep/ |
H A D | stub_64.h | 17 #define __syscall "syscall" macro 23 __asm__ volatile (__syscall in stub_syscall0() 34 __asm__ volatile (__syscall in stub_syscall2() 45 __asm__ volatile (__syscall in stub_syscall3() 58 __asm__ volatile ("movq %5,%%r10 ; " __syscall in stub_syscall4() 72 __asm__ volatile ("movq %5,%%r10 ; movq %6,%%r8 ; " __syscall in stub_syscall5() 95 __syscall ";" in remap_stack_and_trap()
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 8 #ifndef __syscall 9 #define __syscall(name) "swi\t" __sys1(__NR_##name) "\n\t" macro 21 __syscall(name) \ 32 __syscall(name) \ 46 __syscall(name) \ 62 __syscall(name) \ 79 __syscall(name) \ 97 __syscall(name) \
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0014-add-if_nameindex-from-musl.patch | 112 +/* __syscall(SYS_close, s); */
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | strace.list | 2 { TARGET_NETBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | strace.list | 3 { TARGET_OPENBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | strace.list | 33 { TARGET_FREEBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
|