Searched refs:bgt (Results 1 – 25 of 66) sorted by relevance
123
/linux-6.12.1/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.12.1/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 | udiv-qrnnd.S | 86 bgt cnt,$loop1 136 bgt cnt,$loop2
|
D | ev6-memcpy.S | 172 bgt $18, $tail_bytes # U : more to be done? 235 bgt $18, $misalign_byte # U : more to go?
|
/linux-6.12.1/fs/ubifs/ |
D | super.c | 1382 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs() 1383 if (IS_ERR(c->bgt)) { in mount_ubifs() 1384 err = PTR_ERR(c->bgt); in mount_ubifs() 1385 c->bgt = NULL; in mount_ubifs() 1640 if (c->bgt) in mount_ubifs() 1641 kthread_stop(c->bgt); in mount_ubifs() 1680 if (c->bgt) in ubifs_umount() 1681 kthread_stop(c->bgt); in ubifs_umount() 1797 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw() 1798 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.12.1/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.12.1/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 | mem_64.S | 102 bgt backwards_memcpy
|
D | string_64.S | 83 bgt cr1,.Llong_clear
|
/linux-6.12.1/arch/nios2/kernel/ |
D | head.S | 74 bgt r1, r0, icache_init 124 bgt r1, r0, dcache_init
|
/linux-6.12.1/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 | copy_template.S | 180 bgt 18f 238 bgt 15b
|
D | io-readsl.S | 39 bgt 6f
|
/linux-6.12.1/arch/powerpc/perf/ |
D | bhrb.S | 23 bgt 1f
|
/linux-6.12.1/arch/powerpc/boot/ |
D | util.S | 63 bgt 3f
|
/linux-6.12.1/arch/arm/mm/ |
D | cache-v7m.S | 147 bgt 2b 149 bgt 1b 220 bgt flush_levels
|
/linux-6.12.1/tools/testing/selftests/powerpc/copyloops/ |
D | mem_64.S | 102 bgt backwards_memcpy
|
/linux-6.12.1/arch/loongarch/lib/ |
D | memset.S | 51 bgt a2, zero, 1b
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | aes-gcm-p10.S | 643 bgt Final_block 996 bgt Big_block 1041 bgt Larger_16 1184 bgt Final_block_dec
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | satan.S | 344 bgt ATANBIG | ...I.E. |X| >= 16 405 bgt ATANHUGE
|
123