Searched refs:jump (Results 26 - 50 of 122) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Ddivsi3.S49 if cc jump .Lret_zero;
52 if cc jump .Lidents;
55 if cc jump .Lidents;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtrampoline_64.S85 # flush prefetch and jump to startup_32
114 * EFER.LMA = 1). Now we want to jump in 64bit mode, to do that we use
122 # Now jump into the kernel using virtual addresses
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dvalgrind.pm75 push @o, "\n Conditional jump or move depends on uninitialised value(s)\n";
96 elsif($_ =~ /Conditional jump or move/) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/
H A Dsecondary.S161 jump .LWAIT_HERE;
196 jump (p0);
222 if cc jump 3f;
232 jump.s .L_exit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dcache.S90 * greater than our cache alignment), as is the end address. So just jump into
95 jump .Ldfr;
H A Dinterrupt.S117 if cc jump .Lcommon_restore_context;
217 jump 1b;
250 jump .Lcommon_restore_context;
306 jump 2b; /* Likely paranoid. */
H A Dhead.S21 if cc jump .L_bss_done;
242 jump .LWAIT_HERE;
268 jump.l _start_kernel;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S57 jump [$sp+]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dheader.S110 # tries to generate a 3-byte jump here, which causes
112 .byte 0xeb # short (2-byte) jump
H A Dpmjump.S33 jmp 1f # Short jump to serialize on 386/486
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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...]
H A Dcoprocessor.S287 l32i a3, a3, 0 # a3: jump offset
310 l32i a3, a3, 0 # a3: jump offset
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dhead_v10.S14 * bytes from the serial port and jump into it. the downloaded
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]
305 ;; jump into downloaded code
309 jump CODE_START
321 jump $r7 ; boot!
H A Dkimagerescue.S5 * 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/
H A DMakefile16 cflags-y += $(call cc-option, -fno-jump-tables)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dbootparam.h35 __u16 jump; member in struct:setup_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmodule_64.c36 jump, actually, to reset r2 (TOC+0x8000). */
39 /* 28 byte jump instruction sequence (7 instructions) */
40 unsigned char jump[28]; member in struct:ppc64_stub_entry
46 /* We use a stub to fix up r2 (TOC ptr) and to jump to the (external)
53 { .jump = {
270 loc1 = (Elf64_Half *)&entry->jump[2];
271 loc2 = (Elf64_Half *)&entry->jump[6];
289 /* Create stub to jump to function described in this OPD: we need the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dwakeup_32.S37 # jump to place where we left off
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dtlb-mn10300.S48 beq itlb_miss_fault # jump if doesn't point anywhere
57 beq itlb_miss_fault # jump if doesn't point to a page
100 beq dtlb_miss_fault # jump if doesn't point anywhere
109 beq dtlb_miss_fault # jump if doesn't point to a page
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dhead-shark.S120 /* and jump to it */
121 adr r2, __go_on @ where we want to jump
129 mov pc, r2 @ and jump there
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/iwmc3200top/
H A Dmain.c383 static int jump = 1; variable
384 module_param(jump, bool, 0604);
439 priv->dbg.jump = (bool)jump;
440 LOG_INFO(priv, INIT, "jump=%d\n", jump);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c7 * Every chain ends with an unconditional jump: a RETURN for user chains,
87 IPTCC_R_JUMP, /* jump to other chain */
100 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */ member in struct:rule_head
120 unsigned int index; /* index (needed for jump resolval) */
347 && r->jump)
348 r->jump->references--;
517 DEBUGP_C("jump, target=%u\n", t->verdict);
562 r->jump = c;
612 t->verdict = r->jump
[all...]

Completed in 229 milliseconds

12345