Home
last modified time | relevance | path

Searched refs:jmp (Results 1 – 25 of 154) sorted by relevance

1234567

/linux/arch/x86/math-emu/
H A Dreg_round.S
H A Dreg_u_sub.S
H A Dreg_u_add.S
H A Dwm_sqrt.S
H A Dreg_u_div.S
H A Ddiv_Xsig.S
H A Dreg_norm.S
/linux/arch/x86/kernel/
H A Drelocate_kernel_64.S126 jmp *%rsi
351 jmp .Lstart /* Should start with an indirection record */
362 jmp .Lloop
368 jmp .Lloop
372 jmp .Ldone
405 jmp .Lloop
432 jmp .Lxmtrdy_loop
453 jmp .Lxmtrdy_loop_mmio
491 1: jmp *%rsi
502 jmp *%rsi
[all …]
H A Dhead_64.S140 jmp *.Lcommon_startup_64(%rip)
252 jmp .Lsetup_cpu
273 jmp .Lread_apicid_msr
282 jmp .Llookup_AP
310 jmp 1b
439 jmp .Ljump_to_C_code
500 jmp early_idt_handler_common
541 jmp restore_regs_and_return_to_kernel
/linux/arch/x86/lib/
H A Dmemmove_32.S82 jmp .Lmove_16B
92 jmp .Ldone
106 jmp .Ldone
158 jmp .Ldone
169 jmp .Ldone
180 jmp .Ldone
H A Dcsum-copy_64.S207 jmp .L1
232 jmp .Laligned
246 jmp 1b
250 jmp .Lout
255 jmp .Lout
H A Dretpoline.S40 … __stringify(lfence; ANNOTATE_RETPOLINE_SAFE; jmp *%\reg; int3), X86_FEATURE_RETPOLINE_LFENCE, \
41 __stringify(ANNOTATE_RETPOLINE_SAFE; jmp *%\reg), ALT_NOT(X86_FEATURE_RETPOLINE)
149 jmp *%\reg
203 jmp srso_alias_return_thunk
356 jmp retbleed_return_thunk
H A Dchecksum_32.S73 jmp 4f
162 jmp 10b
185 jmp 80f
189 jmp 80f
287 jmp 4f
/linux/arch/x86/xen/
H A Dxen-asm.S156 jmp \name
200 jmp early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE
254 jmp xen_iret
287 jmp entry_SYSCALL_64_after_hwframe
307 jmp entry_SYSCALL_compat_after_hwframe
329 jmp entry_SYSENTER_compat_after_hwframe
/linux/arch/csky/abiv2/
H A Dmcount.S46 jmp t1
64 jmp t1
91 jmp lr
138 jmp t1
181 jmp lr
/linux/arch/x86/boot/compressed/
H A Dmem_encrypt.S46 jmp .Lsev_exit
90 jmp 1b
144 jmp .Ldone
176 jmp .Lfail
292 jmp 4f
296 jmp 3b
/linux/arch/x86/crypto/
H A Daes-ctr-avx-x86_64.S129 jmp .Ldone\@
138 jmp .Lcombine\@
168 jmp .Ldone\@
181 jmp .Ldone\@
421 jmp .Ldone\@
436 jmp .Lxor_tail_upto2vecs\@
452 jmp .Ldone\@
460 jmp .Lxor_tail_partial_vec_0\@
468 jmp .Lxor_tail_partial_vec_0\@
/linux/arch/mips/net/
H A Dbpf_jit_comp64.c644 u8 alu, jmp; in build_insn() local
922 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel); in build_insn()
925 emit_jmp_r(ctx, MIPS_R_T4, MIPS_R_T5, rel, jmp); in build_insn()
926 if (finish_jmp(ctx, jmp, off) < 0) in build_insn()
953 setup_jmp_i(ctx, imm, 32, BPF_OP(code), off, &jmp, &rel); in build_insn()
955 if (valid_jmp_i(jmp, imm)) { in build_insn()
956 emit_jmp_i(ctx, MIPS_R_T4, imm, rel, jmp); in build_insn()
960 emit_jmp_r(ctx, MIPS_R_T4, MIPS_R_T5, rel, jmp); in build_insn()
962 if (finish_jmp(ctx, jmp, off) < 0) in build_insn()
989 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel); in build_insn()
[all …]
/linux/arch/sh/lib/
H A Dmcount.S116 jmp @r0
126 jmp @r0
157 jmp @r0
204 jmp @r1
H A Dudivsi3_i4i-Os.S55 jmp @r1
83 jmp @r1
127 jmp @r2
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq313 jmp target_ITloop;
318 jmp ident_messages_done;
328 jmp host_target_message_loop;
351 jmp ITloop;
356 jmp poll_for_work_loop;
482 jmp host_target_message_loop;
508 jmp target_synccmd;
517 jmp host_target_message_loop;
536 jmp poll_for_work;
553 jmp target_busfree_wait;
[all …]
/linux/arch/x86/platform/olpc/
H A Dxo1-wakeup.S36 jmp 1f
56 jmp ret_point
103 jmp wakeup_start
/linux/arch/openrisc/kernel/
H A Dtraps.c273 unsigned int rb, op, jmp; in adjust_pc() local
277 jmp = *((unsigned int *)regs->pc); in adjust_pc()
279 displacement = sign_extend32(((jmp) & 0x3ffffff) << 2, 27); in adjust_pc()
280 rb = (jmp & 0x0000ffff) >> 11; in adjust_pc()
281 op = jmp >> 26; in adjust_pc()
/linux/arch/m68k/kernel/
H A Drelocate_kernel.S37 jmp %a4@ /* Jump to physical .Lcopy */
63 jmp %a4@ /* Jump to physical .Lcont040 */
155 jmp %a1@
/linux/arch/sh/kernel/cpu/sh2a/
H A Dex.S29 jmp @r0
50 jmp @r0

1234567