| /arch/powerpc/crypto/ |
| D | sha1-powerpc-asm.S | 15 #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/ |
| D | switch_to.h | 53 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread() 54 static inline void giveup_fpu(struct task_struct *t) { } in giveup_fpu() 62 static inline void flush_altivec_to_thread(struct task_struct *t) in flush_altivec_to_thread() 65 static inline void giveup_altivec(struct task_struct *t) in giveup_altivec() 73 static inline void flush_vsx_to_thread(struct task_struct *t) in flush_vsx_to_thread() 81 static inline void flush_spe_to_thread(struct task_struct *t) in flush_spe_to_thread() 86 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb()
|
| D | atomic.h | 17 int t; in atomic_read() local 82 int t; in ATOMIC_OPS() local 97 int t; in atomic_inc_return() local 126 int t; in atomic_dec() local 141 int t; in atomic_dec_return() local 172 int t; in __atomic_add_unless() local 234 int t; in atomic_dec_if_positive() local 261 long t; in atomic64_read() local 323 long t; in ATOMIC64_OPS() local 337 long t; in atomic64_inc_return() local [all …]
|
| D | mutex.h | 9 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
|
| D | local.h | 24 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/ |
| D | bitext.c | 27 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/ |
| D | dev-wmac.c | 78 u32 t; in ar933x_wmac_setup() local 103 u32 t; in ar934x_wmac_setup() local 121 u32 t; in qca955x_wmac_setup() local
|
| D | common.c | 94 u32 t; in ath79_device_reset_set() local 122 u32 t; in ath79_device_reset_clear() local
|
| /arch/x86/lib/ |
| D | insn.c | 30 #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/mips/kernel/ |
| D | watch.c | 18 void mips_install_watch_registers(struct task_struct *t) in mips_install_watch_registers() 104 unsigned int t; in mips_probe_watch_registers() local
|
| /arch/powerpc/perf/req-gen/ |
| D | _begin.h | 5 #define CAT2_STR_(t, s) __stringify(t/s) argument 6 #define CAT2_STR(t, s) CAT2_STR_(t, s) argument
|
| /arch/arm/mach-davinci/ |
| D | time.c | 111 #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 308 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_shutdown() local 317 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_set_oneshot() local 326 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_set_periodic() local
|
| /arch/cris/arch-v10/kernel/ |
| D | fasttimer.c | 209 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 771 struct fast_timer *t = &tr[j]; in fast_timer_test() local
|
| /arch/cris/arch-v32/kernel/ |
| D | fasttimer.c | 188 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 742 struct fast_timer *t = &tr[j]; in fast_timer_test() local
|
| /arch/x86/kernel/ |
| D | ioport.c | 25 struct thread_struct *t = ¤t->thread; in sys_ioperm() local 99 struct thread_struct *t = ¤t->thread; in SYSCALL_DEFINE1() local
|
| /arch/m68k/mm/ |
| D | init.c | 125 #define MLK(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 10 in print_memmap() argument 126 #define MLM(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 20 in print_memmap() argument 127 #define MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), 1024) in print_memmap() argument
|
| /arch/h8300/lib/ |
| D | muldi3.c | 4 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument 5 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
|
| /arch/um/os-Linux/ |
| D | time.c | 45 timer_t* t = timer; in os_timer_create() local 64 timer_t* t = timer; in os_timer_set_interval() local 103 timer_t* t = timer; in os_timer_remain() local
|
| /arch/microblaze/lib/ |
| D | muldi3.c | 8 #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/ia64/kernel/ |
| D | unwind_decoder.c | 88 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
|
| D | unwind.c | 472 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/mips/alchemy/common/ |
| D | time.c | 97 unsigned long t; in alchemy_time_init() local 164 int t; in plat_time_init() local
|
| /arch/sparc/kernel/ |
| D | process_64.c | 422 struct thread_info *t = task_thread_info(tsk); in exit_thread() local 434 struct thread_info *t = current_thread_info(); in flush_thread() local 490 struct thread_info *t) in shift_window_buffer() 503 struct thread_info *t = current_thread_info(); in synchronize_user_stack() local 543 struct thread_info *t = current_thread_info(); in fault_in_user_windows() local 622 struct thread_info *t = task_thread_info(p); in copy_thread() local 641 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local 656 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local
|
| /arch/cris/boot/tools/ |
| D | build.c | 66 conv t; in intel_long() local 77 conv t; in intel_int() local 88 conv t; in intel_short() local
|
| /arch/arm/mach-omap2/ |
| D | gpmc-onenand.c | 63 static void omap2_onenand_calc_async_timings(struct gpmc_timings *t) in omap2_onenand_calc_async_timings() 158 static void omap2_onenand_calc_sync_timings(struct gpmc_timings *t, in omap2_onenand_calc_sync_timings() 270 struct gpmc_timings t; in omap2_onenand_setup_async() local 310 struct gpmc_timings t; in omap2_onenand_setup_sync() local
|