Lines Matching refs:it
373 // space, instead it uses signed 48 bit addresses that are
700 * mistaken. We need to reconstruct it from a bunch of ucode
701 * registers and wave a dead chicken over it (aka mask out and set
702 * reserved bits) to get it to work.
728 // is a attr.unusable flag in gem5, but it seems unused. qemu
748 // gem5 did set the access bits correctly, so we force it to one
784 // marked as busy. This is illegal in VMX, so we force it to busy.
922 for (auto it = indices.cbegin(); it != indices.cend(); ++it) {
925 e.index = *it;
927 e.data = tc->readMiscReg(msrMap.at(*it));
966 // registers. Writing to it with side effects causes it to be
1112 for (auto it = msrs.cbegin(); it != msrs.cend(); ++it, ++entry) {
1113 entry->index = *it;
1167 // kvmRun(), so we need to update manually it here.
1195 // KVM claims that it is ready for an interrupt. It might
1544 for (auto it = kvm_msrs.cbegin(); it != kvm_msrs.cend(); ++it) {
1545 if (X86ISA::msrMap.find(*it) != X86ISA::msrMap.end()) {
1546 cachedMsrIntersection.push_back(*it);
1547 DPRINTF(Kvm, "kvm-x86: Adding MSR 0x%x\n", *it);
1550 *it);