Home
last modified time | relevance | path

Searched refs:large (Results 1 – 25 of 59) 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()
380 slbe->large = (rs & SLB_VSID_L) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
391 if (slbe->large) { in kvmppc_mmu_book3s_64_slbmte()
530 bool large) in kvmppc_mmu_book3s_64_tlbie() argument
554 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.c349 bool large = (inst & 0x00200000) ? true : false; in kvmppc_core_emulate_op_pr() local
351 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?
/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/x86/include/asm/
Dpage_64.h86 [large] "i" ((1ul << 56)-PAGE_SIZE)); in task_size_max()
/arch/nds32/
DMakefile13 KBUILD_CFLAGS += -mcmodel=large
DKconfig.cpu162 The address space of Andes processors is only 4 Gigabytes large
165 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/powerpc/lib/
Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/arch/s390/kernel/
Dtext_amode31.S114 sturg %r4,%r3 # Use sturg, because of large pages
/arch/um/
DMakefile39 KBUILD_CFLAGS += -mcmodel=large
/arch/powerpc/boot/dts/
Dmicrowatt.dts45 cache-inhibited-large-page {
/arch/microblaze/
DKconfig143 The address space of Microblaze processors is only 4 Gigabytes large
146 have a large amount of physical memory and/or IO, not all of the
/arch/arm/crypto/
DMakefile28 sha1-arm-y := sha1-armv4-large.o sha1_glue.o
/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/powerpc/boot/
Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/arch/powerpc/include/asm/
Dkvm_host.h399 void (*tlbie)(struct kvm_vcpu *vcpu, ulong addr, bool large);
414 bool large : 1; /* PTEs are 16MB */ member
/arch/sh/lib/
Dmovmem.S47 ! done all the large groups, do the remainder
/arch/nios2/
DKconfig56 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