Searched refs:regs_dirty (Results 1 - 8 of 8) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c12159 vcpu->arch.regs_dirty = ~0;
H A Dkvm_emulate.h354 u16 regs_dirty; member in struct:x86_emulate_ctxt
537 BUILD_BUG_ON(sizeof(ctxt->regs_dirty) * BITS_PER_BYTE < NR_EMULATOR_GPRS);
541 ctxt->regs_dirty |= 1 << nr;
H A Demulate.c248 unsigned long dirty = ctxt->regs_dirty;
257 ctxt->regs_dirty = 0;
5126 ctxt->regs_dirty = 0;
H A Dkvm_cache_regs.h62 return test_bit(reg, (unsigned long *)&vcpu->arch.regs_dirty);
75 __set_bit(reg, (unsigned long *)&vcpu->arch.regs_dirty);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7382 vcpu->arch.regs_dirty = 0;
H A Dnested.c316 vcpu->arch.regs_dirty = 0;
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4204 vcpu->arch.regs_dirty = 0;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h752 u32 regs_dirty; member in struct:kvm_vcpu_arch

Completed in 418 milliseconds