/linux-4.4.14/arch/x86/math-emu/ |
D | reg_round.S | 161 jmp L_bugged_denorm_486 165 jmp L_bugged_denorm /* There is no bug, just a bad control word */ 187 jmp L_bugged_round24 194 jmp LCheck_24_round_up 206 jmp L_Re_normalise 234 jmp LCheck_Round_Overflow 247 jmp L_Re_normalise 267 jmp L_bugged_round53 274 jmp LCheck_53_round_up 285 jmp L_Re_normalise [all …]
|
D | reg_u_sub.S | 85 jmp L_shift_done 104 jmp L_shift_done 110 jmp L_shift_done 122 jmp L_more_63_no_low 134 jmp L_more_63_no_low 141 jmp L_more_63_no_low 196 jmp fpu_reg_round 209 jmp L_exit 228 jmp fpu_reg_round /* Round the result */ 236 jmp L_error_exit [all …]
|
D | reg_u_add.S | 56 jmp L_accum_loaded 85 jmp L_shift_done 104 jmp L_shift_done 110 jmp L_shift_done 121 jmp L_more_63_no_low 148 jmp fpu_reg_round /* Round the result */ 159 jmp L_exit
|
D | wm_sqrt.S | 185 jmp sqrt_stage_2_finish 221 jmp sqrt_round_result 300 jmp sqrt_stage_3_finished 351 jmp fpu_reg_round 400 jmp sqrt_round_result 405 jmp sqrt_round_result 412 jmp sqrt_round_result 460 jmp sqrt_round_result 465 jmp sqrt_round_result 470 jmp sqrt_round_result
|
D | reg_u_div.S | 158 jmp LRound_precision /* Do the rounding as required */ 225 jmp LFirst_div_done 300 jmp LSecond_div_done 408 jmp LRound_ovfl 414 jmp LRound_ovfl 440 jmp fpu_reg_round 449 jmp L_exit 455 jmp L_exit 461 jmp L_exit
|
D | div_Xsig.S | 143 jmp LFirst_div_done 218 jmp LSecond_div_done 305 jmp LDo_3rd_div 352 jmp L_exit 358 jmp L_exit 364 jmp L_exit
|
D | reg_norm.S | 80 jmp L_exit 88 jmp L_exit 96 jmp L_exit
|
D | reg_u_mul.S | 131 jmp fpu_reg_round 139 jmp L_exit
|
D | round_Xsig.S | 117 jmp L_n_exit /* Might not be normalized,
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_32.S | 127 jmp 98b 138 jmp 98b 195 jmp 1b 197 jmp 2b 199 jmp 3b 218 jmp restore_all 239 jmp restore_all 274 jmp restore_all 286 jmp need_resched 336 jmp 1b [all …]
|
D | entry_64.S | 234 jmp int_ret_from_sys_call 245 jmp entry_SYSCALL_64_fastpath /* and return to the fast path */ 355 jmp restore_c_regs_and_iret 362 jmp sys_\func 382 jmp int_ret_from_sys_call 391 jmp return_from_execve 398 jmp return_from_execve 403 jmp return_from_execve 425 jmp int_ret_from_sys_call 432 jmp return_from_stub [all …]
|
D | entry_64_compat.S | 127 jmp sysret32_from_system_call 132 jmp sysenter_flags_fixed 315 jmp restore_regs_and_iret 328 jmp sys_clone
|
D | thunk_64.S | 34 jmp restore
|
/linux-4.4.14/arch/m32r/lib/ |
D | ashxdi3.S | 30 jmp r14 36 or r1, r3 || jmp r14 49 jmp r14 55 or r0, r3 || jmp r14 66 jmp r14 72 or r1, r3 || jmp r14 87 jmp r14 93 or r0, r3 || jmp r14 106 jmp r14 112 or r1, r3 || jmp r14 [all …]
|
D | memset.S | 51 jmp r14 95 jmp r14 134 jmp r14 156 jmp r14 174 jmp r14
|
D | memcpy.S | 54 jmp r14 88 jmp r14
|
D | strlen.S | 57 mv r0, r2 || jmp r14 113 jmp r14
|
D | checksum.S | 155 jmp r14 290 jmp r14 315 jmp r14
|
/linux-4.4.14/arch/x86/xen/ |
D | xen-asm_64.S | 48 1: jmp hypercall_iret 67 1: jmp hypercall_iret 86 1: jmp hypercall_iret 117 jmp entry_SYSCALL_64_after_swapgs 125 jmp entry_SYSCALL_compat 131 jmp entry_SYSENTER_compat 141 jmp hypercall_iret
|
D | xen-asm_32.S | 48 jmp xen_iret 84 jmp 1b 154 jmp hypercall_page + __HYPERVISOR_iret * 32 236 2: jmp xen_do_upcall
|
D | xen-head.S | 48 jmp xen_start_kernel
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi_stub_32.S | 41 jmp *%edx 65 jmp 1f 76 jmp *%ecx 91 jmp 1f 98 jmp *%edx
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ftrace.c | 175 unsigned int jmp[4]; in __ftrace_make_nop() local 202 if (probe_kernel_read(jmp, (void *)tramp, sizeof(jmp))) { in __ftrace_make_nop() 207 pr_devel(" %08x %08x ", jmp[0], jmp[1]); in __ftrace_make_nop() 210 if (((jmp[0] & 0xffff0000) != 0x3d800000) || in __ftrace_make_nop() 211 ((jmp[1] & 0xffff0000) != 0x398c0000) || in __ftrace_make_nop() 212 (jmp[2] != 0x7d8903a6) || in __ftrace_make_nop() 213 (jmp[3] != 0x4e800420)) { in __ftrace_make_nop() 218 tramp = (jmp[1] & 0xffff) | in __ftrace_make_nop() 219 ((jmp[0] & 0xffff) << 16); in __ftrace_make_nop()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | head_32.S | 37 jmp preferred_addr 67 jmp 2f /* Skip efi_config initialization */ 93 jmp fail 97 jmp *%eax 178 jmp *%eax 204 jmp 1b 228 jmp *%eax
|
D | head_64.S | 220 jmp startup_32 242 jmp preferred_addr 267 jmp 2f /* Skip the relocation */ 288 jmp fail 292 jmp *%rax 360 jmp *%rax 372 jmp handover_entry 399 jmp 1b 421 jmp *%rax 428 jmp 1b
|
/linux-4.4.14/arch/x86/lib/ |
D | memmove_64.S | 78 jmp 1f 90 jmp 13f 108 jmp 13f 163 jmp 13f 175 jmp 13f 186 jmp 13f 197 jmp 13f
|
D | copy_user_64.S | 130 jmp 60f 132 jmp 60f 134 60: jmp copy_user_handle_tail /* ecx is zerorest also */ 197 jmp copy_user_handle_tail 227 jmp copy_user_handle_tail 345 jmp .L_fixup_handle_tail 348 jmp .L_fixup_handle_tail 351 jmp .L_fixup_handle_tail 356 jmp copy_user_handle_tail
|
D | checksum_32.S | 75 jmp 4f 158 jmp *%ebx 164 jmp 10b 187 jmp 80f 191 jmp 80f 299 jmp 4f 388 jmp 5000b 393 jmp 5000b 440 jmp *%ebx 477 jmp 7b [all …]
|
D | msr-reg.S | 40 jmp 2b 82 jmp 2b
|
D | atomic64_386_32.S | 155 jmp 2b 176 jmp 2b
|
D | csum-copy_64.S | 216 jmp .Lende 223 jmp .Lende
|
D | memset_64.S | 136 jmp .Lafter_bad_alignment
|
D | memcpy_64.S | 86 jmp .Lhandle_tail
|
D | atomic64_cx8_32.S | 161 jmp 3b
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | smp-low.S | 47 jmp gdbstub_io_rx_handler 49 jmp end 70 jmp end 93 jmp initialize_secondary
|
D | entry.S | 56 jmp syscall_exit 66 jmp syscall_exit 146 jmp resume_userspace 157 jmp syscall_exit 162 jmp resume_userspace 191 jmp need_resched 193 jmp resume_kernel 272 jmp restore_all 394 jmp ret_from_exception
|
D | fpu-nofpu-low.S | 37 jmp ret_from_exception
|
D | mn10300-watchdog-low.S | 42 jmp ret_from_intr
|
D | switch_to.S | 72 jmp (a2)
|
D | mn10300-serial-low.S | 55 jmp (a2)
|
D | fpu-low.S | 256 jmp ret_from_exception
|
/linux-4.4.14/arch/x86/kernel/ |
D | relocate_kernel_64.S | 129 jmp 1f 217 jmp 1f 228 jmp 0b 234 jmp 0b 238 jmp 3f 263 jmp 0b
|
D | relocate_kernel_32.S | 129 jmp 1f 223 jmp 1f 233 jmp 0b 239 jmp 0b 243 jmp 3f 268 jmp 0b
|
D | mcount_64.S | 180 jmp ftrace_stub 254 jmp ftrace_return 291 jmp fgraph_trace 331 jmp *%rdi
|
D | head_64.S | 164 jmp 1f 196 jmp *%rax 329 jmp bad_address 343 jmp early_idt_handler_common 409 jmp 1b
|
D | head_32.S | 260 jmp *%eax 279 jmp default_entry 291 jmp *(initial_code) 545 jmp early_idt_handler_common 603 jmp hlt_loop
|
D | ftrace.c | 722 unsigned const char *jmp; in create_trampoline() local 769 jmp = ftrace_jmp_replace(ip, (unsigned long)ftrace_return); in create_trampoline() 770 memcpy(trampoline + size, jmp, MCOUNT_INSN_SIZE); in create_trampoline()
|
D | verify_cpu.S | 67 jmp verify_cpu_check
|
/linux-4.4.14/firmware/dsp56k/ |
D | bootstrap.asm | 35 start jmp <$40 60 jmp upload 87 _load_P jmp next 91 _load_X jmp next 95 _load_Y jmp next
|
/linux-4.4.14/drivers/media/pci/tw68/ |
D | tw68-risc.c | 176 buf->jmp = rp; in tw68_risc_buffer() 179 BUG_ON((buf->jmp - buf->cpu + 2) * sizeof(buf->cpu[0]) > buf->size); in tw68_risc_buffer() 226 core->name, buf, buf->cpu, buf->jmp); 227 for (addr = buf->cpu; addr <= buf->jmp; addr += 2)
|
D | tw68.h | 127 __le32 *jmp; member
|
D | tw68-video.c | 437 buf->jmp[0] = cpu_to_le32(RISC_JUMP); in tw68_buf_queue() 438 buf->jmp[1] = cpu_to_le32(buf->dma + 8); in tw68_buf_queue() 443 prev->jmp[1] = cpu_to_le32(buf->dma); in tw68_buf_queue()
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
D | wakeup_64.S | 35 jmp *%rax 39 jmp bogus_64_magic 78 jmp .Lresume_point 112 jmp restore_processor_state
|
D | wakeup_32.S | 40 jmp *%eax 43 jmp bogus_magic
|
/linux-4.4.14/arch/x86/um/ |
D | checksum_32.S | 63 jmp 4f 141 jmp *%ebx 147 jmp 10b 155 jmp 80f 159 jmp 80f
|
D | setjmp_64.S | 52 jmp *56(%rdi)
|
D | setjmp_32.S | 56 jmp *20(%edx)
|
/linux-4.4.14/arch/h8300/kernel/ |
D | entry.S | 184 jmp @_trace_break 189 jmp @_system_call /* TRAPA #0 (System call) */ 192 jmp @_trace_break /* TRAPA #3 (breakpoint) */ 233 jmp @ret_from_interrupt 335 jmp @ret_from_exception 343 jmp @ret_from_exception 397 jmp @ret_from_exception 406 jmp @_interrupt_entry
|
D | ptrace_h.c | 48 #define OPTABLE(ptn, msk, len, jmp) \ argument 53 .type = jmp, \
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 35 jmp 1f 55 jmp ret_point 102 jmp wakeup_start
|
/linux-4.4.14/arch/sh/lib/ |
D | mcount.S | 119 jmp @r0 129 jmp @r0 160 jmp @r0 207 jmp @r1
|
D | udivsi3_i4i-Os.S | 76 jmp @r1 104 jmp @r1 148 jmp @r2
|
D | memmove.S | 20 jmp @r0
|
D | copy_page.S | 119 jmp @r1 156 jmp @r1 379 jmp @r1
|
D | ashlsi3.S | 67 jmp @r0
|
D | ashrsi3.S | 68 jmp @r0
|
D | lshrsi3.S | 67 jmp @r0
|
D | checksum.S | 399 jmp @r0 409 jmp @r0
|
D | movmem.S | 72 jmp @r0
|
/linux-4.4.14/arch/m68k/kernel/ |
D | relocate_kernel.S | 36 jmp %a4@ /* Jump to physical .Lcopy */ 62 jmp %a4@ /* Jump to physical .Lcont040 */ 154 jmp %a1@
|
D | sun3-head.S | 58 jmp 1b
|
D | entry.S | 138 jmp schedule
|
D | head.S | 2470 jmp 1f:l 2497 jmp 1f:l
|
/linux-4.4.14/arch/x86/crypto/ |
D | aes_ctrby8_avx-x86_64.S | 466 jmp .Lmain_loop2\key_len 473 jmp .Lmain_loop2\key_len 481 jmp .Lmain_loop2\key_len 488 jmp .Lmain_loop2\key_len 500 jmp .Lmain_loop2\key_len 507 jmp .Lmain_loop2\key_len 514 jmp .Lmain_loop2\key_len
|
D | sha1_avx2_x86_64_asm.S | 485 jmp _end 499 jmp _loop0 553 jmp _loop1 565 jmp _loop2 583 jmp _loop3 614 jmp _loop
|
D | aesni-intel_avx-x86_64.S | 1187 jmp _initial_num_blocks_is_1\@ 1192 jmp _initial_blocks_encrypted\@ 1197 jmp _initial_blocks_encrypted\@ 1202 jmp _initial_blocks_encrypted\@ 1207 jmp _initial_blocks_encrypted\@ 1212 jmp _initial_blocks_encrypted\@ 1217 jmp _initial_blocks_encrypted\@ 1222 jmp _initial_blocks_encrypted\@ 1256 jmp _eight_cipher_left\@ 1302 jmp _final_ghash_mul\@ [all …]
|
D | aesni-intel_asm.S | 1332 jmp _initial_blocks_decrypted 1337 jmp _initial_blocks_decrypted 1342 jmp _initial_blocks_decrypted 1440 jmp _return_T_done_decrypt 1447 jmp _return_T_done_decrypt 1591 jmp _initial_blocks_encrypted 1596 jmp _initial_blocks_encrypted 1601 jmp _initial_blocks_encrypted 1704 jmp _return_T_done_encrypt 1711 jmp _return_T_done_encrypt [all …]
|
D | camellia-aesni-avx2-asm_64.S | 841 jmp .Lenc_done; 924 jmp .Ldec_max24; 1010 jmp .Lcbc_dec_continue; 1082 jmp .Lctr_continue; 1367 jmp camellia_xts_crypt_32way; 1385 jmp camellia_xts_crypt_32way;
|
D | crc32c-pcl-intel-asm_64.S | 261 jmp less_than_8_post_shl1
|
D | camellia-aesni-avx-asm_64.S | 801 jmp .Lenc_done; 884 jmp .Ldec_max24; 1251 jmp camellia_xts_crypt_16way; 1269 jmp camellia_xts_crypt_16way;
|
D | salsa20-x86_64-asm_64.S | 803 jmp ._bytesatleast1 859 jmp ._keysetupdone
|
D | cast5-avx-x86_64-asm_64.S | 359 jmp .L__dec_tail;
|
D | salsa20-i586-asm_32.S | 936 jmp ._bytesatleast1 1015 jmp ._keysetupdone
|
D | sha256-avx2-asm.S | 692 jmp last_block_enter 711 jmp do_last_block
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | ex.S | 32 jmp @r0 53 jmp @r0
|
D | entry.S | 126 jmp @r8 134 jmp @r8 190 jmp @r0
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 313 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 …]
|
D | aic79xx.seq | 80 jmp check_waiting_list; 105 jmp idle_loop_checkbus; 135 jmp . + 2; 141 jmp idle_loop; 190 jmp idle_loop_gsfifo_in_scsi_mode; 464 jmp fill_qoutfifo_loop; 473 mvi CCARREN|CCSCBEN|CCSCBDIR|CCSCBRESET jmp dma_scb; 477 mvi CCARREN|CCSCBEN|CCSCBRESET jmp dma_scb; 650 jmp ITloop; 734 jmp find_lastscb_loop; [all …]
|
D | aic79xx.reg | 3492 * for any immediate operands passed in jmp, jc, jnc, call instructions.
|
/linux-4.4.14/arch/m32r/mm/ |
D | page.S | 51 jmp r14 82 jmp r14
|
D | mmu.S | 347 jmp r14
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 204 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in buffer_queue() 205 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma + 12); in buffer_queue() 206 buf->risc.jmp[2] = cpu_to_le32(0); /* bits 63-32 */ in buffer_queue() 222 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in buffer_queue()
|
D | cx23885-alsa.c | 412 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP|RISC_IRQ1|RISC_CNT_INC); in snd_cx23885_hw_params() 413 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in snd_cx23885_hw_params() 414 buf->risc.jmp[2] = cpu_to_le32(0); /* bits 63-32 */ in snd_cx23885_hw_params()
|
D | cx23885-core.c | 1163 risc->jmp = rp; in cx23885_risc_buffer() 1164 BUG_ON((risc->jmp - risc->cpu + 2) * sizeof(*risc->cpu) > risc->size); in cx23885_risc_buffer() 1196 risc->jmp = rp; in cx23885_risc_databuffer() 1197 BUG_ON((risc->jmp - risc->cpu + 2) * sizeof(*risc->cpu) > risc->size); in cx23885_risc_databuffer() 1243 risc->jmp = rp; in cx23885_risc_vbibuffer() 1244 BUG_ON((risc->jmp - risc->cpu + 2) * sizeof(*risc->cpu) > risc->size); in cx23885_risc_vbibuffer() 1499 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in cx23885_buf_queue() 1500 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma + 12); in cx23885_buf_queue() 1501 buf->risc.jmp[2] = cpu_to_le32(0); /* bits 63-32 */ in cx23885_buf_queue() 1513 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in cx23885_buf_queue()
|
D | cx23885-video.c | 453 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in buffer_queue() 454 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma + 12); in buffer_queue() 455 buf->risc.jmp[2] = cpu_to_le32(0); /* bits 63-32 */ in buffer_queue() 467 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in buffer_queue()
|
D | cx23885.h | 166 __le32 *jmp; member
|
/linux-4.4.14/arch/sh/boot/romimage/ |
D | head.S | 30 jmp @r4 76 jmp @r0
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | head.S | 141 jmp _start 225 jmp %a0@ 296 jmp _exit /* should never get here */
|
D | entry.S | 124 jmp preempt_schedule_irq /* preempt the kernel */ 159 jmp Luser_return
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_entry.S | 115 jmp ([0f:w,%pc,%d0.w*4]) 165 jmp ([0f:w,%pc,%d1.w*4]) 218 jmp ([0f:w,%pc,%d0.w*4]) 268 jmp ([0f:w,%pc,%d0.w*4])
|
D | fp_decode.h | 74 jmp ([0f:w,%pc,%d0*4]) 86 jmp ([0f:w,%pc,%d0*4]) 116 jmp ([0f:w,%pc,%d0*4]) 170 jmp ([0f:w,%pc,%d0*4]) 180 jmp ([0f:w,%pc,%d0*4])
|
D | fp_move.S | 86 jmp ([0f:w,%pc,%d1.w*4]) 161 jmp ([0f:w,%pc,%d0*4]) 192 jmp ([0f:w,%pc,%d2.w*4])
|
D | fp_scan.S | 146 jmp ([0f:w,%pc,%d1.w*4]) 202 jmp ([0f:w,%pc,%d0*4]) 246 jmp ([0f:w,%pc,%d1.w*4]) 305 jmp ([0f:w,%pc,%d0*4])
|
D | fp_cond.S | 147 jmp ([0f:w,%pc,%d0*4]) 185 jmp ([0f:w,%pc,%d0.w*4])
|
D | fp_movem.S | 114 jmp ([0f:w,%pc,%d0*4]) 282 jmp ([0f:w,%pc,%d0*4])
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 158 jmp @r0 182 jmp @r0 202 jmp @k0 493 jmp @r9 497 jmp @r9 ! Off to do_IRQ() we go.
|
D | swsusp.S | 129 jmp @r0
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
D | head.S | 58 jmp r1 /* jmp to linked address */ 102 jmp r1
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | wakeup_asm.S | 135 jmp trampoline_start 141 jmp 1b
|
/linux-4.4.14/arch/m68k/hp300/ |
D | reboot.S | 16 jmp hp300_reset
|
/linux-4.4.14/arch/nios2/kernel/ |
D | head.S | 83 jmp r24 143 jmp r1 /* jmp to _start */
|
D | entry.S | 156 jmp r24 170 jmp r24
|
/linux-4.4.14/arch/sh/include/mach-kfr2r09/mach/ |
D | romimage.h | 17 jmp @r0
|
/linux-4.4.14/drivers/lguest/x86/ |
D | switcher_32.S | 304 jmp *%edx 335 jmp \TARGET
|
/linux-4.4.14/arch/alpha/lib/ |
D | callback_srm.S | 30 jmp ($3) # Return directly to caller of wrapper. 47 jmp ($3) # Return directly to caller of srm_fixup.
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | head_32.S | 55 jmp @r0 85 jmp @r0
|
/linux-4.4.14/arch/sh/include/mach-ecovec24/mach/ |
D | romimage.h | 17 jmp @r0
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-vbi.c | 173 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in buffer_queue() 174 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma + 8); in buffer_queue() 186 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in buffer_queue()
|
D | cx88-core.c | 171 risc->jmp = rp; in cx88_risc_buffer() 172 BUG_ON((risc->jmp - risc->cpu + 2) * sizeof (*risc->cpu) > risc->size); in cx88_risc_buffer() 200 risc->jmp = rp; in cx88_risc_databuffer() 201 BUG_ON((risc->jmp - risc->cpu + 2) * sizeof (*risc->cpu) > risc->size); in cx88_risc_databuffer()
|
D | cx88-mpeg.c | 255 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in cx8802_buf_queue() 256 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma + 8); in cx8802_buf_queue() 269 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in cx8802_buf_queue()
|
D | cx88-alsa.c | 507 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP|RISC_IRQ1|RISC_CNT_INC); in snd_cx88_hw_params() 508 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in snd_cx88_hw_params()
|
D | cx88-video.c | 522 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in buffer_queue() 523 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma + 8); in buffer_queue() 534 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in buffer_queue()
|
D | cx88.h | 317 __le32 *jmp; member
|
/linux-4.4.14/arch/sparc/kernel/ |
D | wof.S | 123 jmp %t_pc ! Return from trap 192 jmp %t_pc 288 jmp %t_pc
|
D | wuf.S | 124 jmp %t_pc 216 jmp %t_pc
|
D | rtrap_32.S | 156 jmp %t_pc 212 jmp %t_pc
|
D | entry.S | 160 jmp %l1 536 jmp %l5 543 jmp %l5 709 jmp %l2 ! advance over trap instruction 729 jmp %l2 ! advance over trap instruction
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | thunks_32.S | 36 jmp $0x33,$1f
|
D | thunks.S | 49 jmp $0x33,$1f
|
/linux-4.4.14/arch/sh/boards/mach-hp6xx/ |
D | pm_wakeup.S | 34 jmp @k1
|
/linux-4.4.14/arch/x86/purgatory/ |
D | setup-x86_64.S | 35 jmp entry64
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | btcx-risc.h | 4 __le32 *jmp; member
|
D | bttv-risc.c | 120 risc->jmp = rp; in bttv_risc_packed() 121 BUG_ON((risc->jmp - risc->cpu + 2) * sizeof(*risc->cpu) > risc->size); in bttv_risc_packed() 240 risc->jmp = rp; in bttv_risc_planar() 241 BUG_ON((risc->jmp - risc->cpu + 2) * sizeof(*risc->cpu) > risc->size); in bttv_risc_planar() 327 risc->jmp = rp; in bttv_risc_overlay() 328 BUG_ON((risc->jmp - risc->cpu + 2) * sizeof(*risc->cpu) > risc->size); in bttv_risc_overlay() 573 risc->jmp[0] = cpu_to_le32(cmd); in bttv_risc_hook() 574 risc->jmp[1] = cpu_to_le32(next); in bttv_risc_hook()
|
/linux-4.4.14/drivers/media/common/ |
D | btcx-risc.h | 6 __le32 *jmp; member
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | skeleton.S | 177 jmp fpsp_ovfl 203 jmp fpsp_unfl 229 jmp fpsp_snan 251 jmp fpsp_operr 276 jmp fpsp_bsun
|
D | do_func.S | 73 jmp smovcr |fmovecr; jmp directly to emulation 89 jmp (%a1) 293 jmp (%a1) 450 jmp (%a1) |go to the routine
|
D | round.S | 65 jmp (%a1) 100 jmp (%a1) 121 jmp (%a1) 263 jmp (%a1)
|
D | util.S | 187 jmp (%a1) |go to the correct routine 517 jmp (%a1) |go to the correct routine 673 jmp (%a0)
|
D | bugfix.S | 345 jmp fpsp_fmt_error 485 jmp fpsp_fmt_error
|
D | gen_except.S | 156 leal exc_tbl,%a0 |load jmp table address 160 jmp (%a0) |jump to routine
|
D | res_func.S | 1441 jmp (%a0) 1954 leal p_movet,%a0 |load jmp table address 1958 jmp (%a0) |go to the routine 1987 jmp (%a0)
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
D | ex.S | 30 jmp @r0
|
D | entry.S | 161 jmp @r8 169 jmp @r8 242 jmp @r0
|
/linux-4.4.14/arch/sh/kernel/ |
D | entry-common.S | 62 jmp @r0 228 jmp @r0
|
D | head_32.S | 326 jmp @r0
|
/linux-4.4.14/arch/m32r/kernel/ |
D | head.S | 151 jmp r5 ; enable MMU 217 jmp r4 ; disable MMU 227 jmp r4
|
/linux-4.4.14/Documentation/x86/ |
D | exception-tables.txt | 82 " jmp 2b\n" 96 " jmp 2b\n" 110 " jmp 2b\n" 143 > jmp 2b 208 > c0199ffc <.fixup+10bc> jmp c017e7a7 <do_con_write+e3> 234 jmp 2b
|
/linux-4.4.14/arch/x86/boot/ |
D | bioscall.S | 25 jmp 1f /* Synchronize pipeline */
|
D | pmjump.S | 33 jmp 1f # Short jump to serialize on 386/486
|
D | header.S | 72 jmp msg_loop
|
/linux-4.4.14/arch/x86/lguest/ |
D | head_32.S | 50 jmp lguest_init+__PAGE_OFFSET
|
/linux-4.4.14/Documentation/ |
D | static-keys.txt | 209 ffffffff810442ce: eb c9 jmp ffffffff81044299 <sys_getppid+0x9> 231 ffffffff81044233: eb c9 jmp ffffffff810441fe <sys_getppid+0xe> 236 vs. the jump label case just has a 'no-op' or 'jmp 0'. (The jmp 0, is patched 246 really can be a 2-byte no-op since we can reach the branch with a 2-byte jmp.
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
D | head.S | 27 jmp @output
|
/linux-4.4.14/arch/x86/include/asm/ |
D | irqflags.h | 132 #define INTERRUPT_RETURN jmp native_iret
|
D | asm.h | 84 jmp copy_user_handle_tail
|
D | paravirt.h | 917 jmp PARA_INDIRECT(pv_cpu_ops+PV_CPU_iret)) 934 jmp PARA_INDIRECT(pv_cpu_ops+PV_CPU_usergs_sysret32)) 945 jmp PARA_INDIRECT(pv_cpu_ops+PV_CPU_irq_enable_sysexit)) 981 jmp PARA_INDIRECT(pv_cpu_ops+PV_CPU_usergs_sysret64))
|
/linux-4.4.14/arch/x86/power/ |
D | hibernate_asm_32.S | 56 jmp copy_loop
|
D | hibernate_asm_64.S | 94 jmp .Lloop
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | head_32.h | 66 rd %psr, %i0; jmp %l2; rett %l2 + 4; nop;
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 64 be 6f ! jmp if only hword remains 110 sethi %hi(cpte - 8), %g7 ! prepare table jmp ptr 126 sub %g7, %g1, %g7 ! adjust jmp ptr 127 sub %g7, %o4, %g7 ! final jmp ptr adjust 128 jmp %g7 + %lo(cpte - 8) ! enter the table 369 jmp %o5 + %lo(12f) ! jump into it, duff style, wheee...
|
D | memset.S | 133 jmp %o4
|
/linux-4.4.14/arch/m68k/68000/ |
D | head.S | 240 jmp _exit /* should never get here */
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | cx25821-alsa.c | 555 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in snd_cx25821_hw_params() 556 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in snd_cx25821_hw_params() 557 buf->risc.jmp[2] = cpu_to_le32(0); /* bits 63-32 */ in snd_cx25821_hw_params()
|
D | cx25821-video.c | 265 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in cx25821_buffer_queue() 266 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma + 12); in cx25821_buffer_queue() 267 buf->risc.jmp[2] = cpu_to_le32(0); /* bits 63-32 */ in cx25821_buffer_queue() 276 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in cx25821_buffer_queue()
|
D | cx25821-core.c | 1111 risc->jmp = rp; in cx25821_risc_buffer() 1112 BUG_ON((risc->jmp - risc->cpu + 3) * sizeof(*risc->cpu) > risc->size); in cx25821_risc_buffer() 1206 risc->jmp = rp; in cx25821_risc_databuffer_audio() 1207 BUG_ON((risc->jmp - risc->cpu + 2) * sizeof(*risc->cpu) > risc->size); in cx25821_risc_databuffer_audio()
|
D | cx25821.h | 124 __le32 *jmp; member
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | entry.S | 334 l.bf jmp 336 l.bf jmp 338 l.bf jmp 340 l.bf jmp 349 jmp:
|
/linux-4.4.14/arch/m32r/boot/ |
D | setup.S | 140 jmp r13
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
D | head.S | 160 jmp r0
|
/linux-4.4.14/arch/mn10300/lib/ |
D | memmove.S | 157 jmp memcpy
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | isp.doc | 79 (2) | Entry Point | - user does a "bra" or "jmp" to this address 105 would simply execute a "bra" or "jmp" that jumped to the selected function
|
D | fpsp.doc | 71 (2) | Entry Point | - user does "bra" or "jmp" to this address 97 would simply execute a "bra" or "jmp" that jumped to the selected function
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_submit_avx2.S | 220 jmp return
|
D | sha1_mb_mgr_flush_avx2.S | 247 jmp return
|
/linux-4.4.14/arch/m68k/68360/ |
D | head-rom.S | 263 jmp _exit
|
D | head-ram.S | 253 jmp _exit
|
/linux-4.4.14/fs/hpfs/ |
D | hpfs.h | 45 u8 jmp[3]; member
|
/linux-4.4.14/tools/net/ |
D | bpf_exp.y | 93 | jmp 334 jmp
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | isp.S | 924 mov.w (tbl_ea_mode.b,%pc,%d0.w*2), %d0 # fetch jmp distance 925 jmp (tbl_ea_mode.b,%pc,%d0.w*1) # jmp to correct ea mode
|
D | pfpsp.S | 1660 jmp (tbl_fu_out.b,%pc,%d0.w*1) 3192 jmp (tbl_operr.b,%pc,%a0) 3362 jmp (tbl_snan.b,%pc,%a0) 4584 mov.w (tbl_fea_mode.b,%pc,%d0.w*2),%d0 # fetch jmp distance 4585 jmp (tbl_fea_mode.b,%pc,%d0.w*1) # jmp to correct ea mode
|
D | fpsp.S | 1661 jmp (tbl_fu_out.b,%pc,%d0.w*1) 3193 jmp (tbl_operr.b,%pc,%a0) 3363 jmp (tbl_snan.b,%pc,%a0) 13783 jmp (tbl_fcmp_op.b,%pc,%d1.w*1) 14530 jmp (tbl_fsgldiv_op.b,%pc,%d1.w*1) 14894 jmp (tbl_fadd_op.b,%pc,%d1.w*1) 15347 jmp (tbl_fsub_op.b,%pc,%d1.w*1) 16290 jmp (tbl_fdbcc.b,%pc,%d1.w) # jump to fdbcc routine 18535 mov.w (tbl_fea_mode.b,%pc,%d0.w*2),%d0 # fetch jmp distance 18536 jmp (tbl_fea_mode.b,%pc,%d0.w*1) # jmp to correct ea mode
|
/linux-4.4.14/arch/alpha/kernel/ |
D | entry.S | 772 jmp $31, schedule_tail
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 217 jmp 6 Jump to label 508 40: jmp 0x0000000000000044 551 40: jmp 0x0000000000000044 689 jmp *%rax
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 6170 u32 jmp; in ncr_int_par() local 6213 jmp = NCB_SCRIPTH_PHYS (np, par_err_data_in); in ncr_int_par() 6215 jmp = NCB_SCRIPTH_PHYS (np, par_err_other); in ncr_int_par() 6221 OUTL_DSP (jmp); in ncr_int_par()
|