Searched refs:needed (Results 1 - 25 of 111) sorted by path

12345

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt13 alt authentication needed (not FT)
/linux-master/arch/alpha/kernel/
H A Dhead.S60 # The following two functions are needed for supporting SRM PALcode
/linux-master/arch/alpha/lib/
H A Dev6-stxncpy.S170 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed
H A Dstxncpy.S138 beq t0, stxncpy_aligned # avoid loading dest word if not needed
/linux-master/arch/arm/lib/
H A Dclear_user.S43 it ne @ explicit IT needed for the label
H A Ddiv64.S84 @ The division loop for needed upper bit positions.
H A Dlib1funcs.S170 @ Perform all needed subtractions to keep only the reminder.
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S54 | of decimal places needed to insure LEN integer digits
266 fmovel #0,%FPSR |zero all of fpsr - nothing needed
330 | of decimal places needed to insure LEN integer digits
H A Dfpsp.h14 | frame and any local variables needed by the FPSP package.
79 .set LOCAL_SIZE,192 | bytes needed for local variables
H A Dgen_except.S228 tstb RES_FLG(%a6) |check if frestore is needed
229 bne do_clean |if clear, no frestore needed
H A Dres_func.S410 st RES_FLG(%a6) |indicate that a restore is needed
1258 | is needed to correctly supply the max value.
1903 bsrl dnrm_lp |careful with d0, it's needed by round
1910 | ;USER_FPSR if needed
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S68 | Linux/68k: If returning to user space, check for needed reselections.
184 | from being paged out. This routine is needed by the cas/cas2
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S8386 #----the value TWOTO100 is no longer needed.
10900 bfffo FTEMP_HI(%a0){&0:&32}, %d0 # how many shifts are needed?
10913 # d0 = # shifts needed for complete normalization
H A Dfpsp.S8492 #----the value TWOTO100 is no longer needed.
20153 # _round() - needed to create EXOP for sgl/dbl precision #
20154 # norm() - needed to create EXOP for extended precision #
21822 blt.b case1_extract # no; no fix needed
22381 bfffo FTEMP_HI(%a0){&0:&32}, %d0 # how many shifts are needed?
22394 # d0 = # shifts needed for complete normalization
23191 # this routine calculates the amount needed to normalize the mantissa
23507 # of decimal places needed to insure LEN integer digits #
23714 fmov.l &0,%fpsr # zero all of fpsr - nothing needed
23777 # of decimal places needed t
[all...]
H A Disp.S905 # everything else - read needed displacements as appropriate w/ #
/linux-master/arch/sh/lib/
H A Dcopy_page.S92 ! Calculate bytes needed to align to src
/linux-master/drivers/media/usb/gspca/
H A Dpac207.c72 /* compressed, but only when needed (not compressed
380 int needed; local
384 needed = 5 - sd->header_read;
385 if (len >= needed)
386 atomic_set(&sd->avg_lum, data[needed - 1]);
389 needed = 11 - sd->header_read;
390 if (len <= needed) {
394 data += needed;
395 len -= needed;
/linux-master/tools/testing/selftests/uevent/
H A DMakefile9 CFLAGS += -Wl,-no-as-needed -Wall
/linux-master/arch/arc/kernel/
H A Dentry-compact.S23 * vineetg: Nov 2009 (Everything needed for TIF_RESTORE_SIGMASK)
25 * -Wrappers for sys_{,rt_}sigsuspend() no longer needed as they don't
32 * exception. Thus FAKE RTIE needed in low level Priv-Violation handler.
337 ; Special considerations needed for the context which took L2 intr
H A Dhead.S96 ; - Platforms can override this weak version if needed
/linux-master/arch/arm/boot/compressed/
H A Dhead.S251 * be needed here - is there an Angel SWI call for this?
886 @ (needed for ARM1176)
/linux-master/arch/arm/common/
H A Dmcpm_head.S178 @ If a platform-specific CPU setup hook is needed, it is
/linux-master/arch/arm/include/asm/
H A Dassembler.h486 @ explicit IT instruction needed because of the label
H A Dpgtable.h195 pteval_t needed = mask; local
200 return (pte_val(pte) & mask) == needed;
/linux-master/arch/arm/kernel/
H A Dentry-armv.S642 * vector page. New segments (if ever needed) must be added in front of
852 @ isb not needed due to "movs pc, lr" in the vector stub
904 @ isb not needed due to "movs pc, lr" in the vector stub

Completed in 598 milliseconds

12345