Searched refs:mm_size (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-stm32-ospi.c | 126 resource_size_t mm_size; member 611 if (!ospi->mm_size) in stm32_ospi_dirmap_create() 643 if (addr_max < ospi->mm_size && op.addr.buswidth) in stm32_ospi_dirmap_read() 846 ospi->mm_size = resource_size(res); in stm32_ospi_get_resources() 854 if (ospi->mm_size > STM32_OSPI_MAX_MMAP_SZ) { in stm32_ospi_get_resources()
|
| /linux/arch/x86/include/asm/ |
| H A D | efi.h | 248 #define __efi64_argmap_get_memory_map(mm_size, mm, key, size, ver) \ argument 249 ((mm_size), (mm), efi64_zero_upper(key), efi64_zero_upper(size), (ver))
|
| /linux/kernel/ |
| H A D | fork.c | 3098 unsigned int mm_size; in proc_caches_init() 3105 mm_size = sizeof(struct mm_struct) + cpumask_size() + mm_cid_size(); in proc_caches_init() 3108 mm_size, ARCH_MIN_MMSTRUCT_ALIGN, in proc_caches_init() 3073 unsigned int mm_size; mm_cache_init() local
|