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

/freebsd-10.3-release/sys/amd64/linux/
H A Dlinux_sysvec.c752 #define LINUX_VSYSCALL_START (-10UL << 20) macro
772 if (__predict_true(frame->tf_rip < LINUX_VSYSCALL_START))
776 code = (frame->tf_rip - LINUX_VSYSCALL_START) / LINUX_VSYSCALL_SZ;

Completed in 47 milliseconds