Searched refs:jump (Results 1 - 25 of 80) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dentry.h32 jump __common_int_entry;
46 jump __common_int_entry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dinterrupt.S146 if cc jump 1f;
169 if cc jump 1f;
187 if cc jump .Lcall_do_ovf; /* deal with performance counter overflow */
201 jump .Lcommon_restore_context;
214 if cc jump 1f;
254 jump .Lcommon_restore_context;
H A Dentry.S98 if !cc jump _return_from_exception;
158 jump.s _ex_trap_c;
165 if cc jump _return_from_exception
174 if !cc jump _ex_trap_c;
181 if !cc jump _ex_trap_c;
343 jump (p4);
348 jump .Lsyscall_really_exit;
360 if !cc jump 0b (bp);
368 if ! cc jump 1f;
389 if ! cc jump
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmodule.h21 * modules are furthur away than this. So, we jump to a table of
27 /* 16 byte jump instruction sequence (4 instructions) */
28 unsigned int jump[4]; member in struct:ppc_plt_entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dentry.S49 if cc jump .Lin_kernel;
60 jump (p0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/rescue/
H A Dhead.S32 jump $r10 ; Jump to decompresser
37 jump $r10 ; Jump to decompresser
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-mul1.S58 beq $18,Lend1 # jump if size was == 1
62 beq $18,Lend2 # jump if size was == 2
H A Dmpih-mul2.S51 beq $18,.Lend1 # jump if size was == 1
59 beq $18,.Lend2 # jump if size was == 2
H A Dmpih-mul3.S49 beq $18,.Lend1 # jump if size was == 1
57 beq $18,.Lend2 # jump if size was == 2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmodule_32.c148 if (entry->jump[0] == 0x3d600000 + ((val + 0x8000) >> 16)
149 && entry->jump[1] == 0x396b0000 + (val & 0xffff))
171 while (entry->jump[0]) {
177 entry->jump[0] = 0x3d600000+((val+0x8000)>>16); /* lis r11,sym@ha */
178 entry->jump[1] = 0x396b0000 + (val&0xffff); /* addi r11,r11,sym@l*/
179 entry->jump[2] = 0x7d6903a6; /* mtctr r11 */
180 entry->jump[3] = 0x4e800420; /* bctr */
252 DEBUGP("ie. jump to %08X+%08X = %08X\n",
260 /* 32-bit relative jump. */
H A Dmodule_64.c41 jump, actually, to reset r2 (TOC+0x8000). */
44 /* 28 byte jump instruction sequence (7 instructions) */
45 unsigned char jump[28]; member in struct:ppc64_stub_entry
51 /* We use a stub to fix up r2 (TOC ptr) and to jump to the (external)
58 { .jump = {
238 loc1 = (Elf64_Half *)&entry->jump[2];
239 loc2 = (Elf64_Half *)&entry->jump[6];
257 /* Create stub to jump to function described in this OPD: we need the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dvalgrind.pm69 push @o, "\n Conditional jump or move depends on uninitialised value(s)\n";
89 elsif($_ =~ /Conditional jump or move/) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/hp6xx/
H A Dpm_wakeup.S40 ! jump to handler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dhead-nommu.S53 ldr r13, __switch_data @ address to jump to after
87 mov pc, r13 @ clear the BSS and jump
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Ddivsi3.S69 if cc jump .Lret_zero;
72 if cc jump .Lidents;
75 if cc jump .Lidents;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S83 # flush prefetch and jump to startup_32
113 * EFER.LMA = 1). Now we want to jump in 64bit mode, to do that we use
121 # Now jump into the kernel using virtual addresses
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S57 jump [$sp+]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmformat.c142 boot->jump[0] = 0xeb;
143 boot->jump[1] = 0;
144 boot->jump[2] = 0x90;
500 memcpy((char *) boot->jump + offset,
503 /* short jump */
504 boot->jump[0] = 0xeb;
505 boot->jump[1] = offset -2;
506 boot->jump[2] = 0x90;
508 /* long jump, if offset is too large */
509 boot->jump[
[all...]
H A Dmsdos.h163 unsigned char jump[3]; /* 0 Jump to boot code */ member in struct:bootsector
192 #define OFFSET(x) (((char *) (boot->x)) - ((char *)(boot->jump)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S83 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dalign.S180 _beqi a5, OP0_L32I_N, .Lload # L32I.N, jump
184 /* 'store indicator bit' not set, jump */
192 jx a5 # jump into table
218 _beqi a5, OP0_L32I_N, 1f # l32i.n: jump
226 _beqi a5, OP1_L32I, 1f # l32i: jump
256 jx a4 # jump to entry for target register
304 _beqz a5, 1f # s32i.n: jump
312 _beqi a5, OP1_S32I, 1f # jump if 32 bit store
399 /* Restore a4...a8 and SAR, set SP, and jump to default exception. */
410 bbsi.l a2, PS_UM_BIT, 1f # jump i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S15 * bytes from the serial port and jump into it. the downloaded
127 jump in_cache ; enter cached area instead
131 ;; first put a jump test to give a possibility of upgrading the rescue code
133 ;; it is not -1, we jump using the value as jump target. since we can always
142 jump [$r0]
303 ;; jump into downloaded code
306 jump CODE_START
317 jump $r7 ; boot!
H A Dkimagerescue.S6 * 4004000 and after a timeout jump to it.
93 move.d TIMEOUT_VALUE, $r5 ; "timeout" until jump
141 ;; jump into downloaded code
143 jump CODE_START
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dplanb.c644 DEBUG("PlanB: adjusting ch1's jump address\n");
677 unsigned long base, jump, addr_com, addr_dep; local
694 jump = virt_to_bus(c1+16); /* 14 by cmd_geo_setup() and 2 for padding */
703 tab_cmd_store(c1++, addr_dep, jump);
725 jump = virt_to_bus(c1 + (nlines + 1) / 2);
728 jump = virt_to_bus(c1 + nlines);
734 count, base + i * (pb->win.bpl + pb->win.pad), jump);
756 jump = virt_to_bus(c1 + nlines / 2);
759 base + i * (pb->win.bpl + pb->win.pad), jump);
761 /* And jump bac
1132 unsigned long jump; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf561/
H A Dhead.S223 jump .LWAIT_HERE;
293 jump.l _start_kernel;
354 if ! CC jump .Lcheck_again;
383 if !cc jump .Lskip;

Completed in 163 milliseconds

1234