Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 7 of 7) 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
112 : _tt(_t) \
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 …]
Dchecksum.c25 #define addc(_t,_r) \ argument
29 : "=r"(_t) \
30 : "r"(_r), "0"(_t));
/arch/blackfin/include/asm/
Dipipe.h90 #define ipipe_tsc2ns(_t) (((unsigned long)(_t)) * __ipipe_freq_scale) argument
91 #define ipipe_tsc2us(_t) (ipipe_tsc2ns(_t) / 1000 + 1) argument
/arch/sparc/include/asm/
Dstring_32.h27 void *_t = (_to); \
28 __memmove(_t, (_from), (_n)); \
29 _t; \
/arch/mips/include/asm/octeon/
Dcvmx.h211 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
213 *CASTPTR(volatile TYPE##_t, addr) = val; \
225 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \
227 return *CASTPTR(volatile TYPE##_t, addr); \
/arch/s390/boot/
DMakefile7 tr -c '[0-9A-Za-z]' '_'`_t
/arch/x86/include/asm/
Defi.h25 ((efi_##f##_t __attribute__((regparm(0)))*)efi.systab->runtime->f)(args)