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

/linux-4.4.14/arch/x86/kvm/
H A Dkvm_cache_regs.h23 __set_bit(reg, (unsigned long *)&vcpu->arch.regs_dirty); kvm_register_write()
H A Demulate.c273 ctxt->regs_dirty |= 1 << nr; reg_write()
287 for_each_set_bit(reg, (ulong *)&ctxt->regs_dirty, 16) writeback_registers()
293 ctxt->regs_dirty = 0; invalidate_registers()
H A Dvmx.c3649 (unsigned long *)&vcpu->arch.regs_dirty)) ept_load_pdptrs()
3674 (unsigned long *)&vcpu->arch.regs_dirty); ept_save_pdptrs()
8551 if (test_bit(VCPU_REGS_RSP, (unsigned long *)&vcpu->arch.regs_dirty)) vmx_vcpu_run()
8553 if (test_bit(VCPU_REGS_RIP, (unsigned long *)&vcpu->arch.regs_dirty)) vmx_vcpu_run()
8701 vcpu->arch.regs_dirty = 0; vmx_vcpu_run()
H A Dx86.c549 (unsigned long *)&vcpu->arch.regs_dirty); load_pdptrs()
7360 vcpu->arch.regs_dirty = ~0; kvm_vcpu_reset()
H A Dsvm.c3919 vcpu->arch.regs_dirty &= ~(1 << VCPU_EXREG_PDPTR); svm_vcpu_run()
/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_emulate.h328 u32 regs_dirty; member in struct:x86_emulate_ctxt
H A Dkvm_host.h390 u32 regs_dirty; member in struct:kvm_vcpu_arch

Completed in 466 milliseconds