Home
last modified time | relevance | path

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

/arch/parisc/lib/
Dmemcpy.c99 #define def_load_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument
103 : _tt(_t), "+r"(_a) \
107 #define def_store_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument
111 : "+r"(_a) \
115 #define ldbma(_s, _a, _t, _e) def_load_ai_insn(ldbs,1,"=r",_s,_a,_t,_e) argument
116 #define stbma(_s, _t, _a, _e) def_store_ai_insn(stbs,1,"r",_s,_a,_t,_e) argument
117 #define ldwma(_s, _a, _t, _e) def_load_ai_insn(ldw,4,"=r",_s,_a,_t,_e) argument
118 #define stwma(_s, _t, _a, _e) def_store_ai_insn(stw,4,"r",_s,_a,_t,_e) argument
119 #define flddma(_s, _a, _t, _e) def_load_ai_insn(fldd,8,"=f",_s,_a,_t,_e) argument
120 #define fstdma(_s, _t, _a, _e) def_store_ai_insn(fstd,8,"f",_s,_a,_t,_e) argument
[all …]
/arch/powerpc/platforms/ps3/
Dtime.c29 #define dump_tm(_a) _dump_tm(_a, __func__, __LINE__) argument
41 #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
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__)
Dos-area.c282 #define dump_header(_a) _dump_header(_a, __func__, __LINE__) argument
303 #define dump_params(_a) _dump_params(_a, __func__, __LINE__) argument
Dspu.c131 #define dump_areas(_a, _b, _c, _d, _e) \ argument
132 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
Dmm.c353 #define dma_dump_region(_a) _dma_dump_region(_a, __func__, __LINE__) argument
388 #define dma_dump_chunk(_a) _dma_dump_chunk(_a, __func__, __LINE__) argument
Dsystem-bus.c239 #define dump_mmio_region(_a) _dump_mmio_region(_a, __func__, __LINE__) argument
/arch/mips/include/asm/sn/
Daddrs.h155 #define IS_IALIAS(_a) (((_a) >= IALIAS_BASE) && \ argument
156 ((_a) < (IALIAS_BASE + IALIAS_SIZE)))
268 #define HUB_L(_a) *(_a) argument
269 #define HUB_S(_a, _d) *(_a) = (_d) argument
/arch/h8300/kernel/
Dsys_h8300.c277 register const char * _a __asm__("er1") = filename; in kernel_execve()
282 "g" (_a), in kernel_execve()
/arch/arm/mach-footbridge/
Ddc21285.c290 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
291 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
/arch/x86/kvm/
Dx86_emulate.c26 #define DPRINTF(_f, _a ...) printf(_f , ## _a) argument