/arch/ia64/kernel/ |
D | smpboot.c | 120 static volatile unsigned long go[SLAVE + 1]; variable 212 go[MASTER] = 0; in sync_master() 217 while (!go[MASTER]) in sync_master() 219 go[MASTER] = 0; in sync_master() 220 go[SLAVE] = ia64_get_itc(); in sync_master() 240 go[MASTER] = 1; in get_delta() 241 while (!(tm = go[SLAVE])) in get_delta() 243 go[SLAVE] = 0; in get_delta() 314 go[MASTER] = 1; in ia64_sync_itc() 321 while (go[MASTER]) in ia64_sync_itc()
|
/arch/sparc/kernel/ |
D | smp_64.c | 149 static unsigned long go[SLAVE + 1]; variable 161 go[MASTER] = 1; in get_delta() 163 while (!(tm = go[SLAVE])) in get_delta() 165 go[SLAVE] = 0; in get_delta() 196 go[MASTER] = 1; in smp_synchronize_tick_client() 198 while (go[MASTER]) in smp_synchronize_tick_client() 246 go[MASTER] = 0; in smp_synchronize_one_tick() 251 while (!go[MASTER]) in smp_synchronize_one_tick() 255 go[MASTER] = 0; in smp_synchronize_one_tick() 261 while (!go[MASTER]) in smp_synchronize_one_tick() [all …]
|
/arch/m68k/fpsp040/ |
D | sacos.S | 23 | 1. If |X| >= 1, go to 3. 30 | 3. If |X| > 1, go to 5.
|
D | stwotox.S | 25 | 1. If |X| > 16480, go to ExpBig. 27 | 2. If |X| < 2**(-70), go to ExpSm. 38 | 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig. 40 | 2. If |X| < 2**(-70), go to ExpSm.
|
D | sasin.S | 23 | 1. If |X| >= 1, go to 3. 30 | 3. If |X| > 1, go to 5.
|
D | satanh.S | 24 | 1. If |X| >= 1, go to 3. 33 | 3. If |X| > 1, go to 5.
|
D | gen_except.S | 59 beq do_check |go handle idle frame 61 beqs unimp_x |go handle unimp frame 63 beqs unimp_x |go handle unimp frame 176 bra commonE |go clean and exit 207 bra do_clean |go clean and exit 218 bras ovfl_unfl |go to unfl_ovfl to determine if 274 bra do_clean |go clean and exit 376 | If trace mode enabled, then go to trace handler. This handler
|
D | util.S | 187 jmp (%a1) |go to the correct routine 194 bra set_sign |now go set the sign 197 bra set_sign |now go set the sign 228 bra set_sign |now go set the sign 424 beqs opc_1b |if set, go to cmdreg1b 517 jmp (%a1) |go to the correct routine 524 bra uset_sign |now go set the sign 528 bra uset_sign |now go set the sign 560 bra uset_sign |now go set the sign
|
D | stanh.S | 23 | 1. If |X| >= (5/2) log2 or |X| <= 2**(-40), go to 3. 31 | go to 7. 33 | 4. (|X| >= (5/2) log2) If |X| >= 50 log2, go to 6.
|
D | scosh.S | 23 | 1. If |X| > 16380 log2, go to 3. 30 | 3. (|X| > 16380 log2). If |X| > 16480 log2, go to 5.
|
D | x_store.S | 140 beqs get_mant |if positive, go process mantissa 143 bras get_mant |go process mantissa 148 beqs dbl_inf |if positive, go ahead and write it
|
D | ssinh.S | 23 | 1. If |X| > 16380 log2, go to 3. 30 | 3. If |X| > 16480 log2, go to 5.
|
D | ssin.S | 32 | 2. If |X| >= 15Pi or |X| < 2**(-40), go to 7. 38 | 4. If k is even, go to 6. 50 | 7. If |X| > 1, go to 9. 54 | 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 3. 57 | 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. 62 | 3. If k is even, go to 5. 76 | 6. If |X| > 1, go to 8. 80 | 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 2.
|
D | stan.S | 24 | 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. 29 | 3. If k is odd, go to 5. 43 | 6. If |X| > 1, go to 8. 47 | 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 2.
|
D | bugfix.S | 186 | cu src equal to xu dest or equal to nu dest. If so, go to 188 | xu dest or equal to nu dest. If so, go to tst_opcl. Else, 191 | Check for opclass 0. If not, go and check for opclass 2 and sgl. 205 | Check for cu dest equal to nu dest. If so, go and fix the 358 | go and fix the bug condition. Otherwise, exit.
|
D | x_unimp.S | 66 bsrl get_op |go get operand(s)
|
D | srem_mod.S | 30 | R := X, go to Step 4. 36 | 3.1 If R = Y, go to Step 9. 38 | 3.3 If j = 0, go to Step 4. 44 | MOD is requested, go to Step 6.
|
/arch/alpha/lib/ |
D | ev6-memcpy.S | 79 cmple $18, 127, $1 # E : Can we go through the unrolled loop? 107 subq $18, 192, $2 # E : At least two more trips to go? 195 bne $1, $aligndest # U : go until we are aligned. 234 bgt $18, $misalign_byte # U : more to go?
|
D | ev6-clear_user.S | 184 # $1 is the number of quadwords left to go. 189 beq $1, $trailbytes # U .. .. .. : U L U L : Only 0..7 bytes to go 202 # We have an unknown number of bytes left to go.
|
/arch/m32r/kernel/ |
D | head.S | 88 beqz r4, .Lendloop1 ; any more to go? 92 bnez r4, .Lloop1 ; go do some more 96 beqz r4, .Lendloop2 ; any more to go? 101 bnez r4, .Lloop2 ; go do some more
|
/arch/m32r/boot/compressed/ |
D | head.S | 107 beqz r4, .Lendloop1 ; any more to go? 111 bnez r4, .Lloop1 ; go do some more
|
/arch/arm/mach-omap2/ |
D | sram243x.S | 45 str r3, [r2] @ go to L1-freq operation 49 bl voltage_shift @ go drop voltage 69 bl voltage_shift @ go raise voltage 73 str r3, [r2] @ go to L0-freq operation 247 str r7, [r8] @ go to fast relock
|
D | sram242x.S | 45 str r3, [r2] @ go to L1-freq operation 49 bl voltage_shift @ go drop voltage 69 bl voltage_shift @ go raise voltage 73 str r3, [r2] @ go to L0-freq operation 247 str r7, [r8] @ go to fast relock
|
/arch/avr32/boards/hammerhead/ |
D | Kconfig | 27 also go trough the ALSA settings to get it working.
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 1318 # INEX1 : none (packed doesn't go through here) 1367 bra.w fu_in_exc_ovfl # go insert overflow frame 2983 # call fmovm_calc_ea which will go through the ea calc process and, 6160 # Step 1. If |X| >= 16 or |X| < 1/16, go to Step 5. # 6173 # Step 5. If |X| >= 16, go to Step 7. # 6713 # 1. If |X| >= 1, go to 3. # 6720 # 3. If |X| > 1, go to 5. # 6988 # 1.1 If |X| >= 1/4, go to Step 1.3. # 6990 # 1.3 If |X| < 70 log(2), go to Step 2. # 7048 # 6.1 If M <= 63, go to Step 6.3. # [all …]
|