Home
last modified time | relevance | path

Searched refs:event_commit (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/virtual/nvmm/
HDnvmm.h90 bool event_commit; member
/dragonfly/lib/libnvmm/
HDlibnvmm.c410 comm->event_commit = true; in nvmm_vcpu_inject()
/dragonfly/sys/dev/virtual/nvmm/x86/
HDnvmm_x86_svm.c802 if (__predict_true(!vcpu->comm->event_commit)) { in svm_vcpu_event_commit()
805 vcpu->comm->event_commit = false; in svm_vcpu_event_commit()
HDnvmm_x86_vmx.c1175 if (__predict_true(!vcpu->comm->event_commit)) { in vmx_vcpu_event_commit()
1178 vcpu->comm->event_commit = false; in vmx_vcpu_event_commit()