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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dmacros.hpp203 #define AMD64_ONLY(code) code macro
206 #define AMD64_ONLY(code) macro
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp185 AMD64_ONLY("amd64") \
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1441 #define SYS_clock_getres IA32_ONLY(266) AMD64_ONLY(229)
3280 _large_page_size = IA32_ONLY(4 * M) AMD64_ONLY(2 * M) IA64_ONLY(256 * M) SPARC_ONLY(4 * M)
5694 #define __NR_fork IA32_ONLY(2) IA64_ONLY(not defined) AMD64_ONLY(57)
5698 #define __NR_execve IA32_ONLY(11) IA64_ONLY(1033) AMD64_ONLY(59)
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1649 #define SYS_clock_getres IA32_ONLY(266) AMD64_ONLY(229)
3355 _large_page_size = IA32_ONLY(4 * M) AMD64_ONLY(2 * M) IA64_ONLY(256 * M) SPARC_ONLY(4 * M)
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3382 SPARC_ONLY(4 * M) IA32_ONLY(4 * M) AMD64_ONLY(2 * M)

Completed in 104 milliseconds