/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 26 #define RT(t) ((((t)+5)%6)+7) argument 27 #define RA(t) ((((t)+4)%6)+7) argument 28 #define RB(t) ((((t)+3)%6)+7) argument 29 #define RC(t) ((((t)+2)%6)+7) argument 30 #define RD(t) ((((t)+1)%6)+7) argument 31 #define RE(t) ((((t)+0)%6)+7) argument 34 #define W(t) (((t)%16)+16) argument 36 #define LOADW(t) \ argument 39 #define STEPD0_LOAD(t) \ argument 51 #define STEPD0_UPDATE(t) \ argument [all …]
|
/arch/powerpc/include/asm/ |
D | switch_to.h | 38 static inline void save_fpu(struct task_struct *t) { } in save_fpu() 39 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread() 52 static inline void save_altivec(struct task_struct *t) { } in save_altivec() 53 static inline void __giveup_altivec(struct task_struct *t) { } in __giveup_altivec() 75 static inline void __giveup_spe(struct task_struct *t) { } in __giveup_spe() 78 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb()
|
D | atomic.h | 30 int t; in atomic_read() local 128 int t; in ATOMIC_OPS() local 144 int t; in atomic_inc_return_relaxed() local 161 int t; in atomic_dec() local 177 int t; in atomic_dec_return_relaxed() local 215 int t; in atomic_fetch_add_unless() local 275 int t; in atomic_dec_if_positive() local 302 s64 t; in atomic64_read() local 399 s64 t; in ATOMIC64_OPS() local 414 s64 t; in atomic64_inc_return_relaxed() local [all …]
|
D | ppc-opcode.h | 386 #define ___PPC_RT(t) ___PPC_RS(t) argument 394 #define __PPC_RT(t) ___PPC_RT(__REG_##t) argument 399 #define __PPC_T_TLB(t) (((t) & 0x3) << 21) argument 409 #define __PPC_CT(t) (((t) & 0x0f) << 21) argument 436 #define PPC_DARN(t, l) stringify_in_c(.long PPC_INST_DARN | \ argument 444 #define PPC_LQARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LQARX | \ argument 447 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument 450 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument 453 #define PPC_STQCX(t, a, b) stringify_in_c(.long PPC_INST_STQCX | \ argument 456 #define PPC_MADDHD(t, a, b, c) stringify_in_c(.long PPC_INST_MADDHD | \ argument [all …]
|
/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/arm/mach-davinci/ |
D | time.c | 103 #define USING_COMPARE(t) ((t)->opts & TIMER_OPTS_USE_COMPARE) argument 112 static int timer32_config(struct timer_s *t) in timer32_config() 152 static inline u32 timer32_read(struct timer_s *t) in timer32_read() 229 struct timer_s *t = &timers[i]; in timer_init() local 265 struct timer_s *t = &timers[TID_CLOCKSOURCE]; in read_cycles() local 291 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_set_next_event() local 300 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_shutdown() local 309 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_set_oneshot() local 318 struct timer_s *t = &timers[TID_CLOCKEVENT]; in davinci_set_periodic() local
|
/arch/powerpc/perf/req-gen/ |
D | _begin.h | 8 #define CAT2_STR_(t, s) __stringify(t/s) argument 9 #define CAT2_STR(t, s) CAT2_STR_(t, s) argument
|
/arch/mips/kernel/ |
D | watch.c | 18 void mips_install_watch_registers(struct task_struct *t) in mips_install_watch_registers() 120 unsigned int t; in mips_probe_watch_registers() local
|
D | vpe-mt.c | 31 struct tc *t; in vpe_run() local 208 struct tc *t; in vpe_stop() local 229 struct tc *t; in vpe_free() local 331 struct tc *t; in vpe_module_init() local
|
/arch/x86/lib/ |
D | insn.c | 19 #define validate_next(t, insn, n) \ argument 22 #define __get_next(t, insn) \ argument 25 #define __peek_nbyte_next(t, insn, n) \ argument 28 #define get_next(t, insn) \ argument 31 #define peek_nbyte_next(t, insn, n) \ argument 34 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) argument
|
/arch/s390/include/asm/ |
D | stacktrace.h | 153 #define CALL_TYPECHECK_1(t, a, ...) \ argument 155 #define CALL_TYPECHECK_2(t, a, ...) \ argument 158 #define CALL_TYPECHECK_3(t, a, ...) \ argument 161 #define CALL_TYPECHECK_4(t, a, ...) \ argument 164 #define CALL_TYPECHECK_5(t, a, ...) \ argument 169 #define CALL_PARM_1(t, a, ...) t argument 170 #define CALL_PARM_2(t, a, ...) t, CALL_PARM_1(__VA_ARGS__) argument 171 #define CALL_PARM_3(t, a, ...) t, CALL_PARM_2(__VA_ARGS__) argument 172 #define CALL_PARM_4(t, a, ...) t, CALL_PARM_3(__VA_ARGS__) argument 173 #define CALL_PARM_5(t, a, ...) t, CALL_PARM_4(__VA_ARGS__) argument [all …]
|
/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/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/mips/alchemy/common/ |
D | time.c | 85 unsigned long t; in alchemy_time_init() local 154 int t; in plat_time_init() local
|
/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/powerpc/kernel/ |
D | cputable.c | 2145 struct cpu_spec *t = &the_cpu_spec; in set_cur_cpu_spec() local 2160 struct cpu_spec *t = &the_cpu_spec; in setup_cpu_spec() local 2255 struct cpu_spec *t = &the_cpu_spec; in identify_cpu_name() 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 532 struct thread_info *t = current_thread_info(); in fault_in_user_windows() local 618 struct thread_info *t = task_thread_info(p); in copy_thread() local 637 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local 652 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread() local
|
/arch/mips/ath79/ |
D | early_printk.c | 23 u32 t; in prom_putchar_wait() local 64 u32 t; in prom_enable_uart() local
|
D | common.c | 91 u32 t; in ath79_device_reset_set() local 123 u32 t; in ath79_device_reset_clear() local
|
/arch/x86/kernel/ |
D | ioport.c | 29 struct thread_struct *t = ¤t->thread; in ksys_ioperm() local 119 struct thread_struct *t = ¤t->thread; in SYSCALL_DEFINE1() local
|
/arch/x86/um/ |
D | tls_64.c | 9 int arch_set_tls(struct task_struct *t, unsigned long tls) in arch_set_tls()
|
/arch/arm/include/asm/vdso/ |
D | cp15.h | 19 #define __read_sysreg(r, w, c, t) ({ \ argument 26 #define __write_sysreg(v, r, w, c, t) asm volatile(w " " c : : "r" ((t)(v))) argument
|
/arch/arm/kernel/ |
D | xscale-cp0.c | 33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do() 58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do()
|
/arch/arm/include/uapi/asm/ |
D | swab.h | 30 __u32 t; in __arch_swab32() local
|