Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 25 of 42) sorted by relevance

12

/arch/x86/boot/compressed/
Dkaslr.c302 unsigned long minimum, in process_e820_entry() argument
318 if (entry->addr + entry->size < minimum) in process_e820_entry()
329 if (region.start < minimum) in process_e820_entry()
330 region.start = minimum; in process_e820_entry()
376 static unsigned long find_random_phys_addr(unsigned long minimum, in find_random_phys_addr() argument
383 minimum = ALIGN(minimum, CONFIG_PHYSICAL_ALIGN); in find_random_phys_addr()
387 process_e820_entry(&boot_params->e820_map[i], minimum, in find_random_phys_addr()
398 static unsigned long find_random_virt_addr(unsigned long minimum, in find_random_virt_addr() argument
404 minimum = ALIGN(minimum, CONFIG_PHYSICAL_ALIGN); in find_random_virt_addr()
413 slots = (KERNEL_IMAGE_SIZE - minimum - image_size) / in find_random_virt_addr()
[all …]
/arch/metag/boot/dts/
Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/arch/arm/boot/dts/
Dskeleton64.dtsi2 * Skeleton device tree in the 64 bits version; the bare minimum
Dskeleton.dtsi6 * Skeleton device tree; the bare minimum needed to boot; just include and
Domap3-panel-sharp-ls037v7dw01.dtsi5 * at minimum the GPIO enable-gpios for display, and
Dimx23-olinuxino.dts121 startup-delay-us = <300>; /* LAN9215 requires a POR of 200us minimum */
Dimx6qdl-udoo.dtsi68 startup-delay-us = <2>; /* USB2415 requires a POR of 1 us minimum */
Ddove-cm-a510.dtsi90 * Set the minimum memory size here and let the
Dqcom-msm8974-sony-xperia-honami.dts428 qcom,minimum-input-voltage = <4300000>;
/arch/cris/boot/compressed/
Dhead_v32.S43 ;; We assume 8 MB is the minimum DRAM and put
Dhead_v10.S52 ;; We assume 8 MB is the minimum DRAM in an eLinux
/arch/arc/boot/dts/
Dskeleton.dtsi10 * Skeleton device tree; the bare minimum needed to boot; just include and
/arch/nios2/
DKconfig.debug12 Enables the display of the minimum amount of free stack which each
/arch/arm/mm/
Dproc-arm740.S79 mov r4, #10 @ 11 is the minimum (4KB)
92 mov r4, #10 @ 11 is the minimum (4KB)
/arch/mn10300/kernel/
Dmn10300-watchdog-low.S49 # - kept to absolute minimum (unfortunately, it's prototyped in linux/nmi.h so
/arch/ia64/kernel/
Dacpi-ext.c74 space->base = addr.address.minimum; in find_csr_space()
/arch/hexagon/
DKconfig109 minimum, you should specify the memory size and the root device
125 minimum value which makes sense is 2.
/arch/cris/boot/rescue/
Dkimagerescue.S70 ;; We assume 8 MB is the minimum DRAM in an eLinux
/arch/x86/pci/
Dmmconfig-shared.c404 if ((mcfg_res->start >= address.address.minimum) && in check_mcfg_resource()
405 (mcfg_res->end < (address.address.minimum + address.address.address_length))) { in check_mcfg_resource()
/arch/s390/
DKconfig390 minimum value which makes sense is 2.
539 the new stack layout which dramatically reduces the minimum stack
541 minimum of 96 bytes on 31 bit and 160 bytes on 64 bit. With
542 -mkernel-backchain the minimum size drops to 16 byte on 31 bit
569 The minimum size for the stack guard should be 256 for 31 bit and
/arch/powerpc/kvm/
DKconfig123 in the guest. The total, minimum and maximum times in nanoseconds
/arch/sh/lib64/
Dmemcpy.S32 ! This could be easily changed by increasing the minimum size of
Dcopy_user_memcpy.S30 ! This could be easily changed by increasing the minimum size of
/arch/avr32/
DKconfig243 to the kernel, you may specify one here. As a minimum, you should specify
/arch/metag/
DKconfig87 Depending on the selected kernel/user memory split, minimum

12