Searched refs:payload (Results 1 – 13 of 13) sorted by relevance
121 return full_read(fd, &msg->payload, size, false); in vhost_user_recv()144 sizeof(msg.payload.integer)); in vhost_user_recv_u64()148 if (msg.header.size != sizeof(msg.payload.integer)) in vhost_user_recv_u64()150 *value = msg.payload.integer; in vhost_user_recv_u64()238 .header.size = sizeof(msg.payload.integer), in vhost_user_send_u64()239 .payload.integer = value, in vhost_user_send_u64()289 .payload.integer = response, in vhost_user_reply()291 size_t size = sizeof(reply.header) + sizeof(reply.payload.integer); in vhost_user_reply()297 reply.header.size = sizeof(reply.payload.integer); in vhost_user_reply()318 sizeof(msg.msg.payload) + in vu_req_interrupt()[all …]
77 u8 payload[0]; /* Variable length */ member114 union vhost_user_payload payload; member
625 struct hv_timer_message_payload *payload = in stimer_send_msg() local626 (struct hv_timer_message_payload *)&msg->u.payload; in stimer_send_msg()634 payload->expiration_time = stimer->exp_time; in stimer_send_msg()635 payload->delivery_time = get_time_ref_counter(vcpu->kvm); in stimer_send_msg()732 struct hv_timer_message_payload *payload = in stimer_prepare_msg() local733 (struct hv_timer_message_payload *)&msg->u.payload; in stimer_prepare_msg()737 msg->header.payload_size = sizeof(*payload); in stimer_prepare_msg()739 payload->timer_index = stimer->index; in stimer_prepare_msg()740 payload->expiration_time = 0; in stimer_prepare_msg()741 payload->delivery_time = 0; in stimer_prepare_msg()
419 unsigned long payload = vcpu->arch.exception.payload; in kvm_deliver_exception_payload() local436 vcpu->arch.dr6 |= payload; in kvm_deliver_exception_payload()445 vcpu->arch.dr6 ^= payload & DR6_RTM; in kvm_deliver_exception_payload()448 vcpu->arch.cr2 = payload; in kvm_deliver_exception_payload()453 vcpu->arch.exception.payload = 0; in kvm_deliver_exception_payload()459 bool has_payload, unsigned long payload, bool reinject) in kvm_multiple_exception() argument487 payload = 0; in kvm_multiple_exception()497 vcpu->arch.exception.payload = payload; in kvm_multiple_exception()537 vcpu->arch.exception.payload = 0; in kvm_multiple_exception()558 unsigned long payload) in kvm_queue_exception_p() argument[all …]
3042 svm->vmcb->control.exit_info_2 = svm->vcpu.arch.exception.payload; in nested_svm_check_exception()
323 * MSI payload against other DMA payload and has to modify the324 * MSI payload. This makes it difficult for these platforms to
1154 * MSI payload against other DMA payload and has to modify the1155 * MSI payload. This makes it difficult for these platforms to
1168 bau_desc->payload.uv1_2_3.address = address; in uv_flush_tlb_others()1169 bau_desc->payload.uv1_2_3.sending_cpu = cpu; in uv_flush_tlb_others()1172 bau_desc->payload.uv4.address = address; in uv_flush_tlb_others()1173 bau_desc->payload.uv4.sending_cpu = cpu; in uv_flush_tlb_others()1174 bau_desc->payload.uv4.qualifier = BAU_DESC_QUALIFIER; in uv_flush_tlb_others()
426 } payload; member
116 | a3 contains the kernel thread payload, d7 - its argument
518 __u64 payload[HV_MESSAGE_PAYLOAD_QWORD_COUNT]; member
636 unsigned long payload; member
392 unsigned long payload = vcpu->arch.exception.payload; in nested_vmx_check_exception() local401 *exit_qual = has_payload ? payload : vcpu->arch.cr2; in nested_vmx_check_exception()407 payload = vcpu->arch.dr6; in nested_vmx_check_exception()408 payload &= ~(DR6_FIXED_1 | DR6_BT); in nested_vmx_check_exception()409 payload ^= DR6_RTM; in nested_vmx_check_exception()411 *exit_qual = payload; in nested_vmx_check_exception()