Searched refs:__rc (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/s390/include/asm/ |
D | kvm_para.h | 35 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 …]
|
D | uaccess.h | 142 int __rc; \ 153 : "=d" (__rc), "=Q" (*(to)) \ 157 __rc; \
|
/linux-4.4.14/arch/s390/kernel/ |
D | uprobes.c | 165 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/ |
D | mantis_common.h | 72 #define MAKE_ENTRY(__subven, __subdev, __configptr, __rc) { \ argument 78 &(struct mantis_pci_drvdata){__configptr, __rc} \
|
/linux-4.4.14/include/net/ |
D | sock.h | 914 ({ int __rc; \ 916 __rc = __condition; \ 917 if (!__rc) { \ 922 __rc = __condition; \ 923 __rc; \
|
/linux-4.4.14/drivers/s390/virtio/ |
D | virtio_ccw.c | 377 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()
|