Searched refs:regs_dirty (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kvm/
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);
H A Dkvm_emulate.h353 u16 regs_dirty; member in struct:x86_emulate_ctxt
536 BUILD_BUG_ON(sizeof(ctxt->regs_dirty) * BITS_PER_BYTE < NR_EMULATOR_GPRS);
540 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 Dx86.c12093 vcpu->arch.regs_dirty = ~0;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h749 u32 regs_dirty; member in struct:kvm_vcpu_arch
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4198 vcpu->arch.regs_dirty = 0;
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c316 vcpu->arch.regs_dirty = 0;
H A Dvmx.c7355 vcpu->arch.regs_dirty = 0;

Completed in 376 milliseconds