Searched refs:min_size (Results 1 – 10 of 10) sorted by relevance
/arch/x86/mm/ |
D | numa_emulation.c | 212 u64 min_size; in split_nodes_size_interleave() local 224 min_size = (max_addr - addr - mem_hole_size(addr, max_addr)) / MAX_NUMNODES; in split_nodes_size_interleave() 225 min_size = max(min_size, FAKE_NODE_MIN_SIZE); in split_nodes_size_interleave() 226 if ((min_size & FAKE_NODE_MIN_HASH_MASK) < min_size) in split_nodes_size_interleave() 227 min_size = (min_size + FAKE_NODE_MIN_SIZE) & in split_nodes_size_interleave() 229 if (size < min_size) { in split_nodes_size_interleave() 231 size >> 20, min_size >> 20); in split_nodes_size_interleave() 232 size = min_size; in split_nodes_size_interleave()
|
/arch/x86/include/asm/ |
D | gart.h | 92 static inline int aperture_valid(u64 aper_base, u32 aper_size, u32 min_size) in aperture_valid() argument 105 if (aper_size < min_size) { in aperture_valid() 107 aper_size>>20, min_size>>20); in aperture_valid()
|
/arch/powerpc/include/asm/ |
D | nvram.h | 32 int min_size; /* minimum acceptable size (0 means req_size) */ member 68 int req_size, int min_size);
|
/arch/powerpc/kernel/ |
D | nvram_64.c | 63 .min_size = 1055, 72 .min_size = 2000, 296 if (p && size < part->min_size) { in nvram_init_os_partition() 306 part->req_size, part->min_size); in nvram_init_os_partition() 314 part->req_size, part->min_size); in nvram_init_os_partition() 987 int req_size, int min_size) in nvram_create_partition() argument 999 min_size = _ALIGN_UP(min_size, NVRAM_BLOCK_LEN) / NVRAM_BLOCK_LEN; in nvram_create_partition() 1004 if (min_size == 0) in nvram_create_partition() 1005 min_size = req_size; in nvram_create_partition() 1006 if (min_size > req_size) in nvram_create_partition() [all …]
|
/arch/mips/txx9/generic/ |
D | pci.c | 119 int min_size = 0x10000; in txx9_alloc_pci_controller() local 158 for (; mem_size >= min_size; mem_size /= 2) { in txx9_alloc_pci_controller() 165 if (mem_size < min_size) in txx9_alloc_pci_controller() 180 for (; io_size >= min_size; io_size /= 2) { in txx9_alloc_pci_controller() 187 if (io_size < min_size) in txx9_alloc_pci_controller()
|
/arch/s390/kernel/ |
D | early.c | 85 unsigned int i, stext_pfn, eshared_pfn, end_pfn, min_size; in create_kernel_nss() local 119 min_size = end_pfn << 2; in create_kernel_nss() 130 min_size = einitrd_pfn << 2; in create_kernel_nss() 137 " EW MINSIZE=%.7iK PARMREGS=0-13", min_size); in create_kernel_nss()
|
/arch/parisc/include/asm/ |
D | pdc.h | 143 unsigned int min_size; /* minimum size of BTLB in pages */ member
|
/arch/mips/include/asm/octeon/ |
D | cvmx-agl-defs.h | 1588 uint64_t min_size:8; member 1590 uint64_t min_size:8;
|
D | cvmx-pko-defs.h | 2653 uint64_t min_size:16; member 2655 uint64_t min_size:16;
|
D | cvmx-gmxx-defs.h | 5195 uint64_t min_size:8; member 5197 uint64_t min_size:8;
|