Home
last modified time | relevance | path

Searched refs:nvmm_comm_page (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libnvmm/
H A Dlibnvmm.c223 struct nvmm_comm_page **pages; in nvmm_machine_create()
318 struct nvmm_comm_page *comm; in nvmm_vcpu_destroy()
370 struct nvmm_comm_page *comm; in nvmm_vcpu_setstate()
384 struct nvmm_comm_page *comm; in nvmm_vcpu_getstate()
407 struct nvmm_comm_page *comm; in nvmm_vcpu_inject()
H A Dnvmm.h57 struct nvmm_comm_page **pages;
/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_internal.h51 (roundup(sizeof(struct nvmm_comm_page), PAGE_SIZE))
64 struct nvmm_comm_page *comm;
H A Dnvmm.h82 struct nvmm_comm_page { struct
H A Dnvmm_ioctl.h63 struct nvmm_comm_page *comm;
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_svm.c722 struct nvmm_comm_page *comm = vcpu->comm; in svm_vcpu_inject()
774 struct nvmm_comm_page *comm = vcpu->comm; in svm_inject_ud()
788 struct nvmm_comm_page *comm = vcpu->comm; in svm_inject_gp()
1528 struct nvmm_comm_page *comm = vcpu->comm; in svm_vcpu_run()
1833 struct nvmm_comm_page *comm = vcpu->comm; in svm_vcpu_setstate()
1986 struct nvmm_comm_page *comm = vcpu->comm; in svm_vcpu_getstate()
H A Dnvmm_x86_vmx.c1089 struct nvmm_comm_page *comm = vcpu->comm; in vmx_vcpu_inject()
1147 struct nvmm_comm_page *comm = vcpu->comm; in vmx_inject_ud()
1161 struct nvmm_comm_page *comm = vcpu->comm; in vmx_inject_gp()
2243 struct nvmm_comm_page *comm = vcpu->comm; in vmx_vcpu_run()
2589 struct nvmm_comm_page *comm = vcpu->comm; in vmx_vcpu_setstate()
2760 struct nvmm_comm_page *comm = vcpu->comm; in vmx_vcpu_getstate()