Searched refs:bgt (Results 1 – 25 of 60) sorted by relevance
123
/linux-6.1.9/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.1.9/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.1.9/fs/ubifs/ |
D | super.c | 1374 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs() 1375 if (IS_ERR(c->bgt)) { in mount_ubifs() 1376 err = PTR_ERR(c->bgt); in mount_ubifs() 1377 c->bgt = NULL; in mount_ubifs() 1632 if (c->bgt) in mount_ubifs() 1633 kthread_stop(c->bgt); in mount_ubifs() 1672 if (c->bgt) in ubifs_umount() 1673 kthread_stop(c->bgt); in ubifs_umount() 1789 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw() 1790 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.1.9/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.1.9/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.1.9/arch/nios2/kernel/ |
D | head.S | 74 bgt r1, r0, icache_init 124 bgt r1, r0, dcache_init
|
/linux-6.1.9/arch/powerpc/perf/ |
D | bhrb.S | 23 bgt 1f
|
/linux-6.1.9/arch/arm/lib/ |
D | memset.S | 49 bgt 2b 96 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.1.9/arch/powerpc/boot/ |
D | util.S | 63 bgt 3f
|
/linux-6.1.9/arch/arm/mm/ |
D | cache-v7m.S | 144 bgt 2b 146 bgt 1b 217 bgt flush_levels
|
/linux-6.1.9/tools/testing/selftests/powerpc/copyloops/ |
D | mem_64.S | 102 bgt backwards_memcpy
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | satan.S | 344 bgt ATANBIG | ...I.E. |X| >= 16 405 bgt ATANHUGE
|
D | ssinh.S | 114 bgt t_ovfl
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | head_book3s_32.S | 429 bgt- 112f 492 bgt- 112f 572 bgt- 112f 1115 bgt 1b
|
123