Searched defs:svm_vcpu (Results 1 – 1 of 1) sorted by relevance
50 struct svm_vcpu { struct51 struct svm_softc *sc;52 struct vcpu *vcpu;53 struct vmcb *vmcb; /* hardware saved vcpu context */54 struct svm_regctx swctx; /* software saved vcpu context */55 uint64_t vmcb_pa; /* VMCB physical address */56 uint64_t nextrip; /* next instruction to be executed by guest */57 int lastcpu; /* host cpu that the vcpu last ran on */58 uint32_t dirty; /* state cache bits that must be cleared */59 long eptgen; /* pmap->pm_eptgen when the vcpu last ran */[all …]