Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 7 of 7) sorted by relevance

/arch/arm/crypto/
Dsha1-armv7-neon.S53 #define _b r5 macro
333 _R( _a, _b, _c, _d, _e, F1, 0,
336 _R( _e, _a, _b, _c, _d, F1, 1,
339 _R( _d, _e, _a, _b, _c, F1, 2,
342 _R( _c, _d, _e, _a, _b, F1, 3,
348 _R( _b, _c, _d, _e, _a, F1, 4,
351 _R( _a, _b, _c, _d, _e, F1, 5,
354 _R( _e, _a, _b, _c, _d, F1, 6,
357 _R( _d, _e, _a, _b, _c, F1, 7,
361 _R( _c, _d, _e, _a, _b, F1, 8,
[all …]
/arch/ia64/include/asm/sn/
Dmodule.h31 #define MODULE_BT_TO_CHAR(_b) ((char)(_b)) argument
/arch/mips/include/asm/sn/sn0/
Dhubmd.h148 #define MMC_BANK_SHFT(_b) ((_b) * 3) argument
149 #define MMC_BANK_MASK(_b) (UINT64_CAST 7 << MMC_BANK_SHFT(_b)) argument
266 #define MD_BANK_OFFSET(_b) (UINT64_CAST (_b) << MD_BANK_SHFT) argument
/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/unicore32/mm/
Dinit.c235 static int __init meminfo_cmp(const void *_a, const void *_b) in meminfo_cmp() argument
237 const struct membank *a = _a, *b = _b; in meminfo_cmp()
/arch/powerpc/platforms/ps3/
Drepository.c35 #define dump_field(_a, _b) _dump_field(_a, _b, __func__, __LINE__) argument
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__)
Dspu.c133 #define dump_areas(_a, _b, _c, _d, _e) \ argument
134 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)