Home
last modified time | relevance | path

Searched refs:__rc (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Dkvm_para.h35 register long __rc asm("2"); in __kvm_hypercall0()
38 : "=d" (__rc) : "d" (__nr): "memory", "cc"); in __kvm_hypercall0()
39 return __rc; in __kvm_hypercall0()
52 register long __rc asm("2"); in __kvm_hypercall1()
55 : "=d" (__rc) : "d" (__nr), "0" (__p1) : "memory", "cc"); in __kvm_hypercall1()
56 return __rc; in __kvm_hypercall1()
71 register long __rc asm("2"); in __kvm_hypercall2()
74 : "=d" (__rc) : "d" (__nr), "0" (__p1), "d" (__p2) in __kvm_hypercall2()
76 return __rc; in __kvm_hypercall2()
93 register long __rc asm("2"); in __kvm_hypercall3()
[all …]
Duaccess.h142 int __rc; \
153 : "=d" (__rc), "=Q" (*(to)) \
157 __rc; \
/linux-4.4.14/arch/s390/kernel/
Duprobes.c165 int __rc = 0; \
168 __rc = EMU_ILLEGAL_OP; \
170 __rc = EMU_SPECIFICATION; \
172 __rc = EMU_ADDRESSING; \
175 __rc; \
182 int __rc = 0; \
185 __rc = EMU_ILLEGAL_OP; \
187 __rc = EMU_SPECIFICATION; \
189 __rc = EMU_ADDRESSING; \
190 if (__rc == 0) \
[all …]
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_common.h72 #define MAKE_ENTRY(__subven, __subdev, __configptr, __rc) { \ argument
78 &(struct mantis_pci_drvdata){__configptr, __rc} \
/linux-4.4.14/include/net/
Dsock.h914 ({ int __rc; \
916 __rc = __condition; \
917 if (!__rc) { \
922 __rc = __condition; \
923 __rc; \
/linux-4.4.14/drivers/s390/virtio/
Dvirtio_ccw.c377 register long __rc asm("2"); in __do_kvm_notify()
381 : "=d" (__rc) : "d" (__nr), "d" (__schid), "d" (__index), in __do_kvm_notify()
384 return __rc; in __do_kvm_notify()