Searched refs:bgt (Results 1 – 25 of 63) sorted by relevance
123
/Linux-v4.19/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-v4.19/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?
|
/Linux-v4.19/fs/ubifs/ |
D | super.c | 1288 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs() 1289 if (IS_ERR(c->bgt)) { in mount_ubifs() 1290 err = PTR_ERR(c->bgt); in mount_ubifs() 1291 c->bgt = NULL; in mount_ubifs() 1296 wake_up_process(c->bgt); in mount_ubifs() 1518 if (c->bgt) in mount_ubifs() 1519 kthread_stop(c->bgt); in mount_ubifs() 1553 if (c->bgt) in ubifs_umount() 1554 kthread_stop(c->bgt); in ubifs_umount() 1669 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw() [all …]
|
D | misc.h | 70 if (c->bgt && !c->need_bgt) { in ubifs_wake_up_bgt() 72 wake_up_process(c->bgt); in ubifs_wake_up_bgt()
|
/Linux-v4.19/arch/nios2/kernel/ |
D | head.S | 74 bgt r1, r0, icache_init 124 bgt r1, r0, dcache_init
|
/Linux-v4.19/arch/powerpc/lib/ |
D | memcmp_64.S | 120 bgt cr6,.Lno_short 194 bgt cr6,.Llong 369 bgt cr0,.Lout 375 bgt cr1,.Lout 381 bgt cr6,.Lout 387 bgt cr7,.Lout
|
D | string_64.S | 100 bgt cr1,.Llong_clear
|
/Linux-v4.19/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp_64.S | 120 bgt cr6,.Lno_short 194 bgt cr6,.Llong 369 bgt cr0,.Lout 375 bgt cr1,.Lout 381 bgt cr6,.Lout 387 bgt cr7,.Lout
|
/Linux-v4.19/arch/powerpc/perf/ |
D | bhrb.S | 27 bgt 1f
|
/Linux-v4.19/arch/arm/lib/ |
D | memset.S | 51 bgt 2b 99 bgt 3b
|
D | copy_page.S | 43 bgt 1b @ 1
|
D | io-writesl.S | 42 bgt 6f
|
D | io-readsl.S | 42 bgt 6f
|
D | copy_template.S | 194 bgt 18f 262 bgt 15b
|
/Linux-v4.19/arch/arm/mm/ |
D | cache-v7m.S | 145 bgt 2b 147 bgt 1b 218 bgt flush_levels
|
D | cache-v7.S | 60 bgt 2b 62 bgt 1b 166 bgt flush_levels
|
/Linux-v4.19/arch/nds32/kernel/ |
D | head.S | 141 bgt $r3, $r6, __error 154 bgt $r6, $r3, _tlb
|
/Linux-v4.19/arch/powerpc/boot/ |
D | util.S | 84 bgt 3f
|
/Linux-v4.19/arch/sh/lib64/ |
D | copy_page.S | 87 bgt/l r8, r2, tr1
|
D | strcpy.S | 42 bgt/u r22, r23, tr2 // no_lddst
|
/Linux-v4.19/arch/alpha/math-emu/ |
D | qrnnd.S | 85 bgt cnt,$loop1 135 bgt cnt,$loop2
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | idle_book3s.S | 303 bgt cr3,enter_winkle 590 bgt cr2,pnv_wakeup_tb_loss /* Either sleep or Winkle */ 597 bgt cr3,.
|
123