/linux-4.4.14/arch/hexagon/kernel/ |
D | vm_vectors.S | 28 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 …]
|
D | vm_entry.S | 234 jump event_dispatch; \ 261 jump event_dispatch; \ 298 if (!P0.new) jump:nt restore_all; 320 P0 = cmp.eq(R0, #0); if (!P0.new) jump:nt check_work_pending; 385 if P0 jump check_work_pending 391 jump check_work_pending
|
D | head.S | 228 jump 1b
|
/linux-4.4.14/arch/hexagon/lib/ |
D | memset.S | 55 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 …]
|
D | memcpy.S | 218 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;
|
/linux-4.4.14/arch/hexagon/mm/ |
D | copy_user_template.S | 33 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 …]
|
D | strnlen_user.S | 55 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! */
|
/linux-4.4.14/arch/blackfin/mach-bf561/ |
D | atomic.S | 47 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 …]
|
D | secondary.S | 129 jump .LWAIT_HERE; 154 jump (p0); 181 if cc jump 3f; 191 jump.s .L_exit;
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | entry.S | 57 if !cc jump _bfin_return_from_exception; 62 if cc jump _ex_dcplb_miss (BP); 66 if cc jump _ex_dcplb_viol (BP); 71 jump _ex_trap_c; 125 jump.s _bfin_return_from_exception; 134 if cc jump _bfin_return_from_exception; 142 if cc jump _bfin_return_from_exception; 144 if cc jump _bfin_return_from_exception; 152 if cc jump .Lfind_priority_done; 156 if cc jump .Lfind_priority_done; [all …]
|
D | interrupt.S | 117 if cc jump .Lcommon_restore_context; 234 jump 1b; 267 jump .Lcommon_restore_context; 323 jump 2b; /* Likely paranoid. */
|
D | cache.S | 92 jump (p1); 123 jump .Ldfr;
|
D | head.S | 21 if cc jump .L_bss_done; 202 jump .LWAIT_HERE; 226 jump.l _start_kernel;
|
D | dpmc_modes.S | 86 jump .Lforever; 219 if !cc jump 1b;
|
/linux-4.4.14/arch/blackfin/lib/ |
D | strncmp.S | 34 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;
|
D | strcmp.S | 34 if ! cc jump 2f; /* not equal, break out */ 36 if cc jump 1b (bp); /* no, keep going */ 37 jump.s 3f; /* strings are equal */
|
D | strncpy.S | 40 if CC jump 3f; 51 if ! CC jump 6f; 58 IF CC jump 4f;
|
D | divsi3.S | 49 if cc jump .Lret_zero; 52 if cc jump .Lidents; 55 if cc jump .Lidents;
|
D | strcpy.S | 32 if cc jump 1b (bp);
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | entry.h | 45 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; \
|
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/ |
D | mem_map.h | 140 if cc jump 2f; \ 144 if !cc jump 3f; \ 148 jump 4f; \ 153 if cc jump 4f; \ 167 if !cc jump 1f; \
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | module_32.c | 175 if (entry->jump[0] == 0x3d800000 + ((val + 0x8000) >> 16) in entry_matches() 176 && entry->jump[1] == 0x398c0000 + (val & 0xffff)) in entry_matches() 198 while (entry->jump[0]) { in do_plt_call() 203 entry->jump[0] = 0x3d800000+((val+0x8000)>>16); /* lis r12,sym@ha */ in do_plt_call() 204 entry->jump[1] = 0x398c0000 + (val&0xffff); /* addi r12,r12,sym@l*/ in do_plt_call() 205 entry->jump[2] = 0x7d8903a6; /* mtctr r12 */ in do_plt_call() 206 entry->jump[3] = 0x4e800420; /* bctr */ in do_plt_call()
|
D | module_64.c | 107 u32 jump[7]; member 430 memcpy(entry->jump, ppc64_stub_insns, sizeof(ppc64_stub_insns)); in create_stub() 441 entry->jump[0] |= PPC_HA(reladdr); in create_stub() 442 entry->jump[1] |= PPC_LO(reladdr); in create_stub()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache-inv-by-tag.S | 187 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
|
D | tlb-mn10300.S | 53 beq itlb_miss_fault # jump if doesn't point anywhere 116 beq dtlb_miss_fault # jump if doesn't point anywhere
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | ftrace-entry.S | 89 if ! cc jump .Ldo_trace; 99 if ! cc jump _ftrace_graph_caller; 110 if ! cc jump _ftrace_graph_caller; 179 jump .Lfinish_trace;
|
D | entry.S | 52 if cc jump .Lfork;
|
/linux-4.4.14/Documentation/ |
D | static-keys.txt | 80 'no-op' in the straight-line codepath with a 'jump' instruction to the 85 This lowlevel patching mechanism is called 'jump label patching', and it gives 144 4) Architecture level code patching interface, 'jump labels' 149 simply fall back to a traditional, load, test, and jump sequence. 171 5) Static keys / jump label analysis, results (x86_64): 191 The resulting instructions with jump labels generated by GCC is: 211 Without the jump label optimization it looks like: 235 Thus, the disable jump label case adds a 'mov', 'test' and 'jne' instruction 236 vs. the jump label case just has a 'no-op' or 'jmp 0'. (The jmp 0, is patched 237 to a 5 byte atomic no-op instruction at boot-time.) Thus, the disabled jump [all …]
|
D | kprobes.txt | 49 probes work and how jump optimization works. They explain certain 172 sysctl(8)), Kprobes tries to reduce probe-hit overhead by using a jump 186 - Kprobes verifies that the region that will be replaced by the jump 188 (A jump instruction is multiple bytes, and so may overlay multiple 192 jump into the optimized region. Specifically: 193 - the function contains no indirect jump; 195 the fixup code triggered by the exception could jump back into the 198 - there is no near jump to the optimized region (other than to the first 212 - a jump back to the original execution path. 235 The Kprobe-optimizer doesn't insert the jump instruction immediately; [all …]
|
D | circular-buffers.txt | 52 items are removed. The tail index should never jump the head index, and both
|
D | intel_txt.txt | 112 VMEXITs, and then disable VT and jump to the SIPI vector. This
|
D | assoc_array.txt | 484 Shortcuts are metadata records that jump over a piece of keyspace. A shortcut
|
D | CodingStyle | 392 used frequently by compilers in form of the unconditional jump instruction.
|
/linux-4.4.14/arch/mips/loongson64/ |
D | Platform | 18 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
|
/linux-4.4.14/arch/x86/kernel/ |
D | jump_label.c | 22 char jump; member 67 code.jump = 0xe9; in __jump_label_transform() 81 code.jump = 0xe9; in __jump_label_transform()
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | head_v10.S | 129 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] 302 ;; jump into downloaded code 306 jump CODE_START 318 jump $r7 ; boot!
|
D | kimagerescue.S | 91 move.d TIMEOUT_VALUE, $r5 ; "timeout" until jump 139 ;; jump into downloaded code 141 jump CODE_START
|
D | head_v32.S | 23 jump $r10 ; Jump to decompressor
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | align.S | 219 _beqi a5, OP0_L32I_N, .Lload # L32I.N, jump 231 jx a5 # jump into table 253 _beqi a5, OP0_L32I_N, 1f # l32i.n: jump 261 _beqi a5, OP1_L32I, 1f # l32i: jump 279 jx a4 # jump to entry for target register 339 bbsi.l a0, PS_UM_BIT, 2f # jump if user mode 356 _beqz a5, 1f # s32i.n: jump 364 _beqi a5, OP1_S32I, 1f # jump if 32 bit store 472 bbsi.l a0, PS_UM_BIT, 1f # jump if user mode
|
D | coprocessor.S | 302 l32i a3, a3, 0 # a3: jump offset 325 l32i a3, a3, 0 # a3: jump offset
|
D | entry.S | 674 _beqi a2, 1, common_exception_exit # Spilled before exception,jump 792 movi a0, debug_exception # restore a3, debug jump vector 798 bbsi.l a2, PS_UM_BIT, 2f # jump if user mode 1079 bne a0, a4, 1f # same as old value? jump 1191 _beqz a3, .Lnospill # only one active frame? jump
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | fskeleton.S | 83 bral trap | jump to trap handler 102 bral trap | jump to trap handler 121 bral trap | jump to trap handler 140 bral trap | jump to trap handler 159 bral trap | jump to trap handler 178 bral trap | jump to trap handler 200 bral trap | jump to trap handler 214 bral trap | jump to trap handler 253 bral trap | jump to trap handler
|
D | iskeleton.S | 114 bral trap | jump to trap handler 154 bral trap | jump to trap handler
|
/linux-4.4.14/scripts/kconfig/ |
D | menu.c | 551 struct jump_key *jump = NULL; in get_prompt_str() local 563 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str() 572 jump->target = prop->menu; in get_prompt_str() 574 jump->target = location; in get_prompt_str() 577 jump->index = 0; in get_prompt_str() 579 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str() 582 list_add_tail(&jump->entries, head); in get_prompt_str() 589 if (jump && menu == location) in get_prompt_str() 590 jump->offset = strlen(r->s); in get_prompt_str()
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | trampoline_64.S | 115 * EFER.LMA = 1). Now we want to jump in 64bit mode, to do that we use 124 # Now jump into the kernel using virtual addresses
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
D | head.S | 26 # Secondary CPUs jump directly to the kernel entry point
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
D | bug.h | 25 unsigned short jump; member
|
/linux-4.4.14/scripts/ |
D | gcc-goto.sh | 10 * Not related to asm goto, but used by jump label
|
/linux-4.4.14/drivers/media/pci/tw68/ |
D | tw68-risc.c | 44 unsigned int lines, bool jump) in tw68_risc_field() argument 49 if (jump) { in tw68_risc_field()
|
/linux-4.4.14/arch/sh/boards/mach-hp6xx/ |
D | pm_wakeup.S | 32 ! jump to handler
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | module.h | 29 unsigned int jump[4]; member
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | head.S | 170 jump _inram ; Jump to cached RAM. 175 jump _inflash 235 jump _start_it ; Jump to cached code. 242 bne move_cramfs ; not nand, jump
|
D | entry.S | 267 jump $erp 378 jump $r11 ; Restore PC. 429 jump $nrp 513 jump ret_from_intr ; Use the return routine for interrupts.
|
/linux-4.4.14/Documentation/xtensa/ |
D | mmu.txt | 31 After step 2, we jump to virtual address in 0x40000000..0x5fffffff 33 After step 4, we jump to intended (linked) address of this code.
|
/linux-4.4.14/Documentation/features/core/jump-labels/ |
D | arch-support.txt | 2 # Feature name: jump-labels
|
/linux-4.4.14/arch/x86/crypto/ |
D | salsa20-x86_64-asm_64.S | 19 # comment:fp stack unchanged by jump 77 # comment:fp stack unchanged by jump 597 # comment:fp stack unchanged by jump 748 # comment:fp stack unchanged by jump 751 # comment:fp stack unchanged by jump 801 # comment:fp stack unchanged by jump 828 # comment:fp stack unchanged by jump 857 # comment:fp stack unchanged by jump
|
D | crc32c-pcl-intel-asm_64.S | 315 ## jump table Table is 129 entries x 2 bytes each
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | csumcpfruser.S | 57 jump [$sp+]
|
/linux-4.4.14/Documentation/frv/ |
D | gdbstub.txt | 9 permits the NMI interrupt button or serial port events to jump the kernel into 110 The kernel can be interrupted whilst it is running, causing a jump back to the 118 (*) Pressing the NMI button on the board will also cause a jump into the
|
D | kernel-ABI.txt | 13 simply jump or call directly between functions using a relative offset. 65 will cause the CPU to halt unless the CPU is told to jump into
|
/linux-4.4.14/arch/alpha/ |
D | Makefile | 16 cflags-y += $(call cc-option, -fno-jump-tables)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm11351-cpu-method.txt | 16 physical start address it should jump to.
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | pmsu_ll.S | 67 mov pc, r0 @ jump to this value
|
/linux-4.4.14/arch/x86/boot/ |
D | pmjump.S | 33 jmp 1f # Short jump to serialize on 386/486
|
D | header.S | 295 # tries to generate a 3-byte jump here, which causes 297 .byte 0xeb # short (2-byte) jump
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 38 # jump to place where we left off
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 154 jump _inram ; enter cached ram 158 jump _inflash 319 jump _start_it ; better skip the additional cramfs check below 595 jump start_kernel ; jump into the C-function start_kernel in init/main.c
|
D | entry.S | 330 jump [$sp+] ; restore PC 574 jump ret_from_intr ; Use the return routine for interrupts.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | do_func.S | 7 | The opcode and tag bits form an index into a jump table in 83 leal tblpre,%a1 |start of monster jump table 279 | Alias extended denorms to norms for the jump table. 448 leal pscalet,%a1 |load start of jump table
|
D | bugfix.S | 341 | the code sequence to allow completion. We will jump to 481 | You should replace the jump to fpsp_fmt_error with a jump
|
D | skeleton.S | 9 | before the jump instruction. If there no handling necessary, then
|
D | gen_except.S | 160 jmp (%a0) |jump to routine
|
D | round.S | 60 | Use rounding mode as an index into a jump table for these modes.
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | bootparam.h | 56 __u16 jump; member
|
/linux-4.4.14/Documentation/sh/ |
D | register-banks.txt | 28 of the interrupt exception vector jump table offset
|
/linux-4.4.14/arch/unicore32/mm/ |
D | proc-ucv2.S | 51 mov pc, r0 @ jump to loc
|
/linux-4.4.14/arch/mn10300/lib/ |
D | memset.S | 37 bne memset_1 # jump if not
|
D | memcpy.S | 39 bne memcpy_1 # jump if not
|
D | memmove.S | 45 bne memmove_1 # jump if not
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry-table.S | 44 # we have to catch the single-step event in break.S and jump to the fixup 71 # exception handler jump table
|
D | sleep.S | 246 # using between time MMU is enabled and jump to virtual address is
|
D | head.S | 476 # set up the registers and jump into the kernel
|
/linux-4.4.14/arch/s390/kernel/ |
D | head64.S | 47 lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space,
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | head_v10.S | 116 jump 0x40004000 ; kernel is linked to this address
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | head.S | 126 ldw r15, __switch_data @ address to jump to after
|
D | sleep.S | 178 jump r2
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | entry.S | 295 bne nmi_not_smp_callfunc # if not call function, jump 312 bne nmi_not_debugger # if not kernel debugger NMI IPI, jump
|
/linux-4.4.14/arch/arm/kernel/ |
D | head.S | 149 ldr r13, =__mmap_switched @ address to jump to after 398 ldmia r4, {r5, r7, r12} @ address to jump to after
|
D | sleep.S | 110 ret r3 @ jump to virtual address
|
/linux-4.4.14/arch/frv/include/asm/ |
D | math-emu.h | 173 .macro fp_put_pc src,jump=0
|
/linux-4.4.14/arch/c6x/lib/ |
D | divremu.S | 32 ;; is a trick to allow us to leave the following insns in the jump
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | math-emu.h | 173 .macro fp_put_pc src,jump=0
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_cond.S | 152 .long fp_ill, fp_ill | NOTE: jump here to ftrap.x
|
D | fp_entry.S | 80 | we jump here after an access error while trying to access
|
/linux-4.4.14/arch/sparc/kernel/ |
D | etrap_32.S | 101 mov %t_kstack, %sp ! jump onto new stack
|
/linux-4.4.14/arch/sh/lib/ |
D | movmem.S | 69 ! jump to movmem+
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sleep44xx.S | 64 beq do_WFI @ No lowpower state, jump to WFI
|
D | sleep34xx.S | 178 bxeq r5 @ jump to the WFI code in SRAM
|
D | sram242x.S | 281 beq pend @ jump over dpll relock
|
D | sram243x.S | 281 beq pend @ jump over dpll relock
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 168 0200/2 2.00+ jump Jump instruction 295 Field name: jump 300 Contains an x86 jump instruction, 0xEB followed by a signed offset 455 The address to jump to in protected mode. This defaults to the load 743 handover protocol to boot the kernel should jump to this offset. 1026 After completing your hook, you should jump to the address 1110 from the boot media and jump to the EFI handover protocol entry point
|
D | entry_64.txt | 7 The x86 architecture has quite a few different ways to jump into
|
D | exception-tables.txt | 53 Since we jump to the contents of fixup, fixup obviously points
|
/linux-4.4.14/arch/metag/lib/ |
D | memcpy.S | 49 ! blocks, then jump to the unaligned copy loop or fall through to the aligned
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 151 bra system_call ! jump common systemcall entry
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-core.c | 79 unsigned int lines, unsigned int lpi, bool jump) in cx88_risc_field() argument 84 if (jump) { in cx88_risc_field()
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 205 - The primary CPU must jump directly to the first instruction of the 223 cpu-release-addr returns a non-zero value, the CPU must jump to this
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 72 a code, jt, jf and k value. jt and jf are jump offsets and k a generic 194 encoded. jt and jf are two 8 bit wide jump targets, one for condition 195 "jump if true", the other one "jump if false". Eventually, element k 256 7 #k,Lt,Lf Jump to Lt if true, otherwise jump to Lf 842 of classic BPF to eBPF. For arithmetic and jump instructions the 8-bit 'code' 905 BPF_JNE 0x50 /* eBPF only: jump != */
|
D | netdev-FAQ.txt | 145 Before you jump to go do the above, do note that the normal stable rules
|
D | can.txt | 1093 segment 1 and 2 and the synchronisation jump width in units of 1102 and 2, the synchronisation jump width in units of tq, the
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoints.txt | 140 with jump labels and avoid conditional branches.
|
D | ftrace-design.txt | 184 /* this is usually either a return or a jump */
|
/linux-4.4.14/arch/m68k/kernel/ |
D | entry.S | 100 | After a fork we jump here directly from resume,
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-compact.S | 226 ; out of the L2 interrupt context (drop to pure kernel mode) and jump
|
/linux-4.4.14/drivers/net/hippi/ |
D | rrunner.h | 674 u32 jump; member
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 186 bra system_call ! jump common systemcall entry
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | sleep-tegra20.S | 410 ret r0 @ jump to tegra_resume
|
D | sleep-tegra30.S | 533 ret r0 @ jump to tegra_resume
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig | 195 If non-zero, a jump instruction to this address, will be written
|
/linux-4.4.14/drivers/crypto/caam/ |
D | desc_constr.h | 166 APPEND_CMD_RET(jump, JUMP) in APPEND_CMD_RET() argument
|
/linux-4.4.14/Documentation/usb/ |
D | CREDITS | 19 David E. Nelson <dnelson@jump.net>
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 1009 unsigned int lines, bool jump) in cx25821_risc_field() argument 1014 if (jump) { in cx25821_risc_field()
|
/linux-4.4.14/drivers/atm/ |
D | idt77252.c | 1537 unsigned long base, idle, jump; in tst_timer() local 1548 jump = base + card->tst_size - 2; in tst_timer() 1559 write_sram(card, jump, TSTE_OPC_JMP | (base << 2)); in tst_timer() 1584 jump = base + card->tst_size - 2; in tst_timer() 1586 write_sram(card, jump, TSTE_OPC_NULL); in tst_timer()
|
/linux-4.4.14/arch/mips/kvm/ |
D | locore.S | 242 j k0 #07: jump to the function
|
/linux-4.4.14/Documentation/fmc/ |
D | identifiers.txt | 22 device or driver, you may jump straight to *note SDB Support::.
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 146 a fault before we have had time to jump into the real kernel segment (0xc0). This
|
/linux-4.4.14/fs/ntfs/ |
D | layout.h | 70 u8 jump[3]; /* Irrelevant (jump to boot up code).*/ member
|
/linux-4.4.14/Documentation/scsi/ |
D | osst.txt | 86 supported and you may try the mt (or mt_st) program to jump between
|
D | ChangeLog.ncr53c8xx | 452 the scripts to jump directly to the CCB on reselection instead
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 1062 unsigned int lines, unsigned int lpi, bool jump) in cx23885_risc_field() argument 1068 if (jump) { in cx23885_risc_field()
|
/linux-4.4.14/Documentation/development-process/ |
D | 3.Early-stage | 4 to jump right in and start coding. As with any significant project,
|
D | 2.Process | 457 some developers jump into the creation of patches fixing spelling errors or
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | entry.S | 371 # Find and jump into the syscall handler.
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 313 send_xchar() - Send XON/XOFF and if possible jump the queue with
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 204 at designated entry point. For other case, all jump to common
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1658 # jump to the "_real_{}()" handler... 2040 # trace stack frame then jump to _real_trace(). 3839 # check to see if the FPU is disabled. if so, jump to the OS entry 4583 # jump to the corresponding function for each {MODE,REG} pair.
|
D | isp.S | 923 # jump to the corresponding function for each {MODE,REG} pair.
|
D | fpsp.S | 1659 # jump to the "_real_{}()" handler... 2041 # trace stack frame then jump to _real_trace(). 3851 # check to see if the FPU is disabled. if so, jump to the OS entry 11675 # save setting this until now because this is where fmul_may_ovfl may jump in 14035 # save setting this until now because this is where fsglmul_may_ovfl may jump in 14995 # the DENORM or NORM and jump to the regular fadd routine. 15447 # scale the DENORM or NORM and jump to the regular fsub routine. 16290 jmp (tbl_fdbcc.b,%pc,%d1.w) # jump to fdbcc routine 16686 # Therefore, the opposite branch type is used to jump to the decrement # 18534 # jump to the corresponding function for each {MODE,REG} pair.
|
D | fplsp.S | 9249 # the src value. then, jump to the norm part of the routine.
|
/linux-4.4.14/arch/ |
D | Kconfig | 67 nop will be converted to a jump instruction to execute the
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 369 jmp %o5 + %lo(12f) ! jump into it, duff style, wheee...
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 635 bool "kexec jump (EXPERIMENTAL)"
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 412 ljmp control_pins ; will jump to setup_done_ack,
|
D | xircom_pgs.S | 450 ljmp control_pins ; will jump to setup_done_ack,
|
/linux-4.4.14/ |
D | README | 92 want to jump to 4.0.3, you must first reverse the 4.0.2 patch (that is,
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 1113 memcpy(&hdr->jump, image->image_base + 512, 512); in make_boot_params()
|
/linux-4.4.14/Documentation/vm/ |
D | transhuge.txt | 276 for the head page and not the tail page), it should be updated to jump
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 208 of commands is arranged in alphabetical order. If you wish to jump to 210 the alphabet you wish to jump to.
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 102 reaches the mountpoint it will jump into the root of that vfsmount.
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3251 To find where in handle_mm_fault this is, I'll jump forward in the 3737 At this point, I jump to conclusions and start looking at my early
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 1735 -mfix-loongson2f-nop and -mfix-loongson2f-jump options.
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 296 kernel image. Other bootloaders will jump to the ELF start address.
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 639 4003b0: 4d ee d0 00 bas %r14,0(%r14,%r13) # jump to test setting r14 as return
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1806 bool "kexec jump"
|