/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 54 #define _c r6 macro 328 _R( _a, _b, _c, _d, _e, F1, 0, 331 _R( _e, _a, _b, _c, _d, F1, 1, 334 _R( _d, _e, _a, _b, _c, F1, 2, 337 _R( _c, _d, _e, _a, _b, F1, 3, 343 _R( _b, _c, _d, _e, _a, F1, 4, 346 _R( _a, _b, _c, _d, _e, F1, 5, 349 _R( _e, _a, _b, _c, _d, F1, 6, 352 _R( _d, _e, _a, _b, _c, F1, 7, 356 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
/arch/ia64/include/asm/sn/ |
D | module.h | 60 #define RACK_CREATE_RACKID(_c, _g, _n) ((_c) * RACK_CLASS_DVDR + \ argument 82 #define RACK_ADD_CLASS(_r, _c) \ argument 83 ((_r) |= (_c) << RACK_CLASS_SHFT(_r) & RACK_CLASS_MASK(_r))
|
/arch/h8300/kernel/ |
D | sys_h8300.c | 59 register const char *const *_c __asm__("er3") = envp; in kernel_execve() 68 "g" (_c) in kernel_execve()
|
/arch/sh/include/asm/ |
D | uaccess_32.h | 177 unsigned long __dummy, _d, _s, _c; in __strncpy_from_user() local 204 : "=r" (res), "=&z" (__dummy), "=r" (_s), "=r" (_d), "=r"(_c) in __strncpy_from_user()
|
D | sfp-machine.h | 70 R##_c = FP_CLS_NAN; \
|
/arch/sparc/include/asm/ |
D | sfp-machine_64.h | 72 R##_c = FP_CLS_NAN; \
|
D | sfp-machine_32.h | 74 R##_c = FP_CLS_NAN; \
|
/arch/alpha/include/asm/ |
D | sfp-machine.h | 59 R##_c = FP_CLS_NAN; \
|
/arch/arm/mach-footbridge/ |
D | dc21285.c | 292 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 293 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
/arch/s390/include/asm/ |
D | sfp-machine.h | 71 R##_c = FP_CLS_NAN; \
|
/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 58 #define POLL_WHILE_TRUE(_c) { \ 60 } while (_c); \ 64 #define POLL_WHILE_TRUE(_c) { \ argument 67 for (_i=0; _i<RELAX_SPIN_COUNT && (_c); _i++) { \ 70 if (unlikely(_c)) yield(); \ 72 } while (_c); \ 76 #define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c)) argument
|
/arch/powerpc/platforms/ps3/ |
D | repository.c | 51 #define dump_node_name(_a, _b, _c, _d, _e) \ argument 52 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__) 63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument 64 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
|
D | spu.c | 133 #define dump_areas(_a, _b, _c, _d, _e) \ argument 134 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
|
/arch/powerpc/include/asm/ |
D | sfp-machine.h | 157 R##_c = FP_CLS_NAN; \
|
/arch/s390/math-emu/ |
D | math.c | 30 switch (X##_c) \ 49 X##_c = FP_CLS_ZERO; \
|