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

/gem5/src/cpu/kvm/
H A Dx86_cpu.hh244 bool haveXSave; member in class:X86KvmCPU
H A Dx86_cpu.cc539 haveXSave = kvm.capXSave();
542 if (useXSave && !haveXSave) {
637 if (haveXSave) {

Completed in 13 milliseconds