Home
last modified time | relevance | path

Searched refs:hmctx (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_svm.c569 mcontext_t hmctx; /* TODO: remove this like NetBSD */ member
1378 npxpush(&cpudata->hstate.hmctx); in svm_vcpu_guest_fpu_enter()
1400 npxpop(&cpudata->hstate.hmctx); in svm_vcpu_guest_fpu_leave()
H A Dnvmm_x86_vmx.c811 mcontext_t hmctx; /* TODO: remove this like NetBSD */ member
2058 npxpush(&cpudata->hstate.hmctx); in vmx_vcpu_guest_fpu_enter()
2080 npxpop(&cpudata->hstate.hmctx); in vmx_vcpu_guest_fpu_leave()