Searched refs:IA32_ONLY (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dmacros.hpp187 #define IA32_ONLY(code) code macro
190 #define IA32_ONLY(code) macro
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp183 #define CPU IA32_ONLY("x86") \
/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/share/vm/interpreter/
H A DbytecodeInterpreter.cpp469 IA32_ONLY(assert(istate->_stack_limit == istate->_thread->last_Java_sp() + 1, "wrong"));
/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 78 milliseconds