Searched refs:bgt (Results 1 – 25 of 66) sorted by relevance
123
/linux-6.6.21/arch/nios2/boot/compressed/ |
D | head.S | 29 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-6.6.21/arch/alpha/lib/ |
D | memmove.S | 80 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
|
D | ev6-copy_user.S | 169 bgt $3,$unroll4 # U .. .. .. : U L U L 216 bgt $0,$onebyteloop # U .. .. .. : U L U L
|
D | ev6-clear_user.S | 188 bgt $1, $onequad # U .. .. .. : U L U L 204 bgt $0, $onebyte # U .. .. .. : U L U L
|
D | ev6-memcpy.S | 172 bgt $18, $tail_bytes # U : more to be done? 235 bgt $18, $misalign_byte # U : more to go?
|
D | udiv-qrnnd.S | 86 bgt cnt,$loop1 136 bgt cnt,$loop2
|
/linux-6.6.21/fs/ubifs/ |
D | super.c | 1383 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs() 1384 if (IS_ERR(c->bgt)) { in mount_ubifs() 1385 err = PTR_ERR(c->bgt); in mount_ubifs() 1386 c->bgt = NULL; in mount_ubifs() 1641 if (c->bgt) in mount_ubifs() 1642 kthread_stop(c->bgt); in mount_ubifs() 1681 if (c->bgt) in ubifs_umount() 1682 kthread_stop(c->bgt); in ubifs_umount() 1798 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw() 1799 if (IS_ERR(c->bgt)) { in ubifs_remount_rw() [all …]
|
D | misc.h | 58 if (c->bgt && !c->need_bgt) { in ubifs_wake_up_bgt() 60 wake_up_process(c->bgt); in ubifs_wake_up_bgt()
|
/linux-6.6.21/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp_64.S | 116 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-6.6.21/arch/powerpc/lib/ |
D | memcmp_64.S | 116 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
|
D | string_64.S | 83 bgt cr1,.Llong_clear
|
D | mem_64.S | 102 bgt backwards_memcpy
|
/linux-6.6.21/arch/nios2/kernel/ |
D | head.S | 74 bgt r1, r0, icache_init 124 bgt r1, r0, dcache_init
|
/linux-6.6.21/arch/arm/lib/ |
D | memset.S | 50 bgt 2b 97 bgt 3b
|
D | copy_page.S | 40 bgt 1b @ 1
|
D | io-writesl.S | 39 bgt 6f
|
D | io-readsl.S | 39 bgt 6f
|
D | copy_template.S | 180 bgt 18f 238 bgt 15b
|
/linux-6.6.21/arch/powerpc/perf/ |
D | bhrb.S | 23 bgt 1f
|
/linux-6.6.21/arch/powerpc/boot/ |
D | util.S | 63 bgt 3f
|
/linux-6.6.21/arch/arm/mm/ |
D | cache-v7m.S | 146 bgt 2b 148 bgt 1b 219 bgt flush_levels
|
/linux-6.6.21/tools/testing/selftests/powerpc/copyloops/ |
D | mem_64.S | 102 bgt backwards_memcpy
|
/linux-6.6.21/arch/loongarch/lib/ |
D | memset.S | 50 bgt a2, zero, 1b
|
D | memmove.S | 56 bgt a2, zero, 1b
|
/linux-6.6.21/arch/m68k/fpsp040/ |
D | satan.S | 344 bgt ATANBIG | ...I.E. |X| >= 16 405 bgt ATANHUGE
|
123