Home
last modified time | relevance | path

Searched refs:handle_syscall (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dentry.S21 SYM_CODE_START(handle_syscall)
74 SYM_CODE_END(handle_syscall)
75 _ASM_NOKPROBE(handle_syscall)
H A Dgenex.S97 la_abs t0, handle_syscall
/openbmc/linux/arch/um/include/shared/skas/
H A Dskas.h15 extern void handle_syscall(struct uml_pt_regs *regs);
/openbmc/linux/arch/um/kernel/skas/
H A Dsyscall.c16 void handle_syscall(struct uml_pt_regs *r) in handle_syscall() function
/openbmc/linux/tools/testing/selftests/x86/
H A Dlam.c347 static int handle_syscall(struct testcases *test) in handle_syscall() function
876 .test_func = handle_syscall,
883 .test_func = handle_syscall,
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c222 handle_syscall(regs); in handle_trap()
/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h723 int (*handle_syscall)(struct kvm_vcpu *vcpu); member
/openbmc/linux/arch/mips/kvm/
H A Dmips.c1256 ret = kvm_mips_callbacks->handle_syscall(vcpu); in __kvm_mips_handle_exit()
H A Dvz.c3277 .handle_syscall = kvm_trap_vz_no_handler,