Searched refs:_b (Results 1 – 7 of 7) sorted by relevance
/arch/ia64/include/asm/sn/ |
D | module.h | 31 #define MODULE_BT_TO_CHAR(_b) ((char)(_b)) argument
|
/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 148 #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/h8300/kernel/ |
D | sys_h8300.c | 276 register char *const *_b __asm__("er2") = argv; in kernel_execve() 283 "g" (_b), in kernel_execve()
|
/arch/arm/mach-footbridge/ |
D | dc21285.c | 290 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 291 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
/arch/powerpc/platforms/ps3/ |
D | repository.c | 35 #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__)
|
D | spu.c | 131 #define dump_areas(_a, _b, _c, _d, _e) \ argument 132 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd_64.c | 313 static long local_error_count(void *_b) in local_error_count() argument 315 struct threshold_block *b = _b; in local_error_count()
|