Home
last modified time | relevance | path

Searched refs:large (Results 1 – 25 of 55) sorted by relevance

123

/arch/arm/common/
Ddmabounce.c78 struct dmabounce_pool large; member
92 device_info->large.allocs, in dmabounce_show()
94 device_info->large.allocs, in dmabounce_show()
119 } else if (size <= device_info->large.size) { in alloc_safe_buffer()
120 pool = &device_info->large; in alloc_safe_buffer()
506 ret = dmabounce_init_pool(&device_info->large, dev, in dmabounce_register_dev()
566 if (device_info->large.pool) in dmabounce_unregister_dev()
567 dma_pool_destroy(device_info->large.pool); in dmabounce_unregister_dev()
/arch/powerpc/kvm/
Dbook3s_64_mmu.c54 vcpu->arch.slb[i].large ? 'l' : ' ', in kvmppc_mmu_book3s_64_find_slbe()
235 if (slbe->large) in kvmppc_mmu_book3s_64_xlate()
242 pgsize = slbe->large ? MMU_PAGE_16M : MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate()
269 if (slbe->large && in kvmppc_mmu_book3s_64_xlate()
381 slbe->large = (rs & SLB_VSID_L) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
392 if (slbe->large) { in kvmppc_mmu_book3s_64_slbmte()
531 bool large) in kvmppc_mmu_book3s_64_tlbie() argument
555 if (large) in kvmppc_mmu_book3s_64_tlbie()
Dbook3s_32_mmu.c338 static void kvmppc_mmu_book3s_32_tlbie(struct kvm_vcpu *vcpu, ulong ea, bool large) in kvmppc_mmu_book3s_32_tlbie() argument
Dbook3s_emulate.c353 bool large = (inst & 0x00200000) ? true : false; in kvmppc_core_emulate_op_pr() local
355 vcpu->arch.mmu.tlbie(vcpu, addr, large); in kvmppc_core_emulate_op_pr()
/arch/m68k/fpsp040/
Dx_ovfl.S7 | too large to be represented in a floating-point data register,
9 | data register are too large to be represented in the
Dutil.S196 leal EXT_PLRG,%a1 |answer is +/- large number
206 leal EXT_PLRG,%a1 |answer is large positive number
212 leal EXT_PLRG,%a1 |answer is large negative number
227 leal DBL_PLRG,%a1 |answer is +/- large number
237 leal DBL_PLRG,%a1 |answer is large positive number
243 leal DBL_PLRG,%a1 |answer is large negative number
258 leal SGL_PLRG,%a1 |answer is +/- large number
268 leal SGL_PLRG,%a1 |answer is large positive number
274 leal SGL_PLRG,%a1 |answer is large negative number
Dstan.S315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
319 cmpil #0x7ffeffff,%d0 |is argument dangerously large?
Dscale.S59 cmpiw #0x400c,%d0 |test for too large
/arch/ia64/
DKconfig.debug10 IA-64 identity-mapped regions use a large page size called "granules".
13 Select "64MB" for a large granule size. This is the current default.
/arch/nds32/
DMakefile13 KBUILD_CFLAGS += -mcmodel=large
DKconfig.cpu161 The address space of Andes processors is only 4 Gigabytes large
164 have a large amount of physical memory and/or IO, not all of the
/arch/arm/mach-pxa/
Didp.h45 #error Your custom IO space is getting a bit large !!
/arch/x86/purgatory/
DMakefile44 PURGATORY_CFLAGS := -mcmodel=large -ffreestanding -fno-zero-initialized-in-bss -g0
/arch/microblaze/
DKconfig153 window to be twice as large as the actual physical memory.
159 The address space of Microblaze processors is only 4 Gigabytes large
162 have a large amount of physical memory and/or IO, not all of the
/arch/powerpc/lib/
Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/arch/s390/boot/
Dtext_dma.S114 sturg %r4,%r3 # Use sturg, because of large pages
/arch/um/
DMakefile39 KBUILD_CFLAGS += -mcmodel=large
/arch/arm/nwfpe/
Dsoftfloat-macros37 can be arbitrarily large; in particular, if `count' is greater than 32, the
62 can be arbitrarily large; in particular, if `count' is greater than 64, the
94 pointed to by `z1Ptr'. The value of `count' can be arbitrarily large.
136 of `count' can be arbitrarily large; in particular, if `count' is greater
170 least significant bit to 1. The value of `count' can be arbitrarily large;
219 `z2Ptr'. The value of `count' can be arbitrarily large.
/arch/arm/crypto/
DMakefile29 sha1-arm-y := sha1-armv4-large.o sha1_glue.o
/arch/c6x/
DKconfig94 keeps in the memory allocator. If you need to allocate very large
/arch/powerpc/boot/
Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/arch/powerpc/include/asm/
Dkvm_host.h412 void (*tlbie)(struct kvm_vcpu *vcpu, ulong addr, bool large);
427 bool large : 1; /* PTEs are 16MB */ member
/arch/sh/lib/
Dmovmem.S47 ! done all the large groups, do the remainder
/arch/nios2/
DKconfig62 keeps in the memory allocator. If you need to allocate very large
/arch/x86/math-emu/
DREADME274 consequence, the accuracy of these functions for large arguments has
288 It is possible with some effort to find very large arguments which
299 pi/2) the emulator is more accurate than an 80486 FPU. For very large

123