/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 25 #define RT(t) ((((t)+5)%6)+7) argument 26 #define RA(t) ((((t)+4)%6)+7) argument 27 #define RB(t) ((((t)+3)%6)+7) argument 28 #define RC(t) ((((t)+2)%6)+7) argument 29 #define RD(t) ((((t)+1)%6)+7) argument 30 #define RE(t) ((((t)+0)%6)+7) argument 33 #define W(t) (((t)%16)+16) argument 35 #define LOADW(t) \ argument 38 #define STEPD0_LOAD(t) \ argument 50 #define STEPD0_UPDATE(t) \ argument [all …]
|
/arch/powerpc/include/asm/ |
D | switch_to.h | 38 static inline void __giveup_fpu(struct task_struct *t) { } in __giveup_fpu() 39 static inline void save_fpu(struct task_struct *t) { } in save_fpu() 40 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread() 53 static inline void save_altivec(struct task_struct *t) { } in save_altivec() 54 static inline void __giveup_altivec(struct task_struct *t) { } in __giveup_altivec() 76 static inline void __giveup_spe(struct task_struct *t) { } in __giveup_spe() 79 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb()
|
D | atomic.h | 36 int t; in atomic_read() local 136 int t; in ATOMIC_OPS() local 151 int t; in atomic_inc_return_relaxed() local 178 int t; in atomic_dec() local 193 int t; in atomic_dec_return_relaxed() local 231 int t; in __atomic_add_unless() local 293 int t; in atomic_dec_if_positive() local 320 long t; in atomic64_read() local 419 long t; in ATOMIC64_OPS() local 433 long t; in atomic64_inc_return_relaxed() local [all …]
|
D | local.h | 25 long t; in local_add_return() local 44 long t; in local_sub_return() local 61 long t; in local_inc_return() local 88 long t; in local_dec_return() local 118 long t; in local_add_unless() local 148 long t; in local_dec_if_positive() local
|
/arch/sparc/lib/ |
D | bitext.c | 28 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get() 103 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear() 121 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() 112 unsigned int t; in mips_probe_watch_registers() local
|
/arch/powerpc/perf/req-gen/ |
D | _begin.h | 6 #define CAT2_STR_(t, s) __stringify(t/s) argument 7 #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 | 210 void start_one_shot_timer(struct fast_timer *t, in start_one_shot_timer() 295 static inline int fast_timer_pending (const struct fast_timer * t) in fast_timer_pending() 300 static inline int detach_fast_timer (struct fast_timer *t) in detach_fast_timer() 317 int del_fast_timer(struct fast_timer * t) in del_fast_timer() 337 struct fast_timer *t; in timer1_handler() local 479 struct fast_timer t; in schedule_usleep() local 503 struct fast_timer *t, *nextt; in proc_fasttimer_show() local 772 struct fast_timer *t = &tr[j]; in fast_timer_test() local
|
/arch/cris/arch-v32/kernel/ |
D | fasttimer.c | 189 void start_one_shot_timer(struct fast_timer *t, in start_one_shot_timer() 269 static inline int fast_timer_pending (const struct fast_timer * t) in fast_timer_pending() 274 static inline int detach_fast_timer (struct fast_timer *t) in detach_fast_timer() 291 int del_fast_timer(struct fast_timer * t) in del_fast_timer() 325 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 | 28 struct thread_struct *t = ¤t->thread; in sys_ioperm() local 112 struct thread_struct *t = ¤t->thread; in SYSCALL_DEFINE1() local
|
/arch/m68k/mm/ |
D | init.c | 126 #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/h8300/lib/ |
D | muldi3.c | 5 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument 6 #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 | 9 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) argument 10 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) argument
|
/arch/ia64/kernel/ |
D | unwind_decoder.c | 89 unw_word t, off; in unw_decode_x1() local 106 unw_word t; in unw_decode_x2() local 124 unw_word t, off; in unw_decode_x3() local 144 unw_word t; in unw_decode_x4() local 272 unw_word t, size; in unw_decode_p7_p10() local 382 unw_word t; in unw_decode_b2() local 392 unw_word t, ecount, label; in unw_decode_b3_x4() local
|
D | unwind.c | 473 struct task_struct *t = info->task; in unw_access_fr() local 731 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) in spill_next_when() 772 int t; in finish_prologue() local 961 desc_mem_stack_f (unw_word t, unw_word size, struct unw_state_record *sr) in desc_mem_stack_f() 968 desc_mem_stack_v (unw_word t, struct unw_state_record *sr) in desc_mem_stack_v() 1000 desc_reg_when (unsigned char regnum, unw_word t, struct unw_state_record *sr) in desc_reg_when() 1026 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue() 1072 desc_is_active (unsigned char qp, unw_word t, struct unw_state_record *sr) in desc_is_active() 1085 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p() 1099 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 166 int t; in plat_time_init() local
|
/arch/sparc/kernel/ |
D | process_64.c | 413 struct thread_info *t = task_thread_info(tsk); in exit_thread() local 425 struct thread_info *t = current_thread_info(); in flush_thread() local 481 struct thread_info *t) in shift_window_buffer() 494 struct thread_info *t = current_thread_info(); in synchronize_user_stack() local 539 struct thread_info *t = current_thread_info(); in fault_in_user_windows() local 625 struct thread_info *t = task_thread_info(p); in copy_thread() local 644 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local 659 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local
|
/arch/powerpc/kernel/ |
D | cputable.c | 2191 struct cpu_spec *t = &the_cpu_spec; in set_cur_cpu_spec() local 2202 struct cpu_spec *t = &the_cpu_spec; in setup_cpu_spec() local 2294 struct cpu_spec *t = &the_cpu_spec; in identify_cpu_name() local
|
/arch/cris/boot/tools/ |
D | build.c | 67 conv t; in intel_long() local 78 conv t; in intel_int() local 89 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
|