Searched refs:we (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-sa1100.S22 @ UNTIL we've something like an open bootldr
33 @ memory to be sure we hit the same cache.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/mm/
H A Dfault.c51 int miss, we, writeac; local
67 we = IO_EXTRACT(R_MMU_CAUSE, we_excp, cause);
70 D(printk("bus_fault from IRP 0x%lx: addr 0x%lx, miss %d, inv %d, we %d, acc %d, dx %d pid %d\n",
71 regs->irp, address, miss, inv, we, acc, index, page_id));
77 do_page_fault(address, regs, 1, we);
80 * do_page_fault may have flushed the TLB so we have to restore
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dviocd.c105 * This is the structure we use to exchange info between driver and interrupt
141 * Hypervisor and we may be a module.
224 struct viocd_waitevent we; local
236 init_completion(&we.com);
244 (u64)&we, VIOVERSION << 16, unitinfo_dmaaddr, 0,
252 wait_for_completion(&we.com);
254 if (we.rc) {
256 vio_lookup_rc(viocd_err_table, we.sub_result);
258 we.rc, we
279 struct viocd_waitevent we; local
419 struct viocd_waitevent we; local
461 struct viocd_waitevent we; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dkernel_execve.S17 # Do a system call from kernel instead of calling sys_execve so we end up with
H A Dbreak.S83 # traps will be enabled, so we have to do this now
92 # determine whether we have stepped through into an exception
93 # - we need to take special action to suspend h/w single stepping if we've done
186 # - we try and catch it whilst it is still in the main vector table
187 # - if we catch it there, we have to jump to the fixup handler
273 # do the bit we had to skip
305 # we single-stepped into an interrupt handler whilst interrupts were merely virtually disabled
317 # exceptions must've been enabled and we mus
[all...]
H A Dentry.S19 * We deal with this by declaring that we shall kill GR28 on entering the
155 # make sure we (the kernel) get div-zero and misalignment exceptions
303 # - we need to really disable them, flag the fact and return immediately
324 # - we can clear ICC2.Z because we shouldn't be here if it's not 0 [due to TIHI]
562 # make sure we (the kernel) get div-zero and misalignment exceptions
598 # now that we've accessed the exception regs, we can enable exceptions
623 # now that we've accessed the exception regs, we ca
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S15 INITSEG = DEF_INITSEG # 0x9000, we move boot here, out of the way
147 # Set %ds = %cs, we know that SETUPSEG = %cs at this point
237 testb $LOADED_HIGH, %cs:loadflags # Do we have a big kernel?
240 cmpb $0, %cs:type_of_loader # Do we have a loader that
244 pushw %cs # No, we have an old loader,
255 /* we have to do this before the VESA setup, otherwise the user
280 # tell BIOS we want to go to long mode
300 # of the first 32 memory areas, which we return at [E820MAP].
308 # so we can have the bios
326 # If this is usable memory, we sav
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S8 * Entry: CS:IP point to the start of our code, we are
13 * In fact we don't actually need a stack so we don't
51 # write marker for master knows we're running
111 * At this point we're in long mode but in 32bit compatibility mode
113 * EFER.LMA = 1). Now we want to jump in 64bit mode, to do that we use
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtrampoline.S9 * Entry: CS:IP point to the start of our code, we are
14 * In fact we don't actually need a stack so we don't
57 # write marker for master knows we're running
75 # hence we don't use the boot_gdt_descr defined in head.S
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dtlb-v3.S35 movne pc, lr @ no, we dont do anything
H A Dtlb-v4.S36 movne pc, lr @ no, we dont do anything
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dmmu.S37 .macro MMU_BUS_FAULT_HANDLER handler, mmu, we, ex
44 moveq \we, $r13 ; write exception?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dentry-macro.S12 * show one interrupt. Occasionally we get two interrupts through
50 @@ work out which irq (if any) we got
67 @@ we have the value
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dhead.S29 /* ... and then we can start the kernel. */
61 # masking, and we cannot duplicate the effort without causing problems
88 # Putting it here means we dont have to recompile the whole
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dmemzero.S17 * Align the pointer in r0. r3 contains the number of bytes that we are
18 * mis-aligned by, and r1 is the number of bytes. If r1 < 4, then we
19 * don't bother; we use byte stores instead.
21 1: subs r1, r1, #4 @ 1 do we have enough
38 * r3 = 0, and we know that the pointer in r0 is aligned to a word boundary.
40 cmp r1, #16 @ 1 we can skip this chunk if we
58 * No need to correct the count; we're only testing bits from now on
72 * When we get here, we'v
[all...]
H A Dlib1funcs.S76 @ For very big divisors, we must shift it a bit at a time, or
77 @ we will be in danger of overflowing.
135 @ For very big divisors, we must shift it a bit at a time, or
136 @ we will be in danger of overflowing.
146 @ subtractions are done, we can fix them up afterwards...
165 @ Any subtractions that we should not have done will be recorded in
168 @ If we terminated early, because dividend became zero,
205 @ For very big divisors, we must shift it a bit at a time, or
206 @ we will be in danger of overflowing.
245 @ Need to save the sign of the dividend, unfortunately, we nee
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dchecksum.S16 ;; we also do _NOT_ want to compute a checksum over more than the
23 ;; need to save the registers we use below in the movem loop
24 ;; this overhead is why we have a check above for breakeven length
64 ax ; do it again, since we might have generated a carry
91 move.d $r12,$r13 ; do the same again, maybe we got a carry last add
112 ;; see if we have one odd byte more
H A Dchecksumcopy.S20 ;; we also do _NOT_ want to compute a checksum over more than the
27 ;; need to save the registers we use below in the movem loop
28 ;; this overhead is why we have a check above for breakeven length
70 ax ; do it again, since we might have generated a carry
94 move.d $r13,$r9 ; do the same again, maybe we got a carry last add
118 ;; see if we have one odd byte more
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dchecksum.S16 ;; we also do _NOT_ want to compute a checksum over more than the
23 ;; need to save the registers we use below in the movem loop
24 ;; this overhead is why we have a check above for breakeven length
53 addc 0,$r12 ; do it again, since we might have generated a carry
79 move.d $r12,$r13 ; do the same again, maybe we got a carry last add
100 ;; see if we have one odd byte more
H A Dchecksumcopy.S20 ;; we also do _NOT_ want to compute a checksum over more than the
27 ;; need to save the registers we use below in the movem loop
28 ;; this overhead is why we have a check above for breakeven length
59 addc 0,$r13 ; do it again, since we might have generated a carry
82 move.d $r13,$r9 ; do the same again, maybe we got a carry last add
106 ;; see if we have one odd byte more
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S15 INITSEG = DEF_INITSEG # 0x9000, we move boot here, out of the way
152 # Set %ds = %cs, we know that SETUPSEG = %cs at this point
243 testb $LOADED_HIGH, %cs:loadflags # Do we have a big kernel?
246 cmpb $0, %cs:type_of_loader # Do we have a loader that
250 pushw %cs # No, we have an old loader,
260 # we do this here because it is the last place we can actually
294 # of the first 32 memory areas, which we return at [E820MAP].
302 # so we can have the bios
320 # If this is usable memory, we sav
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Ddiv64.S54 @ See if we need to handle upper 32-bit result.
93 @ See if we need to handle lower 32-bit result.
101 @ Here we shift remainer bits leftwards rather than moving the
116 @ Otherwise, if lower part is also null then we are done.
125 clz xh, xl @ we know xh is zero here so...
141 @ If no bit position left then we are done.
H A Dmemzero.S17 * Align the pointer in r0. r3 contains the number of bytes that we are
18 * mis-aligned by, and r1 is the number of bytes. If r1 < 4, then we
19 * don't bother; we use byte stores instead.
21 1: subs r1, r1, #4 @ 1 do we have enough
38 * r3 = 0, and we know that the pointer in r0 is aligned to a word boundary.
40 cmp r1, #16 @ 1 we can skip this chunk if we
58 * No need to correct the count; we're only testing bits from now on
72 * When we get here, we'v
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dviodasd.c60 * numbers 0-255 we get a maximum of 32 disks.
150 * Figure out the biggest I/O request (in sectors) we can accept
155 * Number of disk I/O requests we've sent to OS/400
181 struct viodasd_waitevent we; local
190 init_completion(&we.com);
199 (u64)(unsigned long)&we, VIOVERSION << 16,
207 wait_for_completion(&we.com);
210 if (we.rc != 0) {
212 vio_lookup_rc(viodasd_err_table, we.sub_result);
216 (int)we
436 struct viodasd_waitevent we; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S150 * Include config.h now that we use some CONFIG_ options
214 * SYMBOL_NAME is defined incorrectly for the compiler options we currently use
329 ;; check for resched if preemptive kernel or if we're going back to user-mode
331 ;; we cannot simply test $dccr, because that does not necessarily
332 ;; reflect what mode we'll return into.
354 ;; Since we dont really want to have two epilogues (one for system calls
355 ;; and one for interrupts) we push the contents of BRP instead of IRP in the
359 ;; Since we can't have system calls inside interrupts, it should not matter
360 ;; that we don't stack IRP.
362 ;; In r9 we hav
[all...]

Completed in 195 milliseconds

1234567891011>>