Lines Matching defs:comm
1078 struct nvmm_comm_page *comm = vcpu->comm;
1085 evtype = comm->event.type;
1086 vector = comm->event.vector;
1087 error = comm->event.u.excp.error;
1136 struct nvmm_comm_page *comm = vcpu->comm;
1139 comm->event.type = NVMM_VCPU_EVENT_EXCP;
1140 comm->event.vector = 6;
1141 comm->event.u.excp.error = 0;
1150 struct nvmm_comm_page *comm = vcpu->comm;
1153 comm->event.type = NVMM_VCPU_EVENT_EXCP;
1154 comm->event.vector = 13;
1155 comm->event.u.excp.error = 0;
1164 if (__predict_true(!vcpu->comm->event_commit)) {
1167 vcpu->comm->event_commit = false;
2226 struct nvmm_comm_page *comm = vcpu->comm;
2240 comm->state_cached = 0;
2581 struct nvmm_comm_page *comm = vcpu->comm;
2582 const struct nvmm_x64_state *state = &comm->state;
2588 flags = comm->state_wanted;
2732 comm->state_wanted = 0;
2733 comm->state_cached |= flags;
2739 struct nvmm_comm_page *comm = vcpu->comm;
2740 struct nvmm_x64_state *state = &comm->state;
2744 flags = comm->state_wanted;
2832 comm->state_wanted = 0;
2833 comm->state_cached |= flags;
2839 vcpu->comm->state_wanted = flags;
2846 vcpu->comm->state_wanted = vcpu->comm->state_commit;
2847 vcpu->comm->state_commit = 0;
3013 memcpy(&vcpu->comm->state, &nvmm_x86_reset_state,
3015 vcpu->comm->state_wanted = NVMM_X64_STATE_ALL;
3016 vcpu->comm->state_cached = 0;