Home
last modified time | relevance | path

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

/arch/parisc/lib/
Dmemcpy.c100 #define def_load_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument
108 #define def_store_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument
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
123 #define def_load_insn(_insn,_tt,_s,_o,_a,_t,_e) \ argument
131 #define def_store_insn(_insn,_tt,_s,_t,_o,_a,_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
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
63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
Dos-area.c322 #define dump_header(_a) _dump_header(_a, __func__, __LINE__) argument
343 #define dump_params(_a) _dump_params(_a, __func__, __LINE__) argument
Dmm.c346 #define dma_dump_region(_a) _dma_dump_region(_a, __func__, __LINE__) argument
381 #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
Dspu.c133 #define dump_areas(_a, _b, _c, _d, _e) \ argument
/arch/arm/mach-footbridge/
Ddc21285.c284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
/arch/mips/include/asm/sn/
Daddrs.h156 #define IS_IALIAS(_a) (((_a) >= IALIAS_BASE) && \ argument
269 #define HUB_L(_a) *(_a) argument
270 #define HUB_S(_a, _d) *(_a) = (_d) argument
/arch/unicore32/mm/
Dinit.c235 static int __init meminfo_cmp(const void *_a, const void *_b) in meminfo_cmp()
/arch/arm/crypto/
Dsha1-armv7-neon.S52 #define _a r4 macro