Home
last modified time | relevance | path

Searched refs:_c (Results 1 – 15 of 15) sorted by relevance

/arch/arm/crypto/
Dsha1-armv7-neon.S54 #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/
Dmodule.h60 #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/
Dsys_h8300.c59 register const char *const *_c __asm__("er3") = envp; in kernel_execve()
68 "g" (_c) in kernel_execve()
/arch/sh/include/asm/
Duaccess_32.h177 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()
Dsfp-machine.h70 R##_c = FP_CLS_NAN; \
/arch/sparc/include/asm/
Dsfp-machine_64.h72 R##_c = FP_CLS_NAN; \
Dsfp-machine_32.h74 R##_c = FP_CLS_NAN; \
/arch/alpha/include/asm/
Dsfp-machine.h59 R##_c = FP_CLS_NAN; \
/arch/arm/mach-footbridge/
Ddc21285.c292 #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/
Dsfp-machine.h71 R##_c = FP_CLS_NAN; \
/arch/powerpc/platforms/cell/spufs/
Dswitch.c58 #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/
Drepository.c51 #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__)
Dspu.c133 #define dump_areas(_a, _b, _c, _d, _e) \ argument
134 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
/arch/powerpc/include/asm/
Dsfp-machine.h157 R##_c = FP_CLS_NAN; \
/arch/s390/math-emu/
Dmath.c30 switch (X##_c) \
49 X##_c = FP_CLS_ZERO; \