/linux-2.4.37.9/include/asm-sparc/ |
D | bitops.h | 30 register int tmp3 asm("g5"); in test_and_set_bit() 40 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in test_and_set_bit() 53 register int tmp3 asm("g5"); in set_bit() 63 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in set_bit() 74 register int tmp3 asm("g5"); in test_and_clear_bit() 84 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in test_and_clear_bit() 97 register int tmp3 asm("g5"); in clear_bit() 107 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in clear_bit() 118 register int tmp3 asm("g5"); in test_and_change_bit() 128 : "=&r" (mask), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3), "=r" (tmp4) in test_and_change_bit() [all …]
|
D | atomic.h | 57 register int tmp3 asm("g7"); in __atomic_add() 66 : "=&r" (increment), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __atomic_add() 79 register int tmp3 asm("g7"); in __atomic_sub() 88 : "=&r" (increment), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __atomic_sub()
|
/linux-2.4.37.9/arch/ia64/lib/ |
D | do_csum.S | 106 #define tmp3 r28 macro 154 sub tmp3=last,first1 // tmp3=distance from first1 to last 165 (p9) adds tmp3=-8,tmp3 // effectively loaded 172 #define count tmp3 261 mov tmp3=0xffff 267 and tmp1=result1[0],tmp3 272 and tmp1=result1[0],tmp3 277 and tmp1=result1[0],tmp3
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | traps.c | 396 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local 496 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 526 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 556 "=&r"(tmp3), "=&r"(tmp4) in do_entUna() 716 unsigned long tmp1, tmp2, tmp3, tmp4; in do_entUnaUser() local 900 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 934 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser() 968 "=&r"(tmp3), "=&r"(tmp4) in do_entUnaUser()
|
D | semaphore.c | 122 long tmp, tmp2, tmp3; in __down_failed_interruptible() local 169 "=&r"(tmp3), "=m"(*sem) in __down_failed_interruptible()
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | sc-ip22.c | 120 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local 145 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
|
/linux-2.4.37.9/arch/mips/mm/ |
D | sc-ip22.c | 120 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local 145 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
|
/linux-2.4.37.9/arch/sparc64/math-emu/ |
D | sfp-util.h | 44 UDItype tmp1, tmp2, tmp3, tmp4; \ 69 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
/linux-2.4.37.9/include/asm-alpha/ |
D | semaphore.h | 166 long ret, tmp, tmp2, tmp3; in __up() local 202 : "=&r"(ret), "=&r"(tmp), "=&r"(tmp2), "=&r"(tmp3) in __up()
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | socket.c | 331 u32 tmp1, tmp2, tmp3; in msghdr_from_user32_to_kern() local 336 err |= __get_user(tmp3, &umsg->msg_control); in msghdr_from_user32_to_kern() 342 kmsg->msg_control = (void *)A(tmp3); in msghdr_from_user32_to_kern()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | socket32.c | 60 u32 tmp1, tmp2, tmp3; in msghdr_from_user32_to_kern() local 65 err |= __get_user(tmp3, &umsg->msg_control); in msghdr_from_user32_to_kern() 71 kmsg->msg_control = (void *)A(tmp3); in msghdr_from_user32_to_kern()
|
/linux-2.4.37.9/drivers/net/ |
D | am79c961a.c | 130 unsigned int tmp, tmp2, tmp3; in am_readbuffer() local 139 " : "=&r" (offset), "=&r" (buf), "=r" (tmp), "=r" (tmp2), "=r" (tmp3) in am_readbuffer()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | time.c | 277 unsigned long ret, tmp1, tmp2, tmp3; in __hbird_read_stick() local 292 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3) in __hbird_read_stick()
|
D | ioctl32.c | 3281 u32 tmp1, tmp2, tmp3; in drm32_version() local 3292 get_user(tmp3, &uversion->desc)) in drm32_version() 3297 desc_ptr = (char *) A(tmp3); in drm32_version() 3644 u32 tmp1, tmp2, tmp3, tmp4; in drm32_dma() local 3656 get_user(tmp3, &uarg->request_indices) || in drm32_dma() 3663 u_ri = (int *) A(tmp3); in drm32_dma()
|
D | sys_sparc32.c | 2432 u32 tmp1, tmp2, tmp3; in msghdr_from_user32_to_kern() local 2437 err |= __get_user(tmp3, &umsg->msg_control); in msghdr_from_user32_to_kern() 2443 kmsg->msg_control = (void *)A(tmp3); in msghdr_from_user32_to_kern()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | ioctl32.c | 2248 u32 tmp1, tmp2, tmp3; in drm32_version() local 2259 get_user(tmp3, &uversion->desc)) in drm32_version() 2264 desc_ptr = (char *) A(tmp3); in drm32_version() 2611 u32 tmp1, tmp2, tmp3, tmp4; in drm32_dma() local 2623 get_user(tmp3, &uarg->request_indices) || in drm32_dma() 2630 u_ri = (int *) A(tmp3); in drm32_dma()
|
D | sys_parisc32.c | 1869 u32 tmp1, tmp2, tmp3; in msghdr_from_user32_to_kern() local 1874 err |= __get_user(tmp3, &umsg->msg_control); in msghdr_from_user32_to_kern() 1880 kmsg->msg_control = (void *)A(tmp3); in msghdr_from_user32_to_kern()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ioctl32.c | 2728 u32 tmp1, tmp2, tmp3; in drm32_version() local 2739 get_user(tmp3, &uversion->desc)) in drm32_version() 2744 desc_ptr = (char *) A(tmp3); in drm32_version() 3091 u32 tmp1, tmp2, tmp3, tmp4; in drm32_dma() local 3103 get_user(tmp3, &uarg->request_indices) || in drm32_dma() 3110 u_ri = (int *) A(tmp3); in drm32_dma()
|
D | sys_ppc32.c | 3353 u32 tmp1, tmp2, tmp3; in msghdr_from_user32_to_kern() local 3358 err |= __get_user(tmp3, &umsg->msg_control); in msghdr_from_user32_to_kern() 3364 kmsg->msg_control = (void *)A(tmp3); in msghdr_from_user32_to_kern()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 2539 u32 tmp1, tmp2, tmp3; in msghdr_from_user32_to_kern() local 2544 err |= __get_user(tmp3, &umsg->msg_control); in msghdr_from_user32_to_kern() 2550 kmsg->msg_control = (void *)AA(tmp3); in msghdr_from_user32_to_kern()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 2360 u32 tmp1, tmp2, tmp3; in msghdr_from_user32_to_kern() local 2365 err |= __get_user(tmp3, &umsg->msg_control); in msghdr_from_user32_to_kern() 2371 kmsg->msg_control = (void *)A(tmp3); in msghdr_from_user32_to_kern()
|