Searched defs:VSYSCALL_START (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2859 # define VSYSCALL_START (-10UL << 20) macro
2861 # define VSYSCALL_ADDR(vsyscall_nr) (VSYSCALL_START+VSYSCALL_SIZE*(vsyscall_nr))

Completed in 42 milliseconds