Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 12 of 12) 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.S52 #define _a r4 macro
322 ldm RSTATE, {_a-_e};
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,
[all …]
/arch/parisc/lib/
Dmemcpy.c100 #define def_load_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument
104 : _tt(_t), "+r"(_a) \
108 #define def_store_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument
112 : "+r"(_a) \
116 #define ldbma(_s, _a, _t, _e) def_load_ai_insn(ldbs,1,"=r",_s,_a,_t,_e) argument
117 #define stbma(_s, _t, _a, _e) def_store_ai_insn(stbs,1,"r",_s,_a,_t,_e) argument
118 #define ldwma(_s, _a, _t, _e) def_load_ai_insn(ldw,4,"=r",_s,_a,_t,_e) argument
119 #define stwma(_s, _t, _a, _e) def_store_ai_insn(stw,4,"r",_s,_a,_t,_e) argument
120 #define flddma(_s, _a, _t, _e) def_load_ai_insn(fldd,8,"=f",_s,_a,_t,_e) argument
121 #define fstdma(_s, _t, _a, _e) def_store_ai_insn(fstd,8,"f",_s,_a,_t,_e) argument
[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.c358 #define dma_dump_region(_a) _dma_dump_region(_a, __func__, __LINE__) argument
393 #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()