Home | History | Annotate | Download | only in x86

Lines Matching defs:comm

742 	struct nvmm_comm_page *comm = vcpu->comm;
750 evtype = comm->event.type;
751 vector = comm->event.vector;
752 error = comm->event.u.excp.error;
794 struct nvmm_comm_page *comm = vcpu->comm;
797 comm->event.type = NVMM_VCPU_EVENT_EXCP;
798 comm->event.vector = 6;
799 comm->event.u.excp.error = 0;
808 struct nvmm_comm_page *comm = vcpu->comm;
811 comm->event.type = NVMM_VCPU_EVENT_EXCP;
812 comm->event.vector = 13;
813 comm->event.u.excp.error = 0;
822 if (__predict_true(!vcpu->comm->event_commit)) {
825 vcpu->comm->event_commit = false;
1556 struct nvmm_comm_page *comm = vcpu->comm;
1564 comm->state_cached = 0;
1867 struct nvmm_comm_page *comm = vcpu->comm;
1868 const struct nvmm_x64_state *state = &comm->state;
1874 flags = comm->state_wanted;
2002 comm->state_wanted = 0;
2003 comm->state_cached |= flags;
2009 struct nvmm_comm_page *comm = vcpu->comm;
2010 struct nvmm_x64_state *state = &comm->state;
2015 flags = comm->state_wanted;
2105 comm->state_wanted = 0;
2106 comm->state_cached |= flags;
2112 vcpu->comm->state_wanted = flags;
2119 vcpu->comm->state_wanted = vcpu->comm->state_commit;
2120 vcpu->comm->state_commit = 0;
2303 memcpy(&vcpu->comm->state, &nvmm_x86_reset_state,
2305 vcpu->comm->state_wanted = NVMM_X64_STATE_ALL;
2306 vcpu->comm->state_cached = 0;