Lines Matching defs:arg
155 struct hv_gpci_request_buffer *arg;
157 arg = (void *)get_cpu_var(hv_gpci_reqb);
158 memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
160 arg->params.counter_request = cpu_to_be32(req);
161 arg->params.starting_index = cpu_to_be32(starting_index);
162 arg->params.secondary_index = cpu_to_be16(secondary_index);
163 arg->params.counter_info_version_in = version_in;
166 virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
178 count |= (u64)(arg->bytes[i]) << ((length - 1 - (i - offset)) * 8);
333 struct hv_gpci_request_buffer *arg;
357 arg = (void *)get_cpu_var(hv_gpci_reqb);
358 memset(arg, 0, HGPCI_REQ_BUFFER_SIZE);
367 arg->params.counter_request = cpu_to_be32(0x10);
370 virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE);
373 arg->params.counter_info_version_out = 0x8;
380 if (arg->params.counter_info_version_out >= 0x8)