Lines Matching full:out0
101 unsigned long out0; in vmware_hypercall1() local
112 : "=a" (out0) in vmware_hypercall1()
119 return out0; in vmware_hypercall1()
126 unsigned long out0; in vmware_hypercall3() local
137 : "=a" (out0), "=b" (*out1), "=c" (*out2) in vmware_hypercall3()
144 return out0; in vmware_hypercall3()
151 unsigned long out0; in vmware_hypercall4() local
162 : "=a" (out0), "=b" (*out1), "=c" (*out2), "=d" (*out3) in vmware_hypercall4()
169 return out0; in vmware_hypercall4()
177 unsigned long out0; in vmware_hypercall5() local
188 : "=a" (out0), "=c" (*out2) in vmware_hypercall5()
197 return out0; in vmware_hypercall5()
205 unsigned long out0; in vmware_hypercall6() local
216 : "=a" (out0), "=c" (*out2), "=d" (*out3), "=S" (*out4), in vmware_hypercall6()
224 return out0; in vmware_hypercall6()
233 unsigned long out0; in vmware_hypercall7() local
244 : "=a" (out0), "=b" (*out1), "=c" (*out2), "=d" (*out3) in vmware_hypercall7()
253 return out0; in vmware_hypercall7()
275 unsigned long out0; in vmware_hypercall_hb_out() local
285 : "=a" (out0), "=b" (*out1) in vmware_hypercall_hb_out()
294 return out0; in vmware_hypercall_hb_out()
303 unsigned long out0; in vmware_hypercall_hb_in() local
313 : "=a" (out0), "=b" (*out1) in vmware_hypercall_hb_in()
322 return out0; in vmware_hypercall_hb_in()