Searched refs:bgt (Results 1 - 25 of 69) sorted by relevance

123

/linux-master/arch/nios2/boot/compressed/
H A Dhead.S29 bgt r1, r0, 1b
35 bgt r1, r0, 1b
56 bgt r1, r0, 1b
92 bgt r1, r0, 1b
98 bgt r1, r0, 1b
/linux-master/arch/alpha/lib/
H A Dmemmove.S80 bgt $18,$byte_loop_tail_dn
104 bgt $18,$byte_loop_tail_dn
149 bgt $18,$byte_loop_tail_up
174 bgt $18,$byte_loop_tail_up
H A Dev6-copy_user.S169 bgt $3,$unroll4 # U .. .. .. : U L U L
216 bgt $0,$onebyteloop # U .. .. .. : U L U L
H A Dev6-clear_user.S188 bgt $1, $onequad # U .. .. .. : U L U L
204 bgt $0, $onebyte # U .. .. .. : U L U L
H A Dudiv-qrnnd.S86 bgt cnt,$loop1
136 bgt cnt,$loop2
H A Dev6-memcpy.S172 bgt $18, $tail_bytes # U : more to be done?
235 bgt $18, $misalign_byte # U : more to go?
/linux-master/arch/powerpc/boot/
H A Dutil.S63 bgt 3f
/linux-master/arch/powerpc/perf/
H A Dbhrb.S23 bgt 1f
/linux-master/arch/arm/lib/
H A Dcopy_page.S40 bgt 1b @ 1
H A Dio-writesl.S39 bgt 6f
H A Dmemset.S50 bgt 2b
97 bgt 3b
H A Dio-readsl.S39 bgt 6f
H A Dcopy_template.S180 bgt 18f
238 bgt 15b
/linux-master/arch/nios2/kernel/
H A Dhead.S74 bgt r1, r0, icache_init
124 bgt r1, r0, dcache_init
/linux-master/fs/ubifs/
H A Dmisc.h58 if (c->bgt && !c->need_bgt) {
60 wake_up_process(c->bgt);
H A Dsuper.c1382 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name);
1383 if (IS_ERR(c->bgt)) {
1384 err = PTR_ERR(c->bgt);
1385 c->bgt = NULL;
1640 if (c->bgt)
1641 kthread_stop(c->bgt);
1680 if (c->bgt)
1681 kthread_stop(c->bgt);
1797 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name);
1798 if (IS_ERR(c->bgt)) {
[all...]
/linux-master/arch/powerpc/lib/
H A Dmemcmp_64.S116 bgt cr6,.Lno_short
190 bgt cr6,.Llong
226 bgt .Lshort
374 bgt cr0,.Lout
380 bgt cr1,.Lout
386 bgt cr6,.Lout
392 bgt cr7,.Lout
H A Dmem_64.S102 bgt backwards_memcpy
H A Dstring_64.S83 bgt cr1,.Llong_clear
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp_64.S116 bgt cr6,.Lno_short
190 bgt cr6,.Llong
226 bgt .Lshort
374 bgt cr0,.Lout
380 bgt cr1,.Lout
386 bgt cr6,.Lout
392 bgt cr7,.Lout
/linux-master/arch/arm/mm/
H A Dcache-v7m.S146 bgt 2b
148 bgt 1b
219 bgt flush_levels
/linux-master/arch/loongarch/lib/
H A Dmemset.S51 bgt a2, zero, 1b
H A Dmemmove.S56 bgt a2, zero, 1b
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dmem_64.S102 bgt backwards_memcpy
/linux-master/arch/m68k/fpsp040/
H A Dssinh.S114 bgt t_ovfl

Completed in 173 milliseconds

123