Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 11 of 11) sorted by relevance

/arch/mn10300/include/asm/
Dbitops.h28 volatile unsigned char *_a = (unsigned char *)(addr); \
30 _a += (nr) >> 3; \
33 : "=m"(*_a) \
34 : "a"(_a), "d"(1 << shift), "m"(*_a) \
45 volatile unsigned char *_a = (unsigned char *)(addr); \
47 _a += (nr) >> 3; \
50 : "=m"(*_a) \
51 : "a"(_a), "d"(1 << shift), "m"(*_a) \
96 volatile unsigned char *_a = (unsigned char *)(addr); \
99 _a += (nr) >> 3; \
[all …]
/arch/arm/crypto/
Dsha1-armv7-neon.S51 #define _a r4 macro
321 ldm RSTATE, {_a-_e};
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,
[all …]
/arch/powerpc/platforms/ps3/
Dtime.c31 #define dump_tm(_a) _dump_tm(_a, __func__, __LINE__) argument
43 #define dump_time(_a) _dump_time(_a, __func__, __LINE__) argument
Dos-area.c317 #define dump_header(_a) _dump_header(_a, __func__, __LINE__) argument
338 #define dump_params(_a) _dump_params(_a, __func__, __LINE__) argument
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__)
Dmm.c355 #define dma_dump_region(_a) _dma_dump_region(_a, __func__, __LINE__) argument
390 #define dma_dump_chunk(_a) _dma_dump_chunk(_a, __func__, __LINE__) argument
Dsystem-bus.c241 #define dump_mmio_region(_a) _dump_mmio_region(_a, __func__, __LINE__) argument
/arch/mips/include/asm/sn/
Daddrs.h156 #define IS_IALIAS(_a) (((_a) >= IALIAS_BASE) && \ argument
157 ((_a) < (IALIAS_BASE + IALIAS_SIZE)))
269 #define HUB_L(_a) *(_a) argument
270 #define HUB_S(_a, _d) *(_a) = (_d) 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()