Home
last modified time | relevance | path

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

/arch/arm/crypto/
Dsha1-armv7-neon.S53 #define _c r6 macro
332 _R( _a, _b, _c, _d, _e, F1, 0,
335 _R( _e, _a, _b, _c, _d, F1, 1,
338 _R( _d, _e, _a, _b, _c, F1, 2,
341 _R( _c, _d, _e, _a, _b, F1, 3,
347 _R( _b, _c, _d, _e, _a, F1, 4,
350 _R( _a, _b, _c, _d, _e, F1, 5,
353 _R( _e, _a, _b, _c, _d, F1, 6,
356 _R( _d, _e, _a, _b, _c, F1, 7,
360 _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/powerpc/include/asm/
Dperf_event_server.h155 #define CACHE_EVENT_ATTR(_name, _id) EVENT_ATTR(_name, _id, _c)
156 #define CACHE_EVENT_PTR(_id) EVENT_PTR(_id, _c)
Dsfp-machine.h157 R##_c = FP_CLS_NAN; \
/arch/sh/include/asm/
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.c284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
285 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
/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/
Dspu.c133 #define dump_areas(_a, _b, _c, _d, _e) \ argument
134 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
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__)