Searched refs:so (Results 51 - 75 of 153) sorted by relevance

1234567

/linux-master/arch/arc/lib/
H A Dmemset.S55 b memset ;tail call so need to tinker with blink
/linux-master/arch/arm/kernel/
H A Dhyp-stub.S17 * boot, so we need to store it in a writable variable.
57 * The zImage loader only runs on one CPU, so we don't bother with mult-CPU
118 @ Disable all traps, so we don't get any nasty surprise
H A Dsleep.S71 @ Run the suspend code from the overflow stack so we don't have to rely
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S7 | floating point instructions. If so, let fpsp_unimp handle it.
9 | <ea> field. If so, handle here and return. Otherwise, it
53 addl #4,%a6 |to offset the sub.l #4,a7 above so that
H A Ddecbin.S63 | in an inex2 exception. If so, set inex1 in the fpsr and
64 | check if the inex1 exception is enabled. If so, set d7 upper
281 | routine is necessary. If so, then check the sign of the exponent
485 fdivx %fp1,%fp0 |exp is negative, so divide mant by exp
488 fmulx %fp1,%fp0 |exp is positive, so multiply by exp
/linux-master/arch/x86/
H A DMakefile293 vdso-install-$(CONFIG_X86_64) += arch/x86/entry/vdso/vdso64.so.dbg
294 vdso-install-$(CONFIG_X86_X32_ABI) += arch/x86/entry/vdso/vdsox32.so.dbg
295 vdso-install-$(CONFIG_COMPAT_32) += arch/x86/entry/vdso/vdso32.so.dbg
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S27 * SDRC shutdown then ARM shutdown. Upon wake MPU is back on so just restore
45 * CM_IDLEST_CLKGEN does not reflect the full clock change so you need to wait
61 str r4, [r2] @ make it so
/linux-master/arch/arm/common/
H A Dvlock.S59 bne trylock_fail @ fail if so
/linux-master/fs/nfsd/
H A Dstate.h169 * If the server attempts to recall a delegation and the client doesn't do so
553 static inline struct nfs4_openowner * openowner(struct nfs4_stateowner *so) argument
555 return container_of(so, struct nfs4_openowner, oo_owner);
558 static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) argument
560 return container_of(so, struct nfs4_lockowner, lo_owner);
579 * inode can have multiple filehandles associated with it, so there is
/linux-master/arch/arc/kernel/
H A Dhead.S25 ; Disable I-cache/D-cache if kernel so configured
51 ; Unaligned access is disabled at reset, so re-enable early as
86 ; Config DSP_CTRL properly, so kernel may use integer multiply,
H A Dentry-compact.S33 * Instr Error could also cause similar scenario, so same there as well.
52 * - Access of _current_task wrapped inside a macro so that if hardware
160 ; But both L1 and L2 re-enabled, so another L1 can be taken
170 bbit0 r9, STATUS_A1_BIT, 1f ; L1 not active when L2 IRQ, so normal
344 ; so that sched doesn't move to new task, causing L1 to be delayed
350 bbit0 r9, STATUS_A1_BIT, 149f ; L1 not active when L2 IRQ, so normal
/linux-master/arch/m68k/math-emu/
H A Dfp_util.S51 * unmodified, so that the caller can immediately reuse it.
149 | exponent is zero, so explizit bit is already zero too
194 | exponent is zero, so explizit bit is already zero too
221 | The high bit is set, so normalization is irrelevant.
362 | anyway, so this is only important for correct rounding.
446 | The high bit is set, so normalization is irrelevant.
493 | numbers, so we will try to make them normal again.
552 | May or may not be subnormal, if so, only 32 bits to shift.
588 | anyway, so this is only important for correct rounding.
698 | bit is set, then the number is odd, so roundin
[all...]
/linux-master/arch/powerpc/lib/
H A Ddiv64.S32 addc r9,r4,r10 # rounding up (so the estimate cannot
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S24 * a fair assumption that significant fractions of entire pages are zeroed, so
58 # Note - we never actually use $2, so this is a moot computation
95 * so we can use the wh64 instruction.
198 # so we will use $0 as the loop counter
/linux-master/tools/scripts/
H A Dutilities.mak28 # something that won't be converted, so that the
51 # single-quotes, so be wary of the characters
67 # delimited by shell single-quotes, so be wary
164 # necessarily very portable, so it's only used if
/linux-master/arch/parisc/
H A DMakefile4 # This file is included by the global makefile so that you can add your own
180 vdso-install-y += arch/parisc/kernel/vdso32/vdso32.so
181 vdso-install-$(CONFIG_64BIT) += arch/parisc/kernel/vdso64/vdso64.so
/linux-master/arch/s390/
H A DMakefile5 # This file is included by the global makefile so that you can add your own
167 vdso-install-y += arch/s390/kernel/vdso64/vdso64.so.dbg
168 vdso-install-$(CONFIG_COMPAT) += arch/s390/kernel/vdso32/vdso32.so.dbg
/linux-master/arch/riscv/
H A DMakefile1 # This file is included by the global makefile so that you can add your own
101 # information, so just turn them off.
153 vdso-install-y += arch/riscv/kernel/vdso/vdso.so.dbg
154 vdso-install-$(CONFIG_COMPAT) += arch/riscv/kernel/compat_vdso/compat_vdso.so.dbg
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S193 ! Check for small copies, and if so do a simple byte at a time copy.
203 ! aligned data (and this is more common), so use a value of 16.
239 ! Size is not small, so its worthwhile looking for optimisations.
396 ! Size is at least 64 bytes, so will be going round the big loop at least once.
451 ! and dest hit the same cache line, this will thrash, so make
454 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
457 ! this can be reversed at the end, so we don't need to save any extra
598 ! Size is at least 64 bytes, so will be going round the big loop at least once.
636 ! and dest hit the same cache line, this will thrash, so make
639 ! We also need r0 as a temporary (for movca), so 'und
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S24 |so long as this entire notice is retained without alteration in any modified and/or
60 | _isp_unimp() branches to here so that the operating system
185 | algorithms so that no page faults occur within the "core" code
197 | Linux/m68k: Make sure the page is properly paged in, so we use
199 | preempted until _060_unlock_page(), so that the page stays mapped.
/linux-master/rust/
H A DMakefile14 always-$(CONFIG_RUST) += libmacros.so
15 no-clean-files += libmacros.so
130 --extern build_error --extern macros=$(objtree)/$(obj)/libmacros.so \
133 rustdoc-compiler_builtins rustdoc-alloc $(obj)/libmacros.so \
194 # so for the moment we skip `-Cpanic=abort`.
217 # feature so far (`-Zbuild-std`).
234 # - Making `std` and friends be more like a "normal" crate, so that
309 # clang-18), so make sure to pass this option only if clang supports it
356 # with `-Wmissing-declarations` (unlike GCC), so it is not strictly needed here
393 --crate-name $(patsubst lib%.so,
[all...]
/linux-master/arch/m68k/kernel/
H A Dentry.S25 * 12/03/96 Jes: Currently we only support m68k single-cpu systems, so
128 | so that %d1 contains the previous task
231 bnes 1b | if so, skip resched, signals
244 bnes 1f | if so, skip resched, signals
333 * in a0, next (the new task) is in a1,so don't change these
/linux-master/tools/perf/
H A DMakefile.perf181 # because make sets default values, so the simpler ?= approach
275 # Set FEATURE_TESTS to 'all' so all possible feature checkers are executed.
277 # example, liberty. Select all checkers so we won't get an incomplete feature
378 python-clean := $(call QUIET_CLEAN, python) $(RM) -r $(PYTHON_EXTBUILD) $(OUTPUT)python/perf*.so
403 LIBJVMTI = libperf-jvmti.so
409 DLFILTERS := dlfilter-test-api-v0.so dlfilter-test-api-v2.so dlfilter-show-cycles.so
418 # Set paths to tools early so that they can be used for version tests.
442 ALL_PROGRAMS += $(OUTPUT)libperf-gtk.so
[all...]
/linux-master/arch/sparc/lib/
H A Dudivdi3.S26 addx %i0,%i0,%i0 ! so this cannot give carry
64 addx %o4,%o4,%o4 ! so this cannot give carry
90 addx %i0,%i0,%i0 ! so this cannot give carry
169 addx %o4,%o4,%o4 ! so this cannot give carry
H A Ddivdi3.S50 addx %i0,%i0,%i0 ! so this cannot give carry
86 addx %g3,%g3,%g3 ! so this cannot give carry
110 addx %i0,%i0,%i0 ! so this cannot give carry
185 addx %o2,%o2,%o2 ! so this cannot give carry

Completed in 191 milliseconds

1234567