Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c706 #define LINUX_VSYSCALL_SZ 1024 macro
727 if ((frame->tf_rip & (LINUX_VSYSCALL_SZ - 1)) != 0) in linux_vsyscall()
729 code = (frame->tf_rip - LINUX_VSYSCALL_START) / LINUX_VSYSCALL_SZ; in linux_vsyscall()