Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c705 #define LINUX_VSYSCALL_START (-10UL << 20) macro
725 if (__predict_true(frame->tf_rip < LINUX_VSYSCALL_START)) in linux_vsyscall()
729 code = (frame->tf_rip - LINUX_VSYSCALL_START) / LINUX_VSYSCALL_SZ; in linux_vsyscall()