HomeSort by: relevance | last modified time | path
    Searched refs:w2 (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/sys/arch/arm/cortex/
gic_splfuncs_armv8.S 62 ldr w2, [x1, #CI_CPL]
63 cmp w0, w2
69 mov w0, w2 /* return oldipl */
89 ldr w2, [x1, #CI_CPL]
90 cmp w0, w2
94 ldr w2, [x1, #CI_INTR_DEPTH]
95 cbnz w2, .Lslow
103 ldr w2, [x1, #CI_HWPL]
104 cmp w2, w0
114 ldr w2, [x1, #CI_SOFTINTS
    [all...]
  /src/common/lib/libc/arch/or1k/string/
memcpy.c 40 combine_words(unsigned long w1, unsigned long w2, int shift1, int shift2)
43 return (w1 << shift1) | (w2 >> shift2);
45 return (w1 >> shift1) | (w2 << shift2);
98 unsigned long w2 = lb[0]; local in function:memcpy
100 la[0] = combine_words(w1, w2, shift1, shift2);
104 la[1] = combine_words(w2, w1, shift1, shift2);
106 w2 = lb[2];
108 la[2] = combine_words(w1, w2, shift1, shift2);
112 la[3] = combine_words(w2, w1, shift1, shift2);
119 unsigned long w2 = *lb++ local in function:memcpy
    [all...]
  /src/common/lib/libc/arch/aarch64/atomic/
atomic_nand_16.S 42 stxrh w2, w3, [x4] /* try to store */
43 cbnz w2, 2f /* succeed? no, try again */
54 stxrh w2, w3, [x4] /* try to store */
55 cbnz w2, 2f /* succeed? no, try again */
74 stxrh w2, w0, [x4] /* try to store */
75 cbnz w2, 2f /* succeed? no, try again? */
86 stxrh w2, w0, [x4] /* try to store */
87 cbnz w2, 2f /* succeed? no, try again? */
atomic_nand_32.S 42 stxr w2, w3, [x4] /* try to store */
43 cbnz w2, 2f /* succeed? no, try again */
58 stxr w2, w3, [x4] /* try to store */
59 cbnz w2, 2f /* succeed? no, try again */
74 stxr w2, w0, [x4] /* try to store */
75 cbnz w2, 2f /* succeed? no, try again? */
90 stxr w2, w0, [x4] /* try to store */
91 cbnz w2, 2f /* succeed? no, try again? */
atomic_nand_8.S 42 stxrb w2, w3, [x4] /* try to store */
43 cbnz w2, 2f /* succeed? no, try again */
58 stxrb w2, w3, [x4] /* try to store */
59 cbnz w2, 2f /* succeed? no, try again */
74 stxrb w2, w0, [x4] /* try to store */
75 cbnz w2, 2f /* succeed? no, try again? */
90 stxrb w2, w0, [x4] /* try to store */
91 cbnz w2, 2f /* succeed? no, try again? */
atomic_dec_32.S 37 stxr w2, w3, [x0] /* try to store */
38 cbnz w2, 2f /* succeed? no, try again? */
atomic_inc_32.S 37 stxr w2, w3, [x0] /* try to store */
38 cbnz w2, 2f /* succeed? no, try again? */
atomic_cas_16.S 39 stxrh w3, w2, [x4] /* store new value */
56 stxrh w3, w2, [x4] /* store new value */
atomic_cas_32.S 39 stxr w3, w2, [x4] /* store new value */
59 stxr w3, w2, [x4] /* store new value */
atomic_cas_8.S 39 stxrb w3, w2, [x4] /* store new value */
55 stxrb w3, w2, [x4] /* store new value */
atomic_op_asm.h 41 INSN w2, w0, w1 /* calculate new value */ ;\
42 stxrb w3, w2, [x4] /* try to store */ ;\
52 INSN w2, w0, w1 /* calculate new value */ ;\
53 stxrb w3, w2, [x4] /* try to store */ ;\
85 INSN w2, w0, w1 /* calculate new value */ ;\
86 stxrh w3, w2, [x4] /* try to store */ ;\
96 INSN w2, w0, w1 /* calculate new value */ ;\
97 stxrh w3, w2, [x4] /* try to store */ ;\
129 INSN w2, w0, w1 /* calculate new value */ ;\
130 stxr w3, w2, [x4] /* try to store */ ;
    [all...]
  /src/sys/arch/aarch64/aarch64/
idle_machdep.S 90 mov w2, #1
98 str w2, [x28, #CI_INTR_DEPTH] /* ci->ci_intr_depth = 1 */
110 ldr w2, [x28, #CI_CPL] /* Get current priority level */
111 lsr w3, w3, w2 /* shift mask by cpl */
cpuswitch.S 318 ldr w2, [x3, #CI_MTX_COUNT] /* ->ci_mtx_count */
319 add w2, w2, #1
320 str w2, [x3, #CI_MTX_COUNT]
  /src/sys/nfs/
rpcv2.h 113 u_int32_t w2; member in struct:nfsrpc_fullverf
120 u_int32_t w2; member in struct:nfsrpc_fullblock
  /src/usr.sbin/rbootd/
rmp_var.h 127 * COPYWORD(w1,w2) Copy u_word `w1' to `w2'.
139 #define COPYWORD(w1,w2) (w2) = (w1)
154 #define COPYWORD(w1, w2) \
155 { (w2).val[_WORD_HIGHPART] = (w1).val[_WORD_HIGHPART]; \
156 (w2).val[_WORD_LOWPART] = (w1).val[_WORD_LOWPART]; \
  /src/tests/rump/rumpkern/h_client/
h_reconcli.c 84 pthread_t pt, w1, w2, w3, w4; local in function:main
107 pthread_create(&w2, NULL, worker, NULL);
116 pthread_join(w2, NULL);
  /src/lib/libc/locale/
mbrtoc16.c 200 const char16_t w2 = 0xdc00 | __SHIFTOUT(c32, __BITS(9,0)); local in function:mbrtoc16_l
203 S->surrogate = w2;
c16rtomb.c 179 const char16_t w2 = c16; local in function:c16rtomb_l
181 __SHIFTIN(__SHIFTOUT(w2, __BITS(9,0)), __BITS(9,0));
  /src/tests/fs/ffs/
t_fifos.c 48 w2(void *arg) function in typeref:typename:void *
54 atf_tc_fail_errno("w2 open");
56 atf_tc_fail_errno("w2 write");
132 pthread_create(&ptw2, NULL, w2, NULL);
  /src/sys/fs/msdosfs/
msdosfs_conv.c 996 ucs2match(u_int16_t *w1, u_int16_t *w2, int n)
1001 if (*w1 == 0 || *w2 == 0)
1002 return *w1 == *w2;
1004 u2 = ucs2fold(*w2);
1008 ++w2;
1021 char8match(u_int16_t *w1, u_int16_t *w2, int n)
1027 u2 = le16toh(*w2);
1037 ++w2;
  /src/sys/arch/x86/isa/
clock.c 232 int w1, w2, w3; local in function:gettick_broken_latch
285 w2 = v3 - v1 + x86_rtclock_tval;
287 if (w1 >= w2) {
291 if (w2 >= w3)
  /src/tests/fs/vfs/
t_renamerace.c 77 w2(void *arg) function in typeref:typename:void *
173 pthread_create(&pt2[i], NULL, w2, NULL);
205 pthread_create(&pt2, NULL, w2, NULL);
  /src/sys/arch/amiga/dev/
if_esreg.h 80 } w2; member in union:smcregs
  /src/sbin/nvmectl/
bignum.c 1809 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local in function:toom_cook_multiply
1813 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
1927 /* w2 = (a2 + a1 + a0)(b2 + b1 + b0) */
1940 if ((res = signed_multiply(&tmp1, &tmp2, &w2)) != MP_OKAY) {
1973 if ((res = signed_subtract(&w2, &w0, &w2)) != MP_OKAY) {
1976 if ((res = signed_subtract(&w2, &w4, &w2)) != MP_OKAY) {
1980 if ((res = signed_subtract(&w1, &w2, &w1)) != MP_OKAY) {
1984 if ((res = signed_subtract(&w3, &w2, &w3)) != MP_OKAY)
2727 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local in function:toom_cook_square
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 191 u_int16_t w2;
343 u_int16_t w2;
1685 r.return_icmp6 = $1.w2;
1690 r.return_icmp6 = $1.w2;
2085 filter_opts.flags.w2 |= $1.w2;
2177 $$.w2 = returnicmp6default;
2182 $$.w2 = 0;
2187 $$.w2 = 0;
2196 $$.w2 = 0
    [all...]

Completed in 23 milliseconds

1 2