Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 25 of 100) sorted by relevance

1234

/arch/hexagon/kernel/
Dvm_vectors.S28 jump 1f;
29 jump 1f;
30 jump 1f;
31 jump 1f;
32 jump 1f;
34 jump 1f;
35 jump 1f;
41 jump 1b; /* Reset */
42 jump _K_enter_machcheck;
43 jump _K_enter_genex;
[all …]
Dvm_entry.S159 jump event_dispatch; \
188 if !P0 jump restore_all;
211 { P0 = cmp.eq(R1,#0); if (!P0.new) jump:t work_pending;}
212 jump restore_all; /* we're outta here! */
217 if (!P0.new) jump:nt work_notifysig;
220 jump return_from_syscall; /* check for more work */
226 if P0 jump restore_all
269 jump return_from_syscall
/arch/hexagon/mm/
Dcopy_user_template.S33 if (!p0.new) jump:nt .Ldone
40 if (!p0.new) jump:nt .Loop_not_aligned_8
46 if (!p1) jump .Lsmall
60 jump .Lsmall
66 if (p0.new) jump:nt .Lalign
70 if (!p0.new) jump:nt .Loop_not_aligned_4
75 if (!p1) jump .Lsmall
90 jump .Lsmall
96 if (!p0.new) jump:nt .Loop_not_aligned
101 if (!p1) jump .Lsmall
[all …]
Dstrnlen_user.S55 if (P0.new) jump:t dw_loop; /* fire up the oven */
64 if (P0.new) jump:nt exit_found;
69 if (!P1) jump exit_error; /* hit the end */
73 if (!P0) jump alignment_loop;
93 if (!P0) jump end_check;
97 if (!P0.new) jump:nt exit_found;
102 jump dw_loop;
109 if (P0.new) jump:nt exit_error; /* neverfound! */
/arch/hexagon/lib/
Dmemset.S55 if p1 jump 2f /* skip byte loop */
73 if !p0 jump 3f /* skip initial byte store */
86 if !p0 jump 4f /* skip initial half store */
99 if !p0 jump 5f /* skip initial word store */
112 if !p0 jump 7f /* skip double loop */
139 if !p0 jump 8f /* skip final word store */
150 if !p0 jump 9f /* skip final half store */
172 if (r2==#0) jump:nt .L1
177 if (p0.new) jump:nt .L3
192 if (!p0.new) jump:nt .L8
[all …]
Dmemcpy.S218 if (p2.new) jump:NT .Ldwordaligned; /* %8 < 97 */
221 if(!p0) jump .Lbytes23orless; /* %1, <24 */
289 if(nokernel) jump .Lskip64;
305 if(noprolog) jump .Lnoprolog32;
361 if(nokernel.new) jump:NT .Lepilog; /* likely not taken */
366 if(p3) jump .Lodd_alignment;
409 jump .Lepilog;
463 if(p3) jump .Lepilog60;
/arch/blackfin/lib/
Dstrncmp.S34 if ! cc jump 3f; /* not equal, break out */
36 if ! cc jump 4f; /* yes, all done */
39 if ! cc jump 1b (bp); /* more to do, keep going */
42 jump.s 4f;
Dstrcmp.S34 if ! cc jump 2f; /* not equal, break out */
36 if cc jump 1b (bp); /* no, keep going */
37 jump.s 3f; /* strings are equal */
Dstrncpy.S40 if CC jump 3f;
51 if ! CC jump 6f;
58 IF CC jump 4f;
/arch/blackfin/mach-bf561/
Datomic.S47 if cc jump .Ldone_corelock;
49 jump .Lretry_corelock
71 if cc jump .Ldone_corelock_noflush;
73 jump .Lretry_corelock_noflush
128 if cc jump 1f;
166 if cc jump 1f;
180 jump 2f;
236 if cc jump .Lcache_synced
269 jump _put_core_lock;
305 if cc jump .Lbusy_spinlock
[all …]
Dsecondary.S129 jump .LWAIT_HERE;
154 jump (p0);
181 if cc jump 3f;
191 jump.s .L_exit;
/arch/blackfin/mach-common/
Dentry.S64 if !cc jump _bfin_return_from_exception;
69 if cc jump _ex_dcplb_miss (BP);
73 if cc jump _ex_dcplb_viol (BP);
78 jump _ex_trap_c;
132 jump.s _bfin_return_from_exception;
141 if cc jump _bfin_return_from_exception;
149 if cc jump _bfin_return_from_exception;
151 if cc jump _bfin_return_from_exception;
159 if cc jump .Lfind_priority_done;
163 if cc jump .Lfind_priority_done;
[all …]
Dcache.S92 jump (p1);
123 jump .Ldfr;
/arch/blackfin/kernel/
Dftrace-entry.S42 if ! cc jump _ftrace_stub (bp);
92 if ! cc jump _ftrace_stub (bp);
107 if ! cc jump .Ldo_trace;
117 if ! cc jump _ftrace_graph_caller;
128 if ! cc jump _ftrace_graph_caller;
197 jump .Lfinish_trace;
Dentry.S51 if cc jump .Lin_kernel;
64 jump (p0);
/arch/blackfin/include/asm/
Dentry.h45 if cc jump 1f; \
64 jump __common_int_entry;
76 jump __common_int_entry;
91 jump __common_int_entry;
129 jump __common_int_entry; \
158 jump __common_int_entry; \
/arch/blackfin/mach-bf561/include/mach/
Dmem_map.h140 if cc jump 2f; \
144 if !cc jump 3f; \
148 jump 4f; \
153 if cc jump 4f; \
167 if !cc jump 1f; \
/arch/x86/kernel/acpi/realmode/
Dwakeup.lds.S16 .jump : {
17 *(.jump)
/arch/mips/loongson/
DPlatform18 ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-jump,),)
19 $(error only binutils >= 2.20.2 have needed option -mfix-loongson2f-jump)
21 cflags-$(CONFIG_CPU_JUMP_WORKAROUNDS) += -Wa$(comma)-mfix-loongson2f-jump
/arch/powerpc/kernel/
Dmodule_32.c179 if (entry->jump[0] == 0x3d800000 + ((val + 0x8000) >> 16) in entry_matches()
180 && entry->jump[1] == 0x398c0000 + (val & 0xffff)) in entry_matches()
202 while (entry->jump[0]) { in do_plt_call()
207 entry->jump[0] = 0x3d800000+((val+0x8000)>>16); /* lis r12,sym@ha */ in do_plt_call()
208 entry->jump[1] = 0x398c0000 + (val&0xffff); /* addi r12,r12,sym@l*/ in do_plt_call()
209 entry->jump[2] = 0x7d8903a6; /* mtctr r12 */ in do_plt_call()
210 entry->jump[3] = 0x4e800420; /* bctr */ in do_plt_call()
/arch/mn10300/mm/
Dcache-inv-by-tag.S187 beq mn10300_local_dcache_inv_range_skip_0 # jump if this cacheline
192 bne mn10300_local_dcache_inv_range_skip_0 # jump if not this cacheline
201 beq mn10300_local_dcache_inv_range_skip_1 # jump if this cacheline
206 bne mn10300_local_dcache_inv_range_skip_1 # jump if not this cacheline
215 beq mn10300_local_dcache_inv_range_skip_2 # jump if this cacheline
220 bne mn10300_local_dcache_inv_range_skip_2 # jump if not this cacheline
229 beq mn10300_local_dcache_inv_range_skip_3 # jump if this cacheline
234 bne mn10300_local_dcache_inv_range_skip_3 # jump if not this cacheline
/arch/x86/kernel/
Djump_label.c22 char jump; member
34 code.jump = 0xe9; in __jump_label_transform()
/arch/cris/boot/rescue/
Dhead_v32.S23 jump $r10 ; Jump to decompressor
Dhead_v10.S129 jump in_cache ; enter cached area instead
133 ;; First put a jump test to give a possibility of upgrading the
135 ;; We put a longword of -1 here and if it is not -1, we jump using
136 ;; the value as jump target. Since we can always change 1's to 0's
145 jump [$r0]
305 ;; jump into downloaded code
309 jump CODE_START
321 jump $r7 ; boot!
/arch/mn10300/boot/compressed/
Dhead.S26 # Secondary CPUs jump directly to the kernel entry point

1234