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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dmacros.hpp195 #define IA64_ONLY(code) code macro
198 #define IA64_ONLY(code) macro
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp184 IA64_ONLY("ia64") \
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3280 _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)
5714 IA64_ONLY(fork();)
5731 IA64_ONLY(execve("/bin/sh", (char* const*)argv, environ);)
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3355 _large_page_size = IA32_ONLY(4 * M) AMD64_ONLY(2 * M) IA64_ONLY(256 * M) SPARC_ONLY(4 * M)

Completed in 67 milliseconds