Home
last modified time | relevance | path

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

123

/arch/powerpc/kvm/
A 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()
A 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
A 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/
A 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
A 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
A Dstan.S315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
319 cmpil #0x7ffeffff,%d0 |is argument dangerously large?
A Dscale.S59 cmpiw #0x400c,%d0 |test for too large
/arch/x86/include/asm/
A Dpage_64.h91 [large] "i" ((1ul << 56)-PAGE_SIZE)); in task_size_max()
/arch/powerpc/lib/
A Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/arch/um/
A DMakefile34 KBUILD_CFLAGS += -mcmodel=large
/arch/microblaze/
A 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/nwfpe/
A 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/s390/kernel/
A Dtext_amode31.S127 sturg %r4,%r3 # Use sturg, because of large pages
/arch/powerpc/boot/
A Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/arch/powerpc/include/asm/
A Dkvm_host.h402 void (*tlbie)(struct kvm_vcpu *vcpu, ulong addr, bool large);
417 bool large : 1; /* PTEs are 16MB */ member
/arch/powerpc/boot/dts/
A Dmicrowatt.dts57 cache-inhibited-large-page {
A Debony.dts170 large-flash@2,0 {
/arch/sh/lib/
A Dmovmem.S47 ! done all the large groups, do the remainder
/arch/nios2/
A DKconfig59 large blocks of physically contiguous memory is required.
/arch/powerpc/mm/book3s64/
A Dradix_pgtable.c992 int large = pmd_leaf(*pmdp); in vmemmap_check_pmd() local
994 if (large) in vmemmap_check_pmd()
997 return large; in vmemmap_check_pmd()
/arch/x86/math-emu/
A 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
/arch/sparc/lib/
A DM7memset.S192 ! Primary memset loop for large memsets
/arch/sh/mm/
A DKconfig45 large blocks of physically contiguous memory is required.
/arch/powerpc/
A DKconfig554 Very large kernels can cause linker branch stubs to be generated by
613 fairness on large SMP and NUMA systems without harming single threaded
831 For the 32 bit kernel, a large page option will not be offered
907 On 8xx, large pages (16kb or 512kb or 8M) are used to map kernel
932 large blocks of physically contiguous memory is required.
A DMakefile118 KBUILD_CFLAGS_MODULE += -mcmodel=large

Completed in 37 milliseconds

123