Searched refs:we (Results 26 - 50 of 553) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S86 ;; check for resched if preemptive kernel or if we're going back to user-mode
88 ;; we cannot simply test $dccr, because that does not necessarily
89 ;; reflect what mode we'll return into.
111 ;; Since we dont really want to have two epilogues (one for system calls
112 ;; and one for interrupts) we push the contents of BRP instead of IRP in the
116 ;; Since we can't have system calls inside interrupts, it should not matter
117 ;; that we don't stack IRP.
119 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,r13,mof,srp
157 ;; as a bonus 7th parameter, we give the location on the stack
164 ;; respectively, and we nee
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dmemcpy.S41 # we want to transfer as much as we can in chunks of 32 bytes
104 # check we copied the correct amount
H A Dmemset.S45 # we want to transfer as much as we can in chunks of 32 bytes
91 # check we set the correct amount
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/mm/
H A Dtlb.c21 * page_id that has to match to give a hit. In page_id_map, we keep track
22 * of which mm's we have assigned which page_id's, so that we know when
26 * so we can make TLB entries that will never match.
28 * Notice that we need to make the flushes atomic, otherwise an interrupt
41 /* the vpn of i & 0xf is so we dont write similar TLB entries
54 IO_STATE(R_TLB_LO, we, no ) |
76 * here we could also check the _PAGE_GLOBAL bit and NOT flush
90 IO_STATE(R_TLB_LO, we, no ) |
130 IO_STATE(R_TLB_LO, we, n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dcache-mn10300.S162 clr d2 # we're going to clear tag ram
257 # approx every N steps we re-enable the cache and see if there are any
259 # we also break out if we've reached the end of the loop
279 # - we don't bother with delay NOPs as we'll have enough instructions
280 # before we disable interrupts again to give the interrupts a chance
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.S19 * Align the pointer in r0. r3 contains the number of bytes that we are
20 * mis-aligned by, and r1 is the number of bytes. If r1 < 4, then we
21 * don't bother; we use byte stores instead.
23 1: subs r1, r1, #4 @ 1 do we have enough
40 * r3 = 0, and we know that the pointer in r0 is aligned to a word boundary.
42 cmp r1, #16 @ 1 we can skip this chunk if we
63 * No need to correct the count; we're only testing bits from now on
118 * When we get here, we'v
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dnand_init.S6 ## due to a bug/feature we can only trust the 256 first bytes. So this
20 ## switch between normal area and spare area if you do that so we
H A Dcsumcpfruser.S12 /* Same function body, but a different name. If we just added exception
13 records to _csum_partial_copy_nocheck and made it generic, we wouldn't
14 know a user fault from a kernel fault and we would have overhead in
20 Note that the errptr argument is only set if we encounter an error.
45 ;; Signal in *errptr that we had a failing access.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dhead_v10.S9 * If any of the checksums fail, we assume the flash is so
10 * corrupt that we cant use it to boot into the ftp flash
11 * loader, and instead we initialize the serial port to
12 * receive a flash-loader and new flash image. we dont include
20 * data so we can add stuff later.
71 ;; sector. Sector size is 65536 bytes in all flashes we use.
77 ;; That is not where we put our downloaded serial boot-code.
123 ;; Since etrax actually starts at address 2 when booting from flash, we
124 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
135 ;; We put a longword of -1 here and if it is not -1, we jum
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dfilescanner.c279 /* If we don't have an album_artist, set it to artist */
596 * the event loop - not its business, we're in bulk mode here.
863 * It will also rebuild the groups we just cleared.
893 struct watch_enum we; local
908 /* A directory we know about, that got moved from a place
909 * we know about to a place we know nothing about
913 memset(&we, 0, sizeof(struct watch_enum));
915 we.cookie = wi->cookie;
917 ret = db_watch_enum_start(&we);
1237 struct watch_enum we; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtmp-session-like-system.conf11 <!-- If we fork, keep the user's original umask to avoid affecting
70 as the user anyway, using up bus resources is not something we need
71 to worry about. In some cases, we do set the limits lower than
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtgrid.tex22 // Then we call CreateGrid to set the dimensions of the grid
44 // values rather than strings. Here we set grid column 5
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Ddiv64.S33 cntlzw r0,r5 # we are shifting the dividend right
43 divwu r11,r11,r9 # then we divide the shifted quantities
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
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
112 ;; see if we have one odd byte more
H A Dcsumcpfruser.S12 /* Same function body, but a different name. If we just added exception
13 records to _csum_partial_copy_nocheck and made it generic, we wouldn't
14 know a user fault from a kernel fault and we would have overhead in
20 Note that the errptr argument is only set if we encounter an error.
45 ;; Signal in *errptr that we had a failing access.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A Dhead_v32.S49 ;; It is either in [NOR] flash (we don't want to copy it
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-h720x/include/mach/
H A Dentry-macro.S22 @ we could use the id register on H7202, but this is not
23 @ properly updated when we come back from asm_do_irq
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-clear_user.S5 * Zero user space, handling exceptions as we go.
42 * may come along during the execution of this chunk of code, and we don't
43 * want to leave a hole (and we also want to avoid repeating lots of work)
46 /* Allow an exception for an insn; exit if we get one. */
70 # Note - we never actually use $2, so this is a moot computation
71 # and we can rewrite this later...
98 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop
104 * We know that we're going to do at least 16 quads, which means we are
106 * Figure out how many quads we nee
[all...]
H A Dstrncat.S8 * This differs slightly from the semantics in libc in that we never write
63 0: cmplt $27, $24, $2 # did we fill the buffer completely?
76 1: /* Here we must read the next DST word and clear the first byte. */
H A Dstrncpy.S32 bne $18, $multiword # do we have full words left?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex38 % complete document in each bug report with which we can reproduce the
63 % and turn on active characters that we couldn't do earlier because
72 % For @tex, we can use \tabalign.
75 % Save some plain tex macros whose names we will redefine.
110 % messages, but if we're using an old version of TeX, don't do anything.
158 % Since the category of space is not known, we have to be careful.
162 % sometimes characters are active, so we need control sequences.
206 % change spans more than two lines of output. To handle that, we would
261 % we did was a \nobreak, we do
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex38 % complete document in each bug report with which we can reproduce the
63 % and turn on active characters that we couldn't do earlier because
72 % For @tex, we can use \tabalign.
75 % Save some plain tex macros whose names we will redefine.
107 % messages, but if we're using an old version of TeX, don't do anything.
155 % Since the category of space is not known, we have to be careful.
159 % sometimes characters are active, so we need control sequences.
203 % change spans more than two lines of output. To handle that, we would
258 % we did was a \nobreak, we do
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex38 % complete document in each bug report with which we can reproduce the
63 % and turn on active characters that we couldn't do earlier because
72 % For @tex, we can use \tabalign.
75 % Save some plain tex macros whose names we will redefine.
107 % messages, but if we're using an old version of TeX, don't do anything.
155 % Since the category of space is not known, we have to be careful.
159 % sometimes characters are active, so we need control sequences.
203 % change spans more than two lines of output. To handle that, we would
258 % we did was a \nobreak, we do
[all...]

Completed in 142 milliseconds

1234567891011>>