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

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

Completed in 147 milliseconds