Searched refs:need (Results 1 - 25 of 88) sorted by relevance

1234

/arch/m68k/fpsp040/
H A Dx_bsun.S8 | The real_bsun handler will need to perform further corrective
H A Dx_snan.S92 moveql #13,%d0 |need to zero 14 lwords
95 moveql #11,%d0 |need to zero 12 lwords
120 moveql #13,%d0 |need to zero 14 lwords
123 moveql #11,%d0 |need to zero 12 lwords
/arch/openrisc/include/asm/
H A Dunaligned.h48 # error need to define endianess
/arch/mn10300/mm/
H A Dcache-dbg-inv.S36 # we only need to invalidate the icache in this cache mode
H A DKconfig.cache27 flushed if writes are made that subsequently need to be executed or
95 Set if we need the dcache flushing before the icache is invalidated.
100 Set if we need the icache to be invalidated, even if the dcache is in
101 write-through mode and doesn't need flushing.
146 Set if the debugger does not need to flush the dcache and/or
/arch/x86/realmode/rm/
H A Dtrampoline_32.S41 movl tr_start, %eax # where we need to go
/arch/x86/kernel/acpi/
H A Dwakeup_32.S20 # reload the gdt, as we need the full 32 bit address
29 # and restore the stack ... but you need gdt for this to work
/arch/blackfin/mach-common/
H A Darch_checks.c65 # error You need IFLUSH in L1 inst while Anomaly 05000491 applies
/arch/ia64/kvm/
H A DKconfig34 virtualization extensions. You will need a fairly recent
36 need to select one or more of the processor modules below.
/arch/arc/lib/
H A Dmemset.S58 b memset ;tail call so need to tinker with blink
/arch/x86/kvm/
H A DKconfig45 virtualization extensions. You will need a fairly recent
47 need to select one or more of the processor modules below.
/arch/x86/kernel/
H A Damd_gart_64.c374 struct scatterlist *sout, unsigned long pages, int need)
376 if (!need) {
393 int need = 0, nextneed, i, out, start; local
427 if (!iommu_merge || !nextneed || !need || s->offset ||
431 sgmap, pages, need) < 0)
444 need = nextneed;
448 if (dma_map_cont(dev, start_sg, i - start, sgmap, pages, need) < 0)
766 /* need to map that range */
373 dma_map_cont(struct device *dev, struct scatterlist *start, int nelems, struct scatterlist *sout, unsigned long pages, int need) argument
/arch/arc/mm/
H A Dtlbex.S16 * -For MMU V2, we need not do heuristics at the time of commiting a D-TLB
57 ; need to be saved as well by extending the "global" to be 4 words. Hence
60 ; only need to save only a handful of regs, as opposed to complete reg file]
157 ; need to switch to kernel mode stack to call error routine
336 ; By now, r2 setup with all the Flags we need to check in PTE
/arch/arm/nwfpe/
H A Dentry.S112 @ We need to be prepared for the instructions at .Lx1 and .Lx2
/arch/c6x/
H A DKconfig94 keeps in the memory allocator. If you need to allocate very large
95 blocks of physically contiguous memory, then you may need to
/arch/c6x/lib/
H A Dmpyll.S42 || mpy32u .m2x B5,A4,B1:B0 ; X0*Y1 (don't need upper 32-bits)
43 || mpy32u .m1x A5,B4,A3:A2 ; X1*Y0 (don't need upper 32-bits)
/arch/ia64/kernel/
H A Dparavirt_patch.c252 unsigned long need = p->ebundle - p->sbundle; local
258 if (room < need) {
262 "bundles. type %ld need %ld room %ld\n",
263 type, need, room);
267 used = need;
/arch/metag/kernel/
H A Dhead.S53 ! In case GCOn has just been turned on we need to fence any writes that
/arch/arm/kvm/
H A DKconfig29 need to select one or more of the processor modules below.
/arch/arm/vfp/
H A Dvfphw.S132 @ need to reload it. No need to save the old state as on SMP,
/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h22 # addresses, and need to have the appropriate memory region set
80 # All cores other than the master need to wait here for SMP bootstrap
/arch/mn10300/include/asm/
H A Dframe.inc64 # - we need that when returning from interrupts to kernel mode
/arch/arm/mach-tegra/
H A Dsleep.S79 tst r0, #1 @ only need for cluster 0
/arch/cris/arch-v10/lib/
H A Dchecksum.S23 ;; need to save the registers we use below in the movem loop
/arch/metag/lib/
H A Dmemset.S19 ! need the number of bytes up to the next 8 byte address

Completed in 2734 milliseconds

1234