Home
last modified time | relevance | path

Searched refs:payload (Results 1 – 17 of 17) sorted by relevance

/arch/um/drivers/
A Dvirtio_uml.c204 *value = msg.payload.integer; in vhost_user_recv_u64()
299 .payload.integer = value, in vhost_user_send_u64()
360 .payload.integer = response, in vhost_user_reply()
392 sizeof(msg.msg.payload) + in vu_req_read_message()
559 msg->payload.config.offset = 0; in vhost_user_get_config()
586 memcpy(buf, msg->payload.config.payload + offset, len); in vhost_user_get_config()
610 msg->payload.config.size = len; in vhost_user_set_config()
611 memcpy(msg->payload.config.payload, buf, len); in vhost_user_set_config()
648 .payload.mem_regions.num = 1, in vhost_user_set_mem_table()
738 .payload.vring_addr.log = log, in vhost_user_set_vring_addr()
[all …]
A Dvhost_user.h83 u8 payload[]; /* Variable length */ member
120 union vhost_user_payload payload; member
/arch/riscv/boot/
A Dloader.lds.S13 .payload : {
14 *(.payload)
A Dloader.S4 .section .payload, "ax", %progbits
/arch/powerpc/platforms/pseries/
A Dpapr_scm.c727 union nd_pdsm_payload *payload) in papr_pdsm_fuel_gauge() argument
760 payload->health.extension_flags |= in papr_pdsm_fuel_gauge()
762 payload->health.dimm_fuel_gauge = statval; in papr_pdsm_fuel_gauge()
773 union nd_pdsm_payload *payload) in papr_pdsm_dsc() argument
783 union nd_pdsm_payload *payload) in papr_pdsm_health() argument
823 papr_pdsm_fuel_gauge(p, payload); in papr_pdsm_health()
825 papr_pdsm_dsc(p, payload); in papr_pdsm_health()
835 union nd_pdsm_payload *payload) in papr_pdsm_smart_inject() argument
845 if (payload->smart_inject.fatal_enable) in papr_pdsm_smart_inject()
899 union nd_pdsm_payload *payload);
[all …]
/arch/powerpc/include/uapi/asm/
A Dpapr-physical-attestation.h22 __u8 payload[PAPR_PHYATTEST_MAX_INPUT]; member
/arch/x86/kvm/
A Dhyperv.c820 struct hv_timer_message_payload *payload = in stimer_send_msg() local
821 (struct hv_timer_message_payload *)&msg->u.payload; in stimer_send_msg()
829 payload->expiration_time = stimer->exp_time; in stimer_send_msg()
830 payload->delivery_time = get_time_ref_counter(vcpu->kvm); in stimer_send_msg()
943 struct hv_timer_message_payload *payload = in stimer_prepare_msg() local
944 (struct hv_timer_message_payload *)&msg->u.payload; in stimer_prepare_msg()
948 msg->header.payload_size = sizeof(*payload); in stimer_prepare_msg()
950 payload->timer_index = stimer->index; in stimer_prepare_msg()
951 payload->expiration_time = 0; in stimer_prepare_msg()
952 payload->delivery_time = 0; in stimer_prepare_msg()
A Dx86.c786 vcpu->arch.dr6 |= ex->payload; in kvm_deliver_exception_payload()
798 vcpu->arch.cr2 = ex->payload; in kvm_deliver_exception_payload()
803 ex->payload = 0; in kvm_deliver_exception_payload()
819 ex->payload = payload; in kvm_queue_exception_vmexit()
838 has_payload, payload); in kvm_multiple_exception()
851 vcpu->arch.exception.payload = payload; in kvm_multiple_exception()
893 unsigned long payload) in kvm_queue_exception_p() argument
900 u32 error_code, unsigned long payload) in kvm_queue_exception_e_p() argument
930 vcpu->arch.exception.payload = 0; in kvm_requeue_exception()
5436 events->exception_payload = ex->payload; in kvm_vcpu_ioctl_x86_get_vcpu_events()
[all …]
/arch/arm64/boot/dts/hisilicon/
A Dhip06.dtsi373 * MSI payload against other DMA payload and has to modify the
374 * MSI payload. This makes it difficult for these platforms to
A Dhip07.dtsi1222 * MSI payload against other DMA payload and has to modify the
1223 * MSI payload. This makes it difficult for these platforms to
/arch/x86/coco/sev/
A Dcore.c1916 if (!aesgcm_decrypt(ctx, req->resp_buf, resp_msg->payload, resp_msg_hdr->msg_sz, in verify_and_dec_payload()
1948 if (WARN_ON((req->req_sz + ctx->authsize) > sizeof(msg->payload))) in enc_payload()
1952 aesgcm_encrypt(ctx, msg->payload, req->req_buf, req->req_sz, &hdr->algo, in enc_payload()
/arch/m68k/kernel/
A Dentry.S137 | a3 contains the kernel thread payload, d7 - its argument
/arch/x86/include/asm/
A Dsev.h208 u8 payload[PAGE_SIZE - sizeof(struct snp_guest_msg_hdr)]; member
A Dkvm_host.h757 unsigned long payload; member
2201 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, unsigned long payload);
/arch/x86/kvm/svm/
A Dnested.c1504 vmcb->control.exit_info_2 = ex->payload; in nested_svm_inject_exception_vmexit()
A Dsvm.c1980 u32 payload = svm->vmcb->save.dr6 ^ DR6_ACTIVE_LOW; in db_interception() local
1981 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()
/arch/x86/kvm/vmx/
A Dnested.c3985 exit_qual = ex->payload; in nested_vmx_inject_exception_vmexit()
4049 return ex->payload & ~DR6_BD; in vmx_get_pending_dbg_trap()

Completed in 83 milliseconds