/arch/frv/include/asm/ |
D | timer-regs.h | 46 #define __get_TCSR(T) ({ *(volatile unsigned long *)(0xfeff9400 + 8 * (T)); }) argument 47 #define __get_TxCKSL(T) ({ *(volatile unsigned long *)(0xfeff9430 + 8 * (T)); }) argument 49 #define __get_TCSR_DATA(T) ({ __get_TCSR(T) >> 24; }) argument 54 #define __set_TCSR(T,V) \ argument 55 do { *(volatile unsigned long *)(0xfeff9400 + 8 * (T)) = (V); mb(); } while(0) 57 #define __set_TxCKSL(T,V) \ argument 58 do { *(volatile unsigned long *)(0xfeff9430 + 8 * (T)) = (V); mb(); } while(0) 60 #define __set_TCSR_DATA(T,V) __set_TCSR(T, (V) << 24) argument 61 #define __set_TxCKSL_DATA(T,V) __set_TxCKSL(T, TxCKSL_EIGHT | __TxCKSL_SELECT((V))) argument
|
/arch/alpha/boot/ |
D | Makefile | 51 echo "#define KERNEL_SIZE `ls -l $(obj)/vmlinux.nh | awk '{print $$5}'`" > $@T 54 echo "#define INITRD_IMAGE_SIZE `ls -l $(INITRD) | awk '{print $$5}'`" >> $@T 56 cmp -s $@T $@ || mv -f $@T $@ 57 rm -f $@T 60 echo "#define KERNEL_SIZE `ls -l $(obj)/vmlinux.nh | awk '{print $$5}'`" > $@T 61 echo "#define KERNEL_Z_SIZE `ls -l $(obj)/vmlinux.nh.gz | awk '{print $$5}'`" >> $@T 64 echo "#define INITRD_IMAGE_SIZE `ls -l $(INITRD) | awk '{print $$5}'`" >> $@T 66 cmp -s $@T $@ || mv -f $@T $@ 67 rm -f $@T
|
/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 69 T = 0, enumerator 74 #define T macro 812 [PERF_COUNT_HW_INSTRUCTIONS] = { 0x01, CNTR_EVEN | CNTR_ODD, T }, 813 [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = { 0x02, CNTR_EVEN, T }, 814 [PERF_COUNT_HW_BRANCH_MISSES] = { 0x02, CNTR_ODD, T }, 821 [PERF_COUNT_HW_INSTRUCTIONS] = { 0x01, CNTR_EVEN | CNTR_ODD, T }, 822 [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = { 0x27, CNTR_EVEN, T }, 823 [PERF_COUNT_HW_BRANCH_MISSES] = { 0x27, CNTR_ODD, T }, 855 [PERF_COUNT_HW_CPU_CYCLES] = { 0x00, CNTR_EVEN | CNTR_ODD, T }, 856 [PERF_COUNT_HW_INSTRUCTIONS] = { 0x01, CNTR_EVEN | CNTR_ODD, T }, [all …]
|
/arch/powerpc/math-emu/ |
D | fmadd.c | 16 FP_DECL_D(T); in fmadd() 37 FP_MUL_D(T, A, C); in fmadd() 42 FP_ADD_D(R, T, B); in fmadd()
|
D | fnmadds.c | 17 FP_DECL_D(T); in fnmadds() 38 FP_MUL_D(T, A, C); in fnmadds() 43 FP_ADD_D(R, T, B); in fnmadds()
|
D | fnmsubs.c | 17 FP_DECL_D(T); in fnmsubs() 38 FP_MUL_D(T, A, C); in fnmsubs() 46 FP_ADD_D(R, T, B); in fnmsubs()
|
D | fnmadd.c | 16 FP_DECL_D(T); in fnmadd() 37 FP_MUL_D(T, A, C); in fnmadd() 42 FP_ADD_D(R, T, B); in fnmadd()
|
D | fnmsub.c | 16 FP_DECL_D(T); in fnmsub() 37 FP_MUL_D(T, A, C); in fnmsub() 45 FP_ADD_D(R, T, B); in fnmsub()
|
D | fmsubs.c | 17 FP_DECL_D(T); in fmsubs() 38 FP_MUL_D(T, A, C); in fmsubs() 46 FP_ADD_D(R, T, B); in fmsubs()
|
D | fmsub.c | 16 FP_DECL_D(T); in fmsub() 37 FP_MUL_D(T, A, C); in fmsub() 45 FP_ADD_D(R, T, B); in fmsub()
|
D | fmadds.c | 17 FP_DECL_D(T); in fmadds() 38 FP_MUL_D(T, A, C); in fmadds() 43 FP_ADD_D(R, T, B); in fmadds()
|
/arch/arm/crypto/ |
D | bsaes-armv7.pl | 1594 my @T=@XMM[6..7]; 1669 vshr.s64 @T[0], @XMM[8], #63 1671 vand @T[0], @T[0], $twmask 1677 vswp `&Dhi("@T[0]")`,`&Dlo("@T[0]")` 1678 vshr.s64 @T[1], @XMM[$i], #63 1679 veor @XMM[$i], @XMM[$i], @T[0] 1680 vand @T[1], @T[1], $twmask 1682 @T=reverse(@T); 1694 vswp `&Dhi("@T[0]")`,`&Dlo("@T[0]")` 1695 veor @XMM[8], @XMM[8], @T[0] [all …]
|
/arch/x86/include/asm/ |
D | kvm_para.h | 106 #define kvm_async_pf_task_wait(T) do {} while(0) argument 107 #define kvm_async_pf_task_wake(T) do {} while(0) argument
|
/arch/m68k/fpsp040/ |
D | ssin.S | 260 fmulx %fp1,%fp3 | ...T(A5+TA7) 261 fmulx %fp1,%fp2 | ...T(A4+TA6) 263 faddd SINA3,%fp3 | ...A3+T(A5+TA7) 264 faddx SINA2,%fp2 | ...A2+T(A4+TA6) 266 fmulx %fp3,%fp1 | ...T(A3+T(A5+TA7)) 268 fmulx %fp0,%fp2 | ...S(A2+T(A4+TA6)) 269 faddx SINA1,%fp1 | ...A1+T(A3+T(A5+TA7)) 290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))]) 291 |--WHERE T=S*S. 302 fmulx %fp1,%fp1 | ...FP1 IS T
|
D | setox.S | 142 | ans := T + ( T*p + t) 143 | where T and t are the stored values for 2^(J/64). 144 | Notes: 2^(J/64) is stored as T and t where T+t approximates 145 | 2^(J/64) to roughly 85 bits; T is in extended precision 146 | and t is in single precision. Note also that T is rounded 147 | to 62 bits so that the last two bits of T are zero. The 148 | reason for such a special form is that T-1, T-2, and T-8 740 faddx (%a1),%fp0 | ...T+(p+(t+OnebySc)) 749 faddx (%a1),%fp0 | ...T+(p+t) 750 faddx ONEBYSC(%a6),%fp0 | ...OnebySc + (T+(p+t)) [all …]
|
/arch/nios2/ |
D | Kconfig.debug | 13 task has ever had available in the sysrq-T and sysrq-P debug output.
|
/arch/h8300/boot/compressed/ |
D | head.S | 40 ; 0xTV: T=0 for LILO
|
/arch/arm/mach-omap1/ |
D | Kconfig | 62 HTC Herald smartphone support (AKA T-Mobile Wing, ...) 112 bool "Palm Tungsten|T" 115 Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
|
/arch/frv/kernel/ |
D | head-mmu-fr451.S | 51 # CC0 - T if DBR0 is present 52 # CC1 - T if DBR1 is present 53 # CC2 - T if DBR2 is present 54 # CC3 - T if DBR3 is present
|
D | head-uc-fr401.S | 50 # CC0 - T if DBR0 is present 51 # CC1 - T if DBR1 is present 52 # CC2 - T if DBR2 is present (not FR401/FR401A) 53 # CC3 - T if DBR3 is present (not FR401/FR401A)
|
D | head-uc-fr555.S | 49 # CC0 - T if DARS0 is present 50 # CC1 - T if DARS1 is present 51 # CC2 - T if DARS2 is present 52 # CC3 - T if DARS3 is present
|
/arch/avr32/boards/hammerhead/ |
D | Kconfig | 21 want to have support for your Hantronix HDA-351T-LV LCD.
|
/arch/m32r/kernel/ |
D | head.S | 148 st r5, @r4 ; Set MATM Reg(T bit ON) 210 st r5, @r4 ; Set MATM Reg(T bit OFF)
|
/arch/sh/boot/compressed/ |
D | head_32.S | 119 ! 0xTV: T=0 for LILO
|
/arch/s390/include/asm/ |
D | cpu_mf.h | 102 unsigned int T:1; /* 26 PSW DAT mode */ member
|