Lines Matching refs:out
110 unsigned long *out,
121 unsigned long *out, in kvm_hypercall() argument
132 unsigned long out[8]; in kvm_hypercall0_1() local
135 r = kvm_hypercall(in, out, nr | HC_VENDOR_KVM); in kvm_hypercall0_1()
136 *r2 = out[0]; in kvm_hypercall0_1()
144 unsigned long out[8]; in kvm_hypercall0() local
146 return kvm_hypercall(in, out, nr | HC_VENDOR_KVM); in kvm_hypercall0()
152 unsigned long out[8]; in kvm_hypercall1() local
155 return kvm_hypercall(in, out, nr | HC_VENDOR_KVM); in kvm_hypercall1()
162 unsigned long out[8]; in kvm_hypercall2() local
166 return kvm_hypercall(in, out, nr | HC_VENDOR_KVM); in kvm_hypercall2()
173 unsigned long out[8]; in kvm_hypercall3() local
178 return kvm_hypercall(in, out, nr | HC_VENDOR_KVM); in kvm_hypercall3()
186 unsigned long out[8]; in kvm_hypercall4() local
192 return kvm_hypercall(in, out, nr | HC_VENDOR_KVM); in kvm_hypercall4()