Home
last modified time | relevance | path

Searched refs:mi_syscall (Results 1 – 14 of 14) sorted by relevance

/openbsd/sys/arch/powerpc64/powerpc64/
H A Dsyscall.c46 error = mi_syscall(p, code, callp, args, rval); in syscall()
/openbsd/sys/arch/riscv64/riscv64/
H A Dsyscall.c57 error = mi_syscall(p, code, callp, args, rval); in svc_handler()
/openbsd/sys/arch/arm64/arm64/
H A Dsyscall.c58 error = mi_syscall(p, code, callp, args, rval); in svc_handler()
/openbsd/sys/arch/arm/arm/
H A Dsyscall.c135 error = mi_syscall(p, code, callp, args, rval); in swi_handler()
/openbsd/sys/sys/
H A Dsyscall_mi.h132 mi_syscall(struct proc *p, register_t code, const struct sysent *callp, in mi_syscall() function
/openbsd/sys/arch/amd64/amd64/
H A Dtrap.c577 error = mi_syscall(p, code, callp, args, rval); in syscall()
/openbsd/sys/arch/sh/sh/
H A Dtrap.c574 error = mi_syscall(p, code, callp, args, rval); in syscall()
/openbsd/sys/arch/i386/i386/
H A Dtrap.c558 error = mi_syscall(p, code, callp, args, rval); in syscall()
/openbsd/sys/arch/m88k/m88k/
H A Dtrap.c1186 error = mi_syscall(p, code, callp, args, rval); in m88100_syscall()
1272 error = mi_syscall(p, code, callp, args, rval); in m88110_syscall()
/openbsd/sys/arch/alpha/alpha/
H A Dtrap.c542 error = mi_syscall(p, code, callp, args, rval); in syscall()
/openbsd/sys/arch/powerpc/powerpc/
H A Dtrap.c372 error = mi_syscall(p, code, callp, params, rval); in trap()
/openbsd/sys/arch/hppa/hppa/
H A Dtrap.c842 error = mi_syscall(p, code, callp, args, rval); in syscall()
/openbsd/sys/arch/sparc64/sparc64/
H A Dtrap.c1043 error = mi_syscall(p, code, callp, args, rval); in syscall()
/openbsd/sys/arch/mips64/mips64/
H A Dtrap.c441 error = mi_syscall(p, code, callp, args, rval); in itsa()