Searched refs:ns_vmcb (Results 1 – 2 of 2) sorted by relevance
432 ns_vmcb = nv->nv_vvmcx; in nsvm_vmcb_prepare4vmrun()435 ASSERT(ns_vmcb != NULL); in nsvm_vmcb_prepare4vmrun()679 regs->rax = ns_vmcb->rax; in nsvm_vmcb_prepare4vmrun()680 regs->rip = ns_vmcb->rip; in nsvm_vmcb_prepare4vmrun()681 regs->rsp = ns_vmcb->rsp; in nsvm_vmcb_prepare4vmrun()697 ns_vmcb = nv->nv_vvmcx; in nsvm_vcpu_vmentry()698 ASSERT(ns_vmcb != NULL); in nsvm_vcpu_vmentry()805 ns_vmcb = nv->nv_vvmcx; in nsvm_vcpu_vmexit_inject()816 ns_vmcb->exitintinfo.bytes = ns_vmcb->eventinj.bytes; in nsvm_vcpu_vmexit_inject()820 ns_vmcb->_cr2 = ns_vmcb->exitinfo2; in nsvm_vcpu_vmexit_inject()[all …]
2513 struct vmcb_struct *ns_vmcb = nv->nv_vvmcx; in svm_vmexit_handler() local2522 exitinfo1 = ns_vmcb->exitinfo1; in svm_vmexit_handler()2523 ns_vmcb->exitinfo1 = vmcb->exitinfo1; in svm_vmexit_handler()
Completed in 12 milliseconds