/arch/arm/common/ |
D | dmabounce.c | 78 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/ |
D | book3s_64_mmu.c | 54 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()
|
D | book3s_32_mmu.c | 338 static void kvmppc_mmu_book3s_32_tlbie(struct kvm_vcpu *vcpu, ulong ea, bool large) in kvmppc_mmu_book3s_32_tlbie() argument
|
D | book3s_emulate.c | 353 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/ |
D | x_ovfl.S | 7 | too large to be represented in a floating-point data register, 9 | data register are too large to be represented in the
|
D | util.S | 196 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
|
D | stan.S | 315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 319 cmpil #0x7ffeffff,%d0 |is argument dangerously large?
|
D | scale.S | 59 cmpiw #0x400c,%d0 |test for too large
|
/arch/ia64/ |
D | Kconfig.debug | 10 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/ |
D | Makefile | 13 KBUILD_CFLAGS += -mcmodel=large
|
D | Kconfig.cpu | 161 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/ |
D | idp.h | 45 #error Your custom IO space is getting a bit large !!
|
/arch/x86/purgatory/ |
D | Makefile | 44 PURGATORY_CFLAGS := -mcmodel=large -ffreestanding -fno-zero-initialized-in-bss -g0
|
/arch/microblaze/ |
D | Kconfig | 153 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/ |
D | div64.S | 33 andc r11,r6,r10 # ever be too large, only too small)
|
/arch/s390/boot/ |
D | text_dma.S | 114 sturg %r4,%r3 # Use sturg, because of large pages
|
/arch/um/ |
D | Makefile | 39 KBUILD_CFLAGS += -mcmodel=large
|
/arch/arm/nwfpe/ |
D | softfloat-macros | 37 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/ |
D | Makefile | 29 sha1-arm-y := sha1-armv4-large.o sha1_glue.o
|
/arch/c6x/ |
D | Kconfig | 94 keeps in the memory allocator. If you need to allocate very large
|
/arch/powerpc/boot/ |
D | div64.S | 33 andc r11,r6,r10 # ever be too large, only too small)
|
/arch/powerpc/include/asm/ |
D | kvm_host.h | 412 void (*tlbie)(struct kvm_vcpu *vcpu, ulong addr, bool large); 427 bool large : 1; /* PTEs are 16MB */ member
|
/arch/sh/lib/ |
D | movmem.S | 47 ! done all the large groups, do the remainder
|
/arch/nios2/ |
D | Kconfig | 62 keeps in the memory allocator. If you need to allocate very large
|
/arch/x86/math-emu/ |
D | README | 274 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
|