Home
last modified time | relevance | path

Searched refs:W (Results 1 – 25 of 146) sorted by relevance

123456

/linux-2.6.39/scripts/rt-tester/
Dt5-l4-pi-boost-deboost.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
62 W: locked: 0: 0
66 W: locked: 1: 1
70 W: blocked: 1: 0
75 W: locked: 2: 2
79 W: blocked: 2: 1
85 W: locked: 3: 3
89 W: blocked: 3: 2
96 W: blocked: 4: 3
[all …]
Dt5-l4-pi-boost-deboost-setsched.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
62 W: locked: 0: 0
66 W: locked: 1: 1
70 W: blocked: 1: 0
75 W: locked: 2: 2
79 W: blocked: 2: 1
85 W: locked: 3: 3
89 W: blocked: 3: 2
96 W: blocked: 4: 3
[all …]
Dt4-l2-pi-deboost.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
61 W: locked: 0: 0
65 W: locked: 1: 1
69 W: blocked: 3: 0
74 W: blocked: 0: 1
81 W: blockedwake: 0: 1
84 W: unlocked: 1: 1
89 W: blocked: 2: 1
94 W: unlocked: 3: 0
[all …]
Dt2-l1-2rt-sameprio.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
60 W: locked: 0: 0
61 W: blocked: 1: 0
66 W: locked: 1: 0
69 W: unlocked: 0: 0
74 W: unlocked: 1: 0
79 W: locked: 1: 0
80 W: blocked: 0: 0
85 W: locked: 0: 0
[all …]
Dt2-l2-2rt-deadlock.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
59 W: locked: 0: 0
63 W: locked: 1: 1
67 W: blocked: 0: 1
71 W: blocked: 1: 0
75 W: unlocked: 1: 0
77 W: unlocked: 0: 1
81 W: unlocked: 0: 0
83 W: unlocked: 1: 1
Dt3-l1-pi-1rt.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
60 W: locked: 0: 0
64 W: blocked: 1: 0
69 W: blocked: 2: 0
76 W: locked: 2: 0
77 W: unlocked: 0: 0
83 W: unlocked: 2: 0
84 W: locked: 1: 0
87 W: unlocked: 1: 0
Dt3-l1-pi-3rt.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
60 W: locked: 0: 0
64 W: blocked: 1: 0
69 W: blocked: 2: 0
76 W: locked: 2: 0
77 W: unlocked: 0: 0
83 W: locked: 1: 0
84 W: unlocked: 2: 0
87 W: unlocked: 1: 0
Dt3-l2-pi.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
60 W: locked: 0: 0
64 W: blocked: 1: 0
69 W: blocked: 2: 0
76 W: locked: 2: 0
77 W: unlocked: 0: 0
83 W: unlocked: 2: 0
84 W: locked: 1: 0
87 W: unlocked: 1: 0
Dt3-l1-pi-2rt.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
60 W: locked: 0: 0
64 W: blocked: 1: 0
69 W: blocked: 2: 0
77 W: locked: 2: 0
78 W: unlocked: 0: 0
84 W: unlocked: 2: 0
85 W: locked: 1: 0
88 W: unlocked: 1: 0
Dt3-l1-pi-steal.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
60 W: locked: 0: 0
64 W: blocked: 1: 0
71 W: blockedwake: 1: 0
80 W: locked: 2: 0
81 W: blocked: 1: 0
87 W: blockedwake: 1: 0
89 W: locked: 1: 0
91 W: unlocked: 1: 0
Dt3-l1-pi-signal.tst4 # Op: C(ommand)/T(est)/W(ait)
49 W: opcodeeq: 0: 0
58 W: locked: 0: 0
62 W: blocked: 1: 0
68 W: blocked: 2: 0
74 W: unlocked: 2: 0
85 W: locked: 1: 0
86 W: unlocked: 0: 0
90 W: unlocked: 1: 0
Dt2-l1-pi.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
59 W: locked: 0: 0
63 W: blocked: 1: 0
68 W: locked: 1: 0
71 W: unlocked: 0: 0
76 W: unlocked: 1: 0
Dt2-l1-signal.tst4 # Op: C(ommand)/T(est)/W(ait)
51 W: opcodeeq: 0: 0
59 W: locked: 0: 0
63 W: blocked: 1: 0
67 W: unlocked: 1: 0
72 W: unlocked: 0: 0
/linux-2.6.39/crypto/
Dsha256_generic.c43 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() argument
45 W[I] = __be32_to_cpu( ((__be32*)(input))[I] ); in LOAD_OP()
48 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP() argument
50 W[I] = s1(W[I-2]) + W[I-7] + s0(W[I-15]) + W[I-16]; in BLEND_OP()
56 u32 W[64]; in sha256_transform() local
61 LOAD_OP(i, W, input); in sha256_transform()
65 BLEND_OP(i, W); in sha256_transform()
72 t1 = h + e1(e) + Ch(e,f,g) + 0x428a2f98 + W[ 0]; in sha256_transform()
74 t1 = g + e1(d) + Ch(d,e,f) + 0x71374491 + W[ 1]; in sha256_transform()
76 t1 = f + e1(c) + Ch(c,d,e) + 0xb5c0fbcf + W[ 2]; in sha256_transform()
[all …]
Dsha512_generic.c76 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP() argument
78 W[I] = __be64_to_cpu( ((__be64*)(input))[I] ); in LOAD_OP()
81 static inline void BLEND_OP(int I, u64 *W) in BLEND_OP() argument
83 W[I] = s1(W[I-2]) + W[I-7] + s0(W[I-15]) + W[I-16]; in BLEND_OP()
92 u64 *W = get_cpu_var(msg_schedule); in sha512_transform() local
96 LOAD_OP(i, W, input); in sha512_transform()
99 BLEND_OP(i, W); in sha512_transform()
108 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[i ]; in sha512_transform()
110 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[i+1]; in sha512_transform()
112 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[i+2]; in sha512_transform()
[all …]
/linux-2.6.39/lib/
Dsha1.c39 void sha_transform(__u32 *digest, const char *in, __u32 *W) in sha_transform() argument
44 W[i] = be32_to_cpu(((const __be32 *)in)[i]); in sha_transform()
47 W[i+16] = rol32(W[i+13] ^ W[i+8] ^ W[i+2] ^ W[i], 1); in sha_transform()
56 t = f1(b, c, d) + K1 + rol32(a, 5) + e + W[i]; in sha_transform()
61 t = f2(b, c, d) + K2 + rol32(a, 5) + e + W[i]; in sha_transform()
66 t = f3(b, c, d) + K3 + rol32(a, 5) + e + W[i]; in sha_transform()
71 t = f2(b, c, d) + K4 + rol32(a, 5) + e + W[i]; in sha_transform()
/linux-2.6.39/drivers/staging/rt2860/common/
Dcrypt_sha2.c94 u32 W[16]; in SHA1_Hash() local
98 NdisMoveMemory(W, pSHA_CTX->Block, SHA1_BLOCK_SIZE); in SHA1_Hash()
100 W[W_i] = cpu2be32(W[W_i]); /* Endian Swap */ in SHA1_Hash()
115 W[s] = in SHA1_Hash()
116 (W[(s + 13) & SHA1_MASK]) ^ (W[(s + 8) & SHA1_MASK]) in SHA1_Hash()
117 ^ (W[(s + 2) & SHA1_MASK]) ^ W[s]; in SHA1_Hash()
118 W[s] = ROTL32(W[s], 1); in SHA1_Hash()
134 T = ROTL32(a, 5) + f_t + e + SHA1_K[t / 20] + W[s]; in SHA1_Hash()
/linux-2.6.39/arch/arm/lib/
Dmemmove.S77 6: W(nop)
78 W(ldr) r3, [r1, #-4]!
79 W(ldr) r4, [r1, #-4]!
80 W(ldr) r5, [r1, #-4]!
81 W(ldr) r6, [r1, #-4]!
82 W(ldr) r7, [r1, #-4]!
83 W(ldr) r8, [r1, #-4]!
84 W(ldr) lr, [r1, #-4]!
88 W(nop)
89 W(str) r3, [r0, #-4]!
[all …]
/linux-2.6.39/arch/m68k/fpsp040/
Dslogn.S436 |--LET V=U*U, W=V*V, CALCULATE
438 |--U + U*V*( [B1 + W*(B3 + W*B5)] + [V*(B2 + W*B4)] )
443 fmulx %fp1,%fp1 | ...FP1 IS W
448 fmulx %fp1,%fp3 | ...W*B5
449 fmulx %fp1,%fp2 | ...W*B4
451 faddd LOGB3,%fp3 | ...B3+W*B5
452 faddd LOGB2,%fp2 | ...B2+W*B4
454 fmulx %fp3,%fp1 | ...W*(B3+W*B5), FP3 RELEASED
456 fmulx %fp0,%fp2 | ...V*(B2+W*B4)
458 faddd LOGB1,%fp1 | ...B1+W*(B3+W*B5)
[all …]
/linux-2.6.39/arch/arm/boot/compressed/
Dhead.S625 W(b) __arm6_mmu_cache_off @ works, but slow
626 W(b) __arm6_mmu_cache_off
644 W(b) __arm7_mmu_cache_off
645 W(b) __arm7_mmu_cache_off
651 W(b) __armv4_mmu_cache_on
652 W(b) __armv4_mmu_cache_off
658 W(b) __armv3_mpu_cache_on
659 W(b) __armv3_mpu_cache_off
660 W(b) __armv3_mpu_cache_flush
664 W(b) __armv4_mpu_cache_on
[all …]
/linux-2.6.39/arch/blackfin/lib/
Dins.S97 R0 = W[P0]; \
98 W[P1++] = R0; \
102 R0 = W[P0]; \
115 W[P1++] = R0; \
117 W[P1++] = R0; \
/linux-2.6.39/
DCREDITS5 (W), PGP key ID and fingerprint (P), description (D), and
21 W: http://www.arbornet.org/~dragos
29 W: http://alumnus.caltech.edu/~madler/
41 W: http://www.csn.ul.ie/~airlied
49 W: http://www.moses.uklinux.net/patches
57 W: http://www.almesberger.net/
72 W: http://www-stu.christs.cam.ac.uk/~aia21/
80 W: http://www.pdos.lcs.mit.edu/~cananian
91 W: http://www.codepoet.org/
101 W: http://www.subcarrier.org/mang
[all …]
DMAINTAINERS73 W: Web-page with status/info
134 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
137 W: http://www.lsi.com
163 W: http://serial.sourceforge.net
180 W: http://swik.net/v9fs
195 W: http://www.adaptec.com/
221 W: http://piie.net/?section=acerhdf
229 W: http://code.google.com/p/aceracpi
236 W: http://www.lesswatts.org/projects/acpi/
248 W: http://www.lesswatts.org/projects/acpi/
[all …]
/linux-2.6.39/drivers/staging/comedi/drivers/addi-data/
Daddi_common.h39 #define LOBYTE(W) (unsigned char)((W) & 0xFF) argument
40 #define HIBYTE(W) (unsigned char)(((W) >> 8) & 0xFF) argument
42 #define LOWORD(W) (unsigned short)((W) & 0xFFFF) argument
43 #define HIWORD(W) (unsigned short)(((W) >> 16) & 0xFFFF) argument
/linux-2.6.39/drivers/atm/
DKconfig85 when going from 8W to 16W bursts.
88 bool "Enable 16W TX bursts (discouraged)"
95 bool "Enable 8W TX bursts (recommended)"
102 bool "Enable 4W TX bursts (optional)"
106 this if you have disabled 8W bursts. Enabling 4W if 8W is also set
110 bool "Enable 2W TX bursts (optional)"
114 this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or 8W
118 bool "Enable 16W RX bursts (discouraged)"
125 bool "Enable 8W RX bursts (discouraged)"
133 bool "Enable 4W RX bursts (recommended)"
[all …]

123456