Searched refs:minimum (Results 1 – 25 of 42) sorted by relevance
12
/arch/x86/boot/compressed/ |
D | kaslr.c | 302 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/ |
D | skeleton.dtsi | 2 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/arch/arm/boot/dts/ |
D | skeleton64.dtsi | 2 * Skeleton device tree in the 64 bits version; the bare minimum
|
D | skeleton.dtsi | 6 * Skeleton device tree; the bare minimum needed to boot; just include and
|
D | omap3-panel-sharp-ls037v7dw01.dtsi | 5 * at minimum the GPIO enable-gpios for display, and
|
D | imx23-olinuxino.dts | 121 startup-delay-us = <300>; /* LAN9215 requires a POR of 200us minimum */
|
D | imx6qdl-udoo.dtsi | 68 startup-delay-us = <2>; /* USB2415 requires a POR of 1 us minimum */
|
D | dove-cm-a510.dtsi | 90 * Set the minimum memory size here and let the
|
D | qcom-msm8974-sony-xperia-honami.dts | 428 qcom,minimum-input-voltage = <4300000>;
|
/arch/cris/boot/compressed/ |
D | head_v32.S | 43 ;; We assume 8 MB is the minimum DRAM and put
|
D | head_v10.S | 52 ;; We assume 8 MB is the minimum DRAM in an eLinux
|
/arch/arc/boot/dts/ |
D | skeleton.dtsi | 10 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/arch/nios2/ |
D | Kconfig.debug | 12 Enables the display of the minimum amount of free stack which each
|
/arch/arm/mm/ |
D | proc-arm740.S | 79 mov r4, #10 @ 11 is the minimum (4KB) 92 mov r4, #10 @ 11 is the minimum (4KB)
|
/arch/mn10300/kernel/ |
D | mn10300-watchdog-low.S | 49 # - kept to absolute minimum (unfortunately, it's prototyped in linux/nmi.h so
|
/arch/ia64/kernel/ |
D | acpi-ext.c | 74 space->base = addr.address.minimum; in find_csr_space()
|
/arch/hexagon/ |
D | Kconfig | 109 minimum, you should specify the memory size and the root device 125 minimum value which makes sense is 2.
|
/arch/cris/boot/rescue/ |
D | kimagerescue.S | 70 ;; We assume 8 MB is the minimum DRAM in an eLinux
|
/arch/x86/pci/ |
D | mmconfig-shared.c | 404 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/ |
D | Kconfig | 390 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/ |
D | Kconfig | 123 in the guest. The total, minimum and maximum times in nanoseconds
|
/arch/sh/lib64/ |
D | memcpy.S | 32 ! This could be easily changed by increasing the minimum size of
|
D | copy_user_memcpy.S | 30 ! This could be easily changed by increasing the minimum size of
|
/arch/avr32/ |
D | Kconfig | 243 to the kernel, you may specify one here. As a minimum, you should specify
|
/arch/metag/ |
D | Kconfig | 87 Depending on the selected kernel/user memory split, minimum
|
12