Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 87) sorted by relevance

1234

/arch/ia64/kernel/
Dsmpboot.c104 static volatile unsigned long go[SLAVE + 1]; variable
196 go[MASTER] = 0; in sync_master()
201 while (!go[MASTER]) in sync_master()
203 go[MASTER] = 0; in sync_master()
204 go[SLAVE] = ia64_get_itc(); in sync_master()
224 go[MASTER] = 1; in get_delta()
225 while (!(tm = go[SLAVE])) in get_delta()
227 go[SLAVE] = 0; in get_delta()
298 go[MASTER] = 1; in ia64_sync_itc()
305 while (go[MASTER]) in ia64_sync_itc()
/arch/arm/mach-mvebu/
Dpmsu_ll.S32 ARM_BE8(setend be ) @ go BE8 if entered LE
48 ARM_BE8(setend be ) @ go BE8 if entered LE
Dheadsmp.S32 ARM_BE8(setend be ) @ go BE8 if entered LE
/arch/m68k/fpsp040/
Dsacos.S23 | 1. If |X| >= 1, go to 3.
30 | 3. If |X| > 1, go to 5.
Dstwotox.S25 | 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.
Dsasin.S23 | 1. If |X| >= 1, go to 3.
30 | 3. If |X| > 1, go to 5.
Dsatanh.S24 | 1. If |X| >= 1, go to 3.
33 | 3. If |X| > 1, go to 5.
Dgen_except.S59 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
Dutil.S187 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
Dstanh.S23 | 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.
Dscosh.S23 | 1. If |X| > 16380 log2, go to 3.
30 | 3. (|X| > 16380 log2). If |X| > 16480 log2, go to 5.
/arch/arm/mach-vexpress/
Ddcscb_setup.S33 2: @ Implementation-specific local CPU setup operations should go here,
/arch/arm/mach-imx/
Dheadsmp.S29 ARM_BE8(setend be) @ go BE8 if entered LE
/arch/sparc/kernel/
Dsmp_64.c169 static unsigned long go[SLAVE + 1]; variable
181 go[MASTER] = 1; in get_delta()
183 while (!(tm = go[SLAVE])) in get_delta()
185 go[SLAVE] = 0; in get_delta()
216 go[MASTER] = 1; in smp_synchronize_tick_client()
218 while (go[MASTER]) in smp_synchronize_tick_client()
264 go[MASTER] = 0; in smp_synchronize_one_tick()
269 while (!go[MASTER]) in smp_synchronize_one_tick()
273 go[MASTER] = 0; in smp_synchronize_one_tick()
279 while (!go[MASTER]) in smp_synchronize_one_tick()
[all …]
/arch/alpha/lib/
Dev6-memcpy.S80 cmple $18, 127, $1 # E : Can we go through the unrolled loop?
108 subq $18, 192, $2 # E : At least two more trips to go?
196 bne $1, $aligndest # U : go until we are aligned.
235 bgt $18, $misalign_byte # U : more to go?
Dev6-clear_user.S172 # $1 is the number of quadwords left to go.
177 beq $1, $trailbytes # U .. .. .. : U L U L : Only 0..7 bytes to go
190 # We have an unknown number of bytes left to go.
/arch/x86/realmode/rm/
Dtrampoline_32.S42 movl tr_start, %eax # where we need to go
/arch/m32r/kernel/
Dhead.S89 beqz r4, .Lendloop1 ; any more to go?
93 bnez r4, .Lloop1 ; go do some more
97 beqz r4, .Lendloop2 ; any more to go?
102 bnez r4, .Lloop2 ; go do some more
/arch/blackfin/mach-bf561/boards/
DKconfig28 please go to http://www.niistt.ru/
/arch/arm/include/debug/
Dbrcmstb.S54 bne 100f @ no; go load the addresses
82 bne 92f @ Yes, go process it
Dtegra.S84 bne 100f @ no; go load the addresses
151 bne 92f @ Yes, go process it
/arch/arm/mach-lpc32xx/
Dsuspend.S53 @ Wait for SDRAM busy status to go busy and then idle
/arch/x86/entry/vdso/
Dvdso2c.c174 static void go(void *raw_addr, size_t raw_len, in go() function
252 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main()
/arch/m32r/boot/compressed/
Dhead.S108 beqz r4, .Lendloop1 ; any more to go?
112 bnez r4, .Lloop1 ; go do some more
/arch/arm/mach-omap2/
Dsram243x.S53 str r3, [r2] @ go to L1-freq operation
57 bl voltage_shift @ go drop voltage
77 bl voltage_shift @ go raise voltage
81 str r3, [r2] @ go to L0-freq operation
257 str r7, [r8] @ go to fast relock

1234