Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 18 of 18) sorted by relevance

/linux-3.4.99/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));
/linux-3.4.99/include/math-emu/
Dop-common.h834 _FP_W_TYPE _t = (x); \
836 if (_t > 0xffff) r -= 16; \
837 if (_t > 0xffff) _t >>= 16; \
838 if (_t > 0xff) r -= 8; \
839 if (_t > 0xff) _t >>= 8; \
840 if (_t & 0xf0) r -= 4; \
841 if (_t & 0xf0) _t >>= 4; \
842 if (_t & 0xc) r -= 2; \
843 if (_t & 0xc) _t >>= 2; \
844 if (_t & 0x2) r -= 1; \
[all …]
Dop-4.h343 UWtype _t; \
345 umul_ppmm(p2,_t,m,n1); \
346 __FP_FRAC_ADDI_2(p2,p1,_t); \
347 umul_ppmm(p3,_t,m,n2); \
348 __FP_FRAC_ADDI_2(p3,p2,_t); \
600 UWtype _t; \
601 _t = ((x0 += i) < i); \
602 x1 += _t; _t = (x1 < _t); \
603 x2 += _t; _t = (x2 < _t); \
604 x3 += _t; \
Dop-2.h162 UWtype _t = xl; \
163 xh -= yh + ((xl -= yl) > _t); \
/linux-3.4.99/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
/linux-3.4.99/arch/sparc/include/asm/
Dstring_32.h27 void *_t = (_to); \
28 __memmove(_t, (_from), (_n)); \
29 _t; \
/linux-3.4.99/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); \
/linux-3.4.99/include/linux/
Dlsm_audit.h97 #define COMMON_AUDIT_DATA_INIT(_d, _t) \ argument
99 (_d)->type = LSM_AUDIT_DATA_##_t; }
Dbtree-type.h7 #define VISITOR_FN_T _BTREE_TP(visitor, BTREE_TYPE_SUFFIX, _t)
/linux-3.4.99/kernel/
Dspinlock.c47 void __lockfunc __raw_##op##_lock(locktype##_t *lock) \
63 unsigned long __lockfunc __raw_##op##_lock_irqsave(locktype##_t *lock) \
84 void __lockfunc __raw_##op##_lock_irq(locktype##_t *lock) \
89 void __lockfunc __raw_##op##_lock_bh(locktype##_t *lock) \
/linux-3.4.99/arch/s390/boot/
DMakefile7 tr -c '[0-9A-Za-z]' '_'`_t
/linux-3.4.99/drivers/scsi/libsas/
Dsas_internal.h40 #define ASSIGN_SAS_TASK(_sc, _t) do { (_sc)->host_scribble = (void *) _t; } while (0) argument
/linux-3.4.99/net/l2tp/
Dl2tp_core.c140 #define l2tp_tunnel_inc_refcount(_t) do { \ argument
141 …tunnel_inc_refcount: %s:%d %s: cnt=%d\n", __func__, __LINE__, (_t)->name, atomic_read(&_t->ref_cou…
142 l2tp_tunnel_inc_refcount_1(_t); \
144 #define l2tp_tunnel_dec_refcount(_t) do { \ argument
145 …tunnel_dec_refcount: %s:%d %s: cnt=%d\n", __func__, __LINE__, (_t)->name, atomic_read(&_t->ref_cou…
146 l2tp_tunnel_dec_refcount_1(_t); \
/linux-3.4.99/drivers/regulator/
Dtps65217-regulator.c39 #define TPS65217_INFO(_nm, _min, _max, _f1, _f2, _t, _n, _em, _vr, _vm) \ argument
46 .table = _t, \
/linux-3.4.99/drivers/atm/
Diphase.h1445 u32 _t; \
1448 _t = readl(iadev->reg+IPHASE5575_EEPROM_ACCESS); \
1449 value = (_t & NVDO) ? 1 : 0; \
/linux-3.4.99/arch/x86/include/asm/
Defi.h25 ((efi_##f##_t __attribute__((regparm(0)))*)efi.systab->runtime->f)(args)
/linux-3.4.99/drivers/usb/atm/
Dcxacru.c239 #define CXACRU_ATTR_CREATE(_v, _t, _name) CXACRU_DEVICE_CREATE_FILE(_name) argument
244 #define CXACRU_ATTR_REMOVE(_v, _t, _name) CXACRU_DEVICE_REMOVE_FILE(_name) argument