Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/include/math-emu/
A Dop-common.h848 _FP_W_TYPE _t = (x); \
851 if (_t > 0xffff) _t >>= 16; \
853 if (_t > 0xff) _t >>= 8; \
855 if (_t & 0xf0) _t >>= 4; \
857 if (_t & 0xc) _t >>= 2; \
863 _FP_W_TYPE _t = (x); \
866 if (_t > 0xffffffff) _t >>= 32; \
868 if (_t > 0xffff) _t >>= 16; \
870 if (_t > 0xff) _t >>= 8; \
872 if (_t & 0xf0) _t >>= 4; \
[all …]
A 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; \
/linux-6.3-rc2/arch/riscv/include/asm/
A Datomic.h56 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
91 atomic##prefix##_t *v) \ in ATOMIC_OPS()
102 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
116 atomic##prefix##_t *v) \
247 c_t arch_atomic##prefix##_xchg_relaxed(atomic##prefix##_t *v, c_t n) \
252 c_t arch_atomic##prefix##_xchg_acquire(atomic##prefix##_t *v, c_t n) \
257 c_t arch_atomic##prefix##_xchg_release(atomic##prefix##_t *v, c_t n) \
262 c_t arch_atomic##prefix##_xchg(atomic##prefix##_t *v, c_t n) \
267 c_t arch_atomic##prefix##_cmpxchg_relaxed(atomic##prefix##_t *v, \
273 c_t arch_atomic##prefix##_cmpxchg_acquire(atomic##prefix##_t *v, \
[all …]
/linux-6.3-rc2/arch/mips/include/asm/
A Dmips-cps.h24 static inline uint##sz##_t read_##unit##_##name(void) \
47 static inline void write_##unit##_##name(uint##sz##_t val) \
72 static inline void change_##unit##_##name(uint##sz##_t mask, \
73 uint##sz##_t val) \
75 uint##sz##_t reg_val = read_##unit##_##name(); \
81 static inline void set_##unit##_##name(uint##sz##_t val) \
86 static inline void clear_##unit##_##name(uint##sz##_t val) \
A Datomic.h27 static __always_inline type arch_##pfx##_read(const pfx##_t *v) \
32 static __always_inline void arch_##pfx##_set(pfx##_t *v, type i) \
38 arch_##pfx##_cmpxchg(pfx##_t *v, type o, type n) \
43 static __always_inline type arch_##pfx##_xchg(pfx##_t *v, type n) \
56 static __inline__ void arch_##pfx##_##op(type i, pfx##_t * v) \
84 arch_##pfx##_##op##_return_relaxed(type i, pfx##_t * v) \
118 arch_##pfx##_fetch_##op##_relaxed(type i, pfx##_t * v) \
208 static __inline__ type arch_##pfx##_sub_if_positive(type i, pfx##_t * v) \
/linux-6.3-rc2/drivers/regulator/
A Dtps65023-regulator.c81 #define TPS65023_REGULATOR_DCDC(_num, _t, _em) \ argument
87 .n_voltages = ARRAY_SIZE(_t), \
91 .volt_table = _t, \
93 .vsel_mask = ARRAY_SIZE(_t) - 1, \
100 #define TPS65023_REGULATOR_LDO(_num, _t, _vm) \ argument
106 .n_voltages = ARRAY_SIZE(_t), \
110 .volt_table = _t, \
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.h1116 MCU_CMD_##_t)
1119 MCU_EXT_CMD_##_t))
1120 #define MCU_EXT_QUERY(_t) (MCU_EXT_CMD(_t) | __MCU_CMD_FIELD_QUERY) argument
1126 MCU_CE_CMD_##_t))
1127 #define MCU_CE_QUERY(_t) (MCU_CE_CMD(_t) | __MCU_CMD_FIELD_QUERY) argument
1129 #define MCU_WA_CMD(_t) (MCU_CMD(_t) | __MCU_CMD_FIELD_WA) argument
1130 #define MCU_WA_EXT_CMD(_t) (MCU_EXT_CMD(_t) | __MCU_CMD_FIELD_WA) argument
1135 #define MCU_WM_UNI_CMD(_t) (MCU_UNI_CMD(_t) | \ argument
1137 #define MCU_WM_UNI_CMD_QUERY(_t) (MCU_UNI_CMD(_t) | \ argument
1140 #define MCU_WA_UNI_CMD(_t) (MCU_UNI_CMD(_t) | \ argument
[all …]
/linux-6.3-rc2/arch/parisc/lib/
A Dchecksum.c21 #define addc(_t,_r) \ argument
25 : "=r"(_t) \
26 : "r"(_r), "0"(_t));
/linux-6.3-rc2/scripts/atomic/fallbacks/
A Dset_release3 arch_${atomic}_set_release(${atomic}_t *v, ${int} i)
5 if (__native_word(${atomic}_t)) {
A Dread_acquire3 arch_${atomic}_read_acquire(const ${atomic}_t *v)
7 if (__native_word(${atomic}_t)) {
A Dinc_and_test4 * @v: pointer of type ${atomic}_t
11 arch_${atomic}_inc_and_test(${atomic}_t *v)
A Ddec_and_test4 * @v: pointer of type ${atomic}_t
11 arch_${atomic}_dec_and_test(${atomic}_t *v)
A Dinc_not_zero4 * @v: pointer of type ${atomic}_t
10 arch_${atomic}_inc_not_zero(${atomic}_t *v)
A Dsub_and_test5 * @v: pointer of type ${atomic}_t
12 arch_${atomic}_sub_and_test(${int} i, ${atomic}_t *v)
A Dadd_negative5 * @v: pointer of type ${atomic}_t
12 arch_${atomic}_add_negative(${int} i, ${atomic}_t *v)
A Dadd_unless4 * @v: pointer of type ${atomic}_t
12 arch_${atomic}_add_unless(${atomic}_t *v, ${int} a, ${int} u)
A Dfetch_add_unless4 * @v: pointer of type ${atomic}_t
12 arch_${atomic}_fetch_add_unless(${atomic}_t *v, ${int} a, ${int} u)
A Dinc3 arch_${atomic}_${pfx}inc${sfx}${order}(${atomic}_t *v)
A Ddec3 arch_${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
A Dandnot3 arch_${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
/linux-6.3-rc2/include/linux/
A Dseqlock.h177 seqcount_##lockname##_t *____s = (s); \
202 } seqcount_##lockname##_t; \
205 __seqprop_##lockname##_ptr(seqcount_##lockname##_t *s) \
211 __seqprop_##lockname##_sequence(const seqcount_##lockname##_t *s) \
233 __seqprop_##lockname##_preemptible(const seqcount_##lockname##_t *s) \
243 __seqprop_##lockname##_assert(const seqcount_##lockname##_t *s) \
297 seqcount_##lockname##_t: __seqprop_##lockname##_##prop((void *)(s))
/linux-6.3-rc2/arch/mips/include/asm/octeon/
A Dcvmx.h213 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
215 *CASTPTR(volatile TYPE##_t, addr) = val; \
227 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \
229 return *CASTPTR(volatile TYPE##_t, addr); \
/linux-6.3-rc2/tools/testing/selftests/
A Dkselftest_harness.h704 #define __EXPECT(_expected, _expected_str, _seen, _seen_str, _t, _assert) do { \ argument
709 if (!(__exp _t __seen)) { \
716 _expected_str, __exp_print, #_t, \
724 _expected_str, __exp_print, #_t, \
732 _expected_str, __exp_print, #_t, \
740 _expected_str, __exp_print, #_t, \
751 #define __EXPECT_STR(_expected, _seen, _t, _assert) do { \ argument
755 if (!(strcmp(__exp, __seen) _t 0)) { \
756 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
/linux-6.3-rc2/kernel/locking/
A Dspinlock.c68 void __lockfunc __raw_##op##_lock(locktype##_t *lock) \
80 unsigned long __lockfunc __raw_##op##_lock_irqsave(locktype##_t *lock) \
98 void __lockfunc __raw_##op##_lock_irq(locktype##_t *lock) \
103 void __lockfunc __raw_##op##_lock_bh(locktype##_t *lock) \
/linux-6.3-rc2/drivers/scsi/fnic/
A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
85 trace_buf->tag = _t; \

Completed in 37 milliseconds

123