Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 250) sorted by relevance

12345678910

/arch/powerpc/crypto/
Dsha1-powerpc-asm.S15 #define RT(t) ((((t)+5)%6)+7) argument
16 #define RA(t) ((((t)+4)%6)+7) argument
17 #define RB(t) ((((t)+3)%6)+7) argument
18 #define RC(t) ((((t)+2)%6)+7) argument
19 #define RD(t) ((((t)+1)%6)+7) argument
20 #define RE(t) ((((t)+0)%6)+7) argument
23 #define W(t) (((t)%16)+16) argument
25 #define LOADW(t) \ argument
28 #define STEPD0_LOAD(t) \ argument
40 #define STEPD0_UPDATE(t) \ argument
[all …]
/arch/powerpc/include/asm/
Datomic.h16 int t; in atomic_read() local
30 int t; in atomic_add() local
45 int t; in atomic_add_return() local
66 int t; in atomic_sub() local
81 int t; in atomic_sub_return() local
100 int t; in atomic_inc() local
115 int t; in atomic_inc_return() local
144 int t; in atomic_dec() local
159 int t; in atomic_dec_return() local
190 int t; in __atomic_add_unless() local
[all …]
Dswitch_to.h46 static inline void flush_altivec_to_thread(struct task_struct *t) in flush_altivec_to_thread()
49 static inline void giveup_altivec(struct task_struct *t) in giveup_altivec()
57 static inline void flush_vsx_to_thread(struct task_struct *t) in flush_vsx_to_thread()
65 static inline void flush_spe_to_thread(struct task_struct *t) in flush_spe_to_thread()
Dmutex.h9 int t; in __mutex_cmpxchg_lock() local
30 int t; in __mutex_dec_return_lock() local
48 int t; in __mutex_inc_return_unlock() local
Dlocal.h24 long t; in local_add_return() local
43 long t; in local_sub_return() local
60 long t; in local_inc_return() local
87 long t; in local_dec_return() local
117 long t; in local_add_unless() local
147 long t; in local_dec_if_positive() local
/arch/sparc/lib/
Dbitext.c27 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get()
102 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear()
120 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
/arch/mips/ath79/
Ddev-wmac.c78 u32 t; in ar933x_wmac_setup() local
103 u32 t; in ar934x_wmac_setup() local
121 u32 t; in qca955x_wmac_setup() local
Dcommon.c63 u32 t; in ath79_device_reset_set() local
91 u32 t; in ath79_device_reset_clear() local
/arch/x86/lib/
Dinsn.c30 #define validate_next(t, insn, n) \ argument
33 #define __get_next(t, insn) \ argument
36 #define __peek_nbyte_next(t, insn, n) \ argument
39 #define get_next(t, insn) \ argument
42 #define peek_nbyte_next(t, insn, n) \ argument
45 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) argument
/arch/arm/include/asm/hardware/
Dcoresight.h34 #define etm_writel(t, id, v, x) \ argument
36 #define etm_readl(t, id, x) (__raw_readl((t)->etm_regs[(id)] + (x))) argument
119 #define etm_progbit(t) (etm_readl((t), ETMR_STATUS) & ETMST_PROGBIT) argument
120 #define etm_started(t) (etm_readl((t), ETMR_STATUS) & ETMST_STARTSTOP) argument
121 #define etm_triggered(t) (etm_readl((t), ETMR_STATUS) & ETMST_TRIGGER) argument
171 #define etb_writel(t, v, x) \ argument
173 #define etb_readl(t, x) (__raw_readl((t)->etb_regs + (x))) argument
175 #define etm_lock(t, id) \ argument
177 #define etm_unlock(t, id) \ argument
180 #define etb_lock(t) do { etb_writel((t), 0, CSMR_LOCKACCESS); } while (0) argument
[all …]
/arch/mips/ralink/
Drt305x.c108 u32 t; in rt305x_wdt_reset() local
129 u32 t; in rt5350_get_mem_size() local
164 u32 t = rt_sysc_r32(SYSC_REG_SYSTEM_CONFIG); in ralink_clk_init() local
Drt288x.c64 u32 t; in rt288x_wdt_reset() local
80 u32 t = rt_sysc_r32(SYSC_REG_SYSTEM_CONFIG); in ralink_clk_init() local
/arch/cris/arch-v10/kernel/
Dfasttimer.c209 void start_one_shot_timer(struct fast_timer *t, in start_one_shot_timer()
294 static inline int fast_timer_pending (const struct fast_timer * t) in fast_timer_pending()
299 static inline int detach_fast_timer (struct fast_timer *t) in detach_fast_timer()
316 int del_fast_timer(struct fast_timer * t) in del_fast_timer()
336 struct fast_timer *t; in timer1_handler() local
478 struct fast_timer t; in schedule_usleep() local
502 struct fast_timer *t, *nextt; in proc_fasttimer_show() local
778 struct fast_timer *t = &tr[j]; in fast_timer_test() local
/arch/arm/kernel/
Detm.c63 static inline bool trace_isrunning(struct tracectx *t) in trace_isrunning()
68 static int etm_setup_address_range(struct tracectx *t, int id, int n, in etm_setup_address_range()
107 static int trace_start_etm(struct tracectx *t, int id) in trace_start_etm()
181 static int trace_start(struct tracectx *t) in trace_start()
208 static int trace_stop_etm(struct tracectx *t, int id) in trace_stop_etm()
229 static int trace_power_down_etm(struct tracectx *t, int id) in trace_power_down_etm()
248 static int trace_stop(struct tracectx *t) in trace_stop()
287 static int etb_getdatalen(struct tracectx *t) in etb_getdatalen()
304 struct tracectx *t = &tracer; in etm_dump() local
366 struct tracectx *t = file->private_data; in etb_read() local
[all …]
/arch/mips/math-emu/
Dsp_mul.c134 unsigned t = lxm * hym; /* 16 * 16 => 32 */ in ieee754sp_mul() local
144 unsigned t = hxm * lym; /* 16 * 16 => 32 */ in ieee754sp_mul() local
Ddp_mul.c137 u64 t = DPXMULT(lxm, hym); in ieee754dp_mul() local
148 u64 t = DPXMULT(hxm, lym); in ieee754dp_mul() local
Dsp_msubf.c168 unsigned t = lxm * hym; /* 16 * 16 => 32 */ in ieee754sp_msubf() local
179 unsigned t = hxm * lym; /* 16 * 16 => 32 */ in ieee754sp_msubf() local
/arch/cris/arch-v32/kernel/
Dfasttimer.c188 void start_one_shot_timer(struct fast_timer *t, in start_one_shot_timer()
268 static inline int fast_timer_pending (const struct fast_timer * t) in fast_timer_pending()
273 static inline int detach_fast_timer (struct fast_timer *t) in detach_fast_timer()
290 int del_fast_timer(struct fast_timer * t) in del_fast_timer()
324 struct fast_timer *t; in timer_trig_handler() local
452 struct fast_timer t; in schedule_usleep() local
476 struct fast_timer *t, *nextt; in proc_fasttimer_show() local
749 struct fast_timer *t = &tr[j]; in fast_timer_test() local
/arch/x86/kernel/
Dioport.c25 struct thread_struct *t = &current->thread; in sys_ioperm() local
100 struct thread_struct *t = &current->thread; in SYSCALL_DEFINE1() local
/arch/ia64/kernel/
Dunwind_decoder.c88 unw_word t, off; in unw_decode_x1() local
105 unw_word t; in unw_decode_x2() local
123 unw_word t, off; in unw_decode_x3() local
143 unw_word t; in unw_decode_x4() local
271 unw_word t, size; in unw_decode_p7_p10() local
381 unw_word t; in unw_decode_b2() local
391 unw_word t, ecount, label; in unw_decode_b3_x4() local
Dunwind.c472 struct task_struct *t = info->task; in unw_access_fr() local
730 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) in spill_next_when()
771 int t; in finish_prologue() local
960 desc_mem_stack_f (unw_word t, unw_word size, struct unw_state_record *sr) in desc_mem_stack_f()
967 desc_mem_stack_v (unw_word t, struct unw_state_record *sr) in desc_mem_stack_v()
999 desc_reg_when (unsigned char regnum, unw_word t, struct unw_state_record *sr) in desc_reg_when()
1025 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue()
1071 desc_is_active (unsigned char qp, unw_word t, struct unw_state_record *sr) in desc_is_active()
1084 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p()
1098 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, in desc_spill_reg_p()
[all …]
/arch/microblaze/lib/
Dmuldi3.c8 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) argument
9 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) argument
/arch/m68k/mm/
Dinit.c126 #define MLK(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 10 in print_memmap() argument
127 #define MLM(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 20 in print_memmap() argument
128 #define MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), 1024) in print_memmap() argument
/arch/arm/mach-davinci/
Dtime.c111 #define USING_COMPARE(t) ((t)->opts & TIMER_OPTS_USE_COMPARE) argument
120 static int timer32_config(struct timer_s *t) in timer32_config()
160 static inline u32 timer32_read(struct timer_s *t) in timer32_read()
237 struct timer_s *t = &timers[i]; in timer_init() local
273 struct timer_s *t = &timers[TID_CLOCKSOURCE]; in read_cycles() local
299 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_set_next_event() local
309 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_set_mode() local
/arch/sparc/kernel/
Dprocess_64.c406 struct thread_info *t = current_thread_info(); in exit_thread() local
418 struct thread_info *t = current_thread_info(); in flush_thread() local
474 struct thread_info *t) in shift_window_buffer()
487 struct thread_info *t = current_thread_info(); in synchronize_user_stack() local
527 struct thread_info *t = current_thread_info(); in fault_in_user_windows() local
605 struct thread_info *t = task_thread_info(p); in copy_thread() local
624 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local
639 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local

12345678910