Searched refs:extended_cpu_model (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp422 static uint32_t extended_cpu_model() { function in class:VM_Version
644 static bool is_atom_family() { return ((cpu_family() == 0x06) && ((extended_cpu_model() == 0x36) || (extended_cpu_model() == 0x37) || (extended_cpu_model() == 0x4D))); } //Silvermont and Centerton
645 static bool is_knights_family() { return ((cpu_family() == 0x06) && ((extended_cpu_model() == 0x57) || (extended_cpu_model() == 0x85))); } // Xeon Phi 3200/5200/7200 and Future Xeon Phi
746 uint32_t ext_model = extended_cpu_model();
H A Dvm_version_x86.cpp553 _model = extended_cpu_model();

Completed in 114 milliseconds