/openbmc/linux/arch/s390/kernel/ |
H A D | syscall.c | 111 static void do_syscall(struct pt_regs *regs) in do_syscall() function 168 do_syscall(regs); in __do_syscall()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 176 ret = do_syscall(env, syscall, env->regs[R_EDI], env->regs[R_ESI], in emulate_vsyscall() 226 ret = do_syscall(env, in cpu_loop() 245 ret = do_syscall(env, in cpu_loop()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 139 static void test_sys32_regs(void (*do_syscall)(struct syscall_args32 *)) in test_sys32_regs() 147 do_syscall(&args); in test_sys32_regs() 163 do_syscall(&args); in test_sys32_regs()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | syscall.c | 41 void noinstr do_syscall(struct pt_regs *regs) in do_syscall() function
|
H A D | entry.S | 71 bl do_syscall
|
/openbmc/qemu/linux-user/sh4/ |
H A D | cpu_loop.c | 42 ret = do_syscall(env, in cpu_loop()
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | cpu_loop.c | 48 ret = do_syscall(env, in cpu_loop()
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | cpu_loop.c | 41 ret = do_syscall(env, in cpu_loop()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | exception.h | 23 asmlinkage void noinstr do_syscall(struct pt_regs *regs);
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 124 ret = do_syscall(env, env->active_tc.gpr[2], in cpu_loop() 133 ret = do_syscall(env, env->active_tc.gpr[2], in cpu_loop()
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | cpu_loop.c | 32 ret = do_syscall(env, env->gpr[11], in cpu_loop()
|
/openbmc/qemu/linux-user/riscv/ |
H A D | cpu_loop.c | 55 ret = do_syscall(env, in cpu_loop()
|
/openbmc/qemu/linux-user/ |
H A D | user-internals.h | 63 abi_long do_syscall(CPUArchState *cpu_env, int num, abi_long arg1,
|
/openbmc/qemu/linux-user/alpha/ |
H A D | cpu_loop.c | 76 sysret = do_syscall(env, trapnr, in cpu_loop()
|
/openbmc/qemu/linux-user/s390x/ |
H A D | cpu_loop.c | 81 ret = do_syscall(env, n, env->regs[2], env->regs[3], in cpu_loop()
|
/openbmc/qemu/linux-user/m68k/ |
H A D | cpu_loop.c | 58 ret = do_syscall(env, in cpu_loop()
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi.c | 38 extern void do_syscall(int sve_vl, int sme_vl); 402 do_syscall(sve_vl, sme_vl); in do_test()
|
H A D | syscall-abi-asm.S | 71 .globl do_syscall 72 do_syscall: label
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | cpu_loop.c | 45 ret = do_syscall(env, in cpu_loop()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | cpu_loop.c | 95 ret = do_syscall(env, in cpu_loop()
|
/openbmc/qemu/linux-user/hppa/ |
H A D | cpu_loop.c | 126 ret = do_syscall(env, env->gr[20], in cpu_loop()
|
/openbmc/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 336 ret = do_syscall(env, env->gpr[0], env->gpr[3], env->gpr[4], in cpu_loop()
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | cpu_loop.c | 175 ret = do_syscall(env, env->regs[2], in cpu_loop()
|
/openbmc/qemu/linux-user/sparc/ |
H A D | cpu_loop.c | 227 ret = do_syscall (env, env->gregs[1], in cpu_loop()
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 440 ret = do_syscall(env, in cpu_loop()
|