Home
last modified time | relevance | path

Searched defs:syscall (Results 51 – 75 of 76) sorted by relevance

1234

/openbmc/linux/arch/loongarch/include/asm/
H A Dthread_info.h31 unsigned long syscall; /* syscall number */ member
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c115 int syscall; in emulate_vsyscall() local
/openbmc/linux/arch/xtensa/include/asm/
H A Dptrace.h67 unsigned long syscall; /* 56 */ member
/openbmc/linux/arch/hexagon/kernel/
H A Dtraps.c345 syscall_fn syscall; in do_trap0() local
/openbmc/linux/arch/um/os-Linux/
H A Dstart_up.c261 int pid, syscall, n, status; in check_ptrace() local
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dptrace.h98 unsigned long syscall; /* 56 */ member
/openbmc/qemu/hw/char/
H A Driscv_htif.c213 uint64_t syscall[8]; in htif_handle_tohost_write() local
/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dptrace.h63 long syscall; member
/openbmc/linux/arch/riscv/kernel/
H A Dtraps.c310 long syscall = regs->a7; in do_trap_ecall_u() local
H A Dsignal.c397 bool syscall = (regs->cause == EXC_SYSCALL); in arch_do_signal_or_restart() local
/openbmc/linux/arch/mips/include/asm/
H A Dthread_info.h32 long syscall; /* syscall number */ member
/openbmc/qemu/linux-user/arm/
H A Dsignal.c584 static void write_arm_sigreturn(uint32_t *rc, int syscall) in write_arm_sigreturn()
591 static void write_thm_sigreturn(uint32_t *rc, int syscall) in write_thm_sigreturn()
/openbmc/u-boot/api/
H A Dapi.c602 int syscall(int call, int *retval, ...) in syscall() function
/openbmc/u-boot/include/
H A Dapi_public.h28 scp_t syscall; /* entry point to the API */ member
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c113 #define syscall 0x0f, 0x05 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal_64.c624 static long setup_trampoline(unsigned int syscall, unsigned int __user *tramp) in setup_trampoline()
/openbmc/qemu/linux-user/mips/
H A Dsignal.c90 static void install_sigtramp(uint32_t *tramp, unsigned int syscall) in install_sigtramp()
/openbmc/linux/kernel/
H A Dauditfilter.c189 int audit_match_class(int class, unsigned syscall) in audit_match_class()
H A Dseccomp.c963 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, in seccomp_log()
H A Dauditsc.c3003 void audit_seccomp(unsigned long syscall, long signr, int code) in audit_seccomp()
/openbmc/qemu/linux-user/sparc/
H A Dsignal.c247 static void install_sigtramp(uint32_t *tramp, int syscall) in install_sigtramp()
/openbmc/linux/arch/arm64/kernel/
H A Dsignal.c1215 bool syscall = in_syscall(regs); in do_signal() local
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1949 pid_t tracee, long *syscall, long *ret) in __change_syscall()
1975 pid_t tracee, long syscall) in change_syscall_nr()
1984 long syscall = -1; in change_syscall_ret() local
/openbmc/linux/include/linux/
H A Daudit.h625 static inline void audit_seccomp(unsigned long syscall, long signr, int code) in audit_seccomp()
/openbmc/linux/kernel/trace/
H A Dtrace.h1972 static inline const char *get_syscall_name(int syscall) in get_syscall_name()

1234