Home
last modified time | relevance | path

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

/dragonfly/test/nvmm/demo/toyvirt/
H A Dmain.c79 static struct nvmm_vcpu_event pending_int;
80 static struct nvmm_vcpu_event pending_nmi;
84 struct nvmm_vcpu_event *event) in toyvirt_event_inject()
254 struct nvmm_vcpu_event event; in toyvirt_mess()
/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm.h91 struct nvmm_vcpu_event event;
/dragonfly/lib/libnvmm/
H A Dnvmm.h65 struct nvmm_vcpu_event *event;
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86.h132 #define nvmm_vcpu_event nvmm_x86_event macro