Searched refs:an (Results 51 - 75 of 138) sorted by relevance

123456

/linux-master/arch/powerpc/boot/
H A Ddiv64.S40 2: mullw r10,r11,r4 # to get an estimate of the quotient,
/linux-master/scripts/
H A Ddev-needs.sh21 It also takes an optional modifier flag as the first parameter to change
247 # Stop at the first argument that's not an option.
H A Dget_feat.pl55 # Displays an error message, printing file name and line
179 #Everything else is an error
566 using an easier to parse format.
577 Output features for an specific architecture, optionally filtering for
/linux-master/arch/arm/lib/
H A Dbacktrace.S29 stmfd sp!, {r4 - r9, lr} @ Save an extra register so we have a location...
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_cnf10kb.c121 reg = MCSX_CPM_RX_SLAVE_SA_MAP_MEMX((4 * map->sc_id) + map->an);
/linux-master/usr/
H A Dgen_initramfs.sh33 <cpio_source> options so an explicit "-u 0 -g 0" is required
136 printf "by './' so that it won't be interpreted as an option." >&2
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S33 /* Allow an exception for an insn; exit if we get one. */
126 * in the event of an interrupted clear.
190 # We have an unknown number of bytes left to go.
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh61 -s) Instead of powering off the VM, start an interactive
225 echo "Invalid Option: -$OPTARG requires an argument"
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c55 * back to the operating channel from an off-channel operation.
434 * an offchannel operation.
593 * If an offchannel switch is scheduled to happen after
1561 struct ath_node *an; local
1590 an = (void *) sta->drv_priv;
1591 if (an->sleeping == !!avp->noa.absent)
1594 an->sleeping = avp->noa.absent;
1595 if (an->sleeping)
1596 ath_tx_aggr_sleep(sta, sc, an);
1598 ath_tx_aggr_wakeup(sc, an);
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c460 map_req->an = assoc_num;
1746 u8 an; local
1756 for (an = 0; an < CN10K_MCS_SA_PER_SC; an++)
1757 if (txsc->hw_sa_id[an] == event->sa_id) {
1759 sw_tx_sa = rcu_dereference_bh(secy->tx_sc.sa[an]);
/linux-master/drivers/cpufreq/
H A DKconfig.x8615 The driver implements an internal governor and will become
243 mobile Intel Pentium 4 P4-M on systems which have an Intel ICH2,
256 on systems which have an Intel 440BX/ZX/MX southbridge.
/linux-master/arch/m68k/fpsp040/
H A Dget_op.S37 | fadd.x fpm,fpn where the fpm contains an unnormalized number.
38 | The '040 takes an unsupported data trap and gets to this
40 | then an frestore is done to restore the instruction back into
202 bne not_fmovecr |handle fmovecr as an unimplemented inst
222 | At this point, destination has an extended denorm or unnorm.
342 | At this point, it is either an fmoveout packed, unnorm or denorm
355 | Sets the DY_MO_FLG correctly. This is used only on if it is an
483 | If the input is an snan, the snan bit is not set.
H A Dstanh.S5 | an input argument; sTanhd does the same except for denormalized
H A Dbugfix.S52 | /* We execute the following code if there is an
53 | xu conflict and NOT an nu conflict */
99 | /* We execute the following code if there is an
100 | xu conflict and NOT an nu conflict */
169 | This code is entered only on completion of the handling of an
357 | a cu and nu conflict taking priority an nu conflict. If either,
479 | an fline illegal instruction to be executed.
H A Ddo_func.S7 | The opcode and tag bits form an index into a jump table in
153 | Result is either an operr or +inf for plus/minus operand
183 | Test for 1.0 as an input argument, returning +zero. Also check
H A Dsatan.S4 | The entry point satan computes the arctangent of an
37 | Step 6. Approximate arctan(X) by an odd polynomial in X. Exit.
39 | Step 7. Define X' = -1/X. Approximate arctan(X') by an odd polynomial in X'.
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S155 | data types that fit in an integer data register
344 | Move an (emulated) ROM constant
H A Dfp_entry.S80 | we jump here after an access error while trying to access
/linux-master/drivers/video/fbdev/
H A Dpxa168fb.h217 #define CFG_ARBFAST_ENA(an) ((an) << 27)
/linux-master/arch/xtensa/lib/
H A Dstrnlen_user.S94 # Do not add an extra one for the NULL terminator since we have
/linux-master/arch/x86/boot/
H A Dheader.S314 # the contents of an initrd
452 # All of which is enough to compute an amount of extra data that is required
455 # block adding an extra 32767 bytes (the worst case uncompressed block size)
458 # To avoid problems with the compressed data's meta information an extra 18
/linux-master/arch/arm/common/
H A Dmcpm_head.S81 @ Perform an early poke, if any
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh76 -s) Instead of powering off the VM, start an interactive
370 echo "Invalid Option: -$OPTARG requires an argument"
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S42 # This code is described in an Intel White-Paper:
273 # The size of the message pointed to by "data" must be an integer multiple
373 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
H A Dsha512-ssse3-asm.S42 # This code is described in an Intel White-Paper:
274 # The size of the message pointed to by "data" must be an integer multiple
375 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.

Completed in 260 milliseconds

123456