Lines Matching defs:input
420 struct hv_get_vp_registers_input *input;
426 input = *this_cpu_ptr(hyperv_pcpu_input_arg);
427 output = (struct hv_get_vp_registers_output *)input;
429 memset(input, 0, struct_size(input, element, 1));
430 input->header.partitionid = HV_PARTITION_ID_SELF;
431 input->header.vpindex = HV_VP_INDEX_SELF;
432 input->header.inputvtl = 0;
433 input->element[0].name0 = HV_X64_REGISTER_VSM_VP_STATUS;
435 ret = hv_do_hypercall(control, input, output);
509 * when the hypercall input is a page, such a VM must pass a decrypted
515 * input page: in such a VM, the hyperv_pcpu_input_arg is encrypted and
519 * 2. HVCALL_POST_MESSAGE: the input page must be a decrypted page, i.e.