Home
last modified time | relevance | path

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

/NextBSD/sys/arm/arm/
HDsyscall.c160 error = syscallenter(td, &sa); in syscall()
/NextBSD/sys/amd64/ia32/
HDia32_syscall.c187 error = syscallenter(td, &sa); in ia32_syscall()
/NextBSD/sys/kern/
HDsubr_syscall.c55 syscallenter(struct thread *td, struct syscall_args *sa) in syscallenter() function
/NextBSD/sys/arm64/arm64/
HDtrap.c143 error = syscallenter(td, &sa); in svc_handler()
/NextBSD/sys/sparc64/sparc64/
HDtrap.c615 error = syscallenter(td, &sa); in syscall()
/NextBSD/sys/powerpc/powerpc/
HDtrap.c591 error = syscallenter(td, &sa);
/NextBSD/sys/amd64/amd64/
HDtrap.c942 error = syscallenter(td, &sa); in amd64_syscall()
/NextBSD/sys/i386/i386/
HDtrap.c1120 error = syscallenter(td, &sa); in syscall()
/NextBSD/sys/mips/mips/
HDtrap.c791 error = syscallenter(td, &sa); in trap()