Home
last modified time | relevance | path

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

12345678

/linux-6.6.21/arch/x86/math-emu/
Dreg_round.S162 jmp L_bugged_denorm_486
166 jmp L_bugged_denorm /* There is no bug, just a bad control word */
188 jmp L_bugged_round24
195 jmp LCheck_24_round_up
207 jmp L_Re_normalise
235 jmp LCheck_Round_Overflow
248 jmp L_Re_normalise
268 jmp L_bugged_round53
275 jmp LCheck_53_round_up
286 jmp L_Re_normalise
[all …]
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
135 jmp L_more_63_no_low
142 jmp L_more_63_no_low
197 jmp fpu_reg_round
210 jmp L_exit
229 jmp fpu_reg_round /* Round the result */
237 jmp L_error_exit
[all …]
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
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
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
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.6.21/arch/x86/xen/
Dxen-asm.S128 jmp \name
172 jmp early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE
199 jmp hypercall_iret
218 jmp xen_iret
251 jmp entry_SYSCALL_64_after_hwframe
271 jmp entry_SYSCALL_compat_after_hwframe
293 jmp entry_SYSENTER_compat_after_hwframe
305 jmp hypercall_iret
/linux-6.6.21/arch/powerpc/kernel/
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.6.21/arch/x86/entry/
Dentry_64.S276 jmp __switch_to
313 jmp swapgs_restore_regs_and_return_to_usermode
371 jmp error_return
485 jmp paranoid_exit
565 jmp paranoid_exit
600 jmp paranoid_exit
668 jmp .Lnative_iret
786 jmp native_irq_return_iret
819 jmp 2b
855 jmp error_return
[all …]
Dentry_32.S437 jmp .Lend_\@
495 jmp .Lcopy_pt_regs_\@
634 jmp handle_exception
648 jmp handle_exception_return
718 jmp __switch_to
898 jmp 1b
904 jmp .Lsysenter_flags_fixed
983 jmp handle_exception
1067 jmp .Lirq_return
1071 jmp restore_all_switch_stack
[all …]
/linux-6.6.21/arch/x86/lib/
Dmemmove_64.S80 jmp 1f
92 jmp 13f
110 jmp 13f
167 jmp 13f
179 jmp 13f
190 jmp 13f
201 jmp 13f
Dmemmove_32.S82 jmp .Lmove_16B
92 jmp .Ldone
106 jmp .Ldone
158 jmp .Ldone
169 jmp .Ldone
180 jmp .Ldone
Dcsum-copy_64.S207 jmp .L1
232 jmp .Laligned
246 jmp 1b
250 jmp .Lout
255 jmp .Lout
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)
158 jmp srso_alias_return_thunk
264 jmp retbleed_return_thunk
/linux-6.6.21/arch/x86/kernel/
Dhead_64.S118 jmp 1f
228 jmp *%rax
250 jmp .Lsetup_cpu
271 jmp .Lread_apicid_msr
280 jmp .Llookup_AP
308 jmp 1b
471 jmp .Ljump_to_C_code
532 jmp early_idt_handler_common
573 jmp restore_regs_and_return_to_kernel
Drelocate_kernel_64.S156 jmp 1f
263 jmp 1f
274 jmp 0b
280 jmp 0b
284 jmp 3f
309 jmp 0b
Drelocate_kernel_32.S131 jmp 1f
234 jmp 1f
244 jmp 0b
250 jmp 0b
254 jmp 3f
279 jmp 0b
/linux-6.6.21/arch/csky/abiv2/
Dmcount.S46 jmp t1
64 jmp t1
91 jmp lr
138 jmp t1
181 jmp lr
/linux-6.6.21/arch/x86/boot/compressed/
Dmem_encrypt.S46 jmp .Lsev_exit
90 jmp 1b
144 jmp .Ldone
176 jmp .Lfail
292 jmp 4f
296 jmp 3b
Defi_mixed.S67 jmp efi_pe_entry
161 jmp efi32_entry
269 jmp startup_32
290 jmp efi32_entry // pass %ecx, %edx, %esi
303 jmp efi_handover_entry
/linux-6.6.21/drivers/media/pci/tw68/
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.6.21/arch/x86/kernel/acpi/
Dwakeup_64.S28 jmp 1b
45 jmp *%rax
86 jmp .Lresume_point
130 jmp restore_processor_state
/linux-6.6.21/arch/mips/net/
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-6.6.21/arch/x86/entry/vdso/
Dvsgx.S91 jmp .Lout
101 jmp .Lhandle_exit
145 jmp .Lenter_enclave
/linux-6.6.21/arch/x86/platform/olpc/
Dxo1-wakeup.S36 jmp 1f
56 jmp ret_point
103 jmp wakeup_start

12345678