Home
last modified time | relevance | path

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

12345678

/linux-6.15/arch/x86/math-emu/
H A Dreg_round.S207 jmp L_Re_normalise
248 jmp L_Re_normalise
286 jmp L_Re_normalise
322 jmp L_Re_normalise
505 jmp Denorm_done
526 jmp Denorm_done
546 jmp Denorm_done
555 jmp Denorm_done
560 jmp Denorm_done
650 jmp L_Normalised
[all …]
H A Dreg_u_sub.S86 jmp L_shift_done
105 jmp L_shift_done
111 jmp L_shift_done
123 jmp L_more_63_no_low
197 jmp fpu_reg_round
210 jmp L_exit
237 jmp L_error_exit
243 jmp L_error_exit
249 jmp L_error_exit
255 jmp L_error_exit
[all …]
H A Dreg_u_add.S57 jmp L_accum_loaded
86 jmp L_shift_done
105 jmp L_shift_done
111 jmp L_shift_done
122 jmp L_more_63_no_low
149 jmp fpu_reg_round /* Round the result */
160 jmp L_exit
H A Dwm_sqrt.S186 jmp sqrt_stage_2_finish
222 jmp sqrt_round_result
301 jmp sqrt_stage_3_finished
352 jmp fpu_reg_round
401 jmp sqrt_round_result
406 jmp sqrt_round_result
413 jmp sqrt_round_result
461 jmp sqrt_round_result
466 jmp sqrt_round_result
471 jmp sqrt_round_result
H A Dreg_u_div.S159 jmp LRound_precision /* Do the rounding as required */
226 jmp LFirst_div_done
301 jmp LSecond_div_done
409 jmp LRound_ovfl
415 jmp LRound_ovfl
441 jmp fpu_reg_round
450 jmp L_exit
456 jmp L_exit
462 jmp L_exit
H A Ddiv_Xsig.S144 jmp LFirst_div_done
219 jmp LSecond_div_done
306 jmp LDo_3rd_div
353 jmp L_exit
359 jmp L_exit
365 jmp L_exit
/linux-6.15/arch/x86/entry/
H A Dentry_64.S216 jmp __switch_to
316 jmp error_return
422 jmp paranoid_exit
768 jmp 2b
804 jmp error_return
851 jmp error_return
1027 jmp sync_regs
1086 jmp sync_regs
1424 jmp nmi_restore
1539 jmp 5f
[all …]
H A Dentry_32.S437 jmp .Lend_\@
634 jmp handle_exception
714 jmp __switch_to
895 jmp 1b
980 jmp handle_exception
1064 jmp .Lirq_return
1108 jmp 1b
1148 jmp .Lnmi_return
1169 jmp .Lirq_return
1211 jmp .Lirq_return
[all …]
H A Dentry_64_compat.S127 jmp sysret32_from_system_call
132 jmp .Lsysenter_flags_fixed
298 jmp do_int80_emulation
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_32.c291 ppc_inst_t jmp[4]; in module_trampoline_target() local
294 if (copy_inst_from_kernel_nofault(jmp, (void *)addr)) in module_trampoline_target()
296 if (__copy_inst_from_kernel_nofault(jmp + 1, (void *)addr + 4)) in module_trampoline_target()
298 if (__copy_inst_from_kernel_nofault(jmp + 2, (void *)addr + 8)) in module_trampoline_target()
300 if (__copy_inst_from_kernel_nofault(jmp + 3, (void *)addr + 12)) in module_trampoline_target()
304 if ((ppc_inst_val(jmp[0]) & 0xffff0000) != PPC_RAW_LIS(_R12, 0)) in module_trampoline_target()
306 if ((ppc_inst_val(jmp[1]) & 0xffff0000) != PPC_RAW_ADDI(_R12, _R12, 0)) in module_trampoline_target()
308 if (ppc_inst_val(jmp[2]) != PPC_RAW_MTCTR(_R12)) in module_trampoline_target()
310 if (ppc_inst_val(jmp[3]) != PPC_RAW_BCTR()) in module_trampoline_target()
313 addr = (ppc_inst_val(jmp[1]) & 0xffff) | ((ppc_inst_val(jmp[0]) & 0xffff) << 16); in module_trampoline_target()
/linux-6.15/arch/x86/lib/
H A Dmemmove_64.S81 jmp 1f
93 jmp 13f
111 jmp 13f
168 jmp 13f
180 jmp 13f
191 jmp 13f
202 jmp 13f
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 Dretpoline.S41 … __stringify(lfence; ANNOTATE_RETPOLINE_SAFE; jmp *%\reg; int3), X86_FEATURE_RETPOLINE_LFENCE, \
42 __stringify(ANNOTATE_RETPOLINE_SAFE; jmp *%\reg), ALT_NOT(X86_FEATURE_RETPOLINE)
164 jmp srso_alias_return_thunk
317 jmp retbleed_return_thunk
387 jmp *%\reg
H A Dcsum-copy_64.S207 jmp .L1
232 jmp .Laligned
246 jmp 1b
250 jmp .Lout
255 jmp .Lout
/linux-6.15/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-6.15/arch/csky/abiv2/
H A Dmcount.S46 jmp t1
64 jmp t1
91 jmp lr
138 jmp t1
181 jmp lr
/linux-6.15/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-6.15/arch/x86/kernel/
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
H A Drelocate_kernel_32.S131 jmp 1f
234 jmp 1f
244 jmp 0b
250 jmp 0b
254 jmp 3f
279 jmp 0b
H A Drelocate_kernel_64.S112 jmp *%rsi
308 jmp .Lstart /* Should start with an indirection record */
319 jmp .Lloop
325 jmp .Lloop
329 jmp .Ldone
361 jmp .Lloop
/linux-6.15/drivers/media/pci/tw68/
H A Dtw68-risc.c169 buf->jmp = rp; in tw68_risc_buffer()
172 BUG_ON((buf->jmp - buf->cpu + 2) * sizeof(buf->cpu[0]) > buf->size); in tw68_risc_buffer()
219 core->name, buf, buf->cpu, buf->jmp);
220 for (addr = buf->cpu; addr <= buf->jmp; addr += 2)
/linux-6.15/arch/x86/crypto/
H A Daes-ctr-avx-x86_64.S133 jmp .Ldone\@
142 jmp .Lcombine\@
172 jmp .Ldone\@
185 jmp .Ldone\@
425 jmp .Ldone\@
440 jmp .Lxor_tail_upto2vecs\@
456 jmp .Ldone\@
464 jmp .Lxor_tail_partial_vec_0\@
472 jmp .Lxor_tail_partial_vec_0\@
/linux-6.15/arch/mips/net/
H A Dbpf_jit_comp64.c644 u8 alu, jmp; in build_insn() local
926 if (finish_jmp(ctx, jmp, off) < 0) 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()
962 if (finish_jmp(ctx, jmp, off) < 0) in build_insn()
990 emit_jmp_r(ctx, dst, src, rel, jmp); in build_insn()
991 if (finish_jmp(ctx, jmp, off) < 0) in build_insn()
1019 if (valid_jmp_i(jmp, imm)) { in build_insn()
1020 emit_jmp_i(ctx, dst, imm, rel, jmp); in build_insn()
1024 emit_jmp_r(ctx, dst, MIPS_R_T4, rel, jmp); in build_insn()
[all …]
/linux-6.15/arch/x86/entry/vdso/
H A Dvsgx.S90 jmp .Lout
100 jmp .Lhandle_exit
144 jmp .Lenter_enclave
/linux-6.15/arch/x86/kernel/acpi/
H A Dwakeup_64.S29 jmp 1b
46 jmp *%rax
87 jmp .Lresume_point
132 jmp restore_processor_state

12345678