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 612 if (!ospi->mm_size) in stm32_ospi_dirmap_create() 644 if (addr_max < ospi->mm_size && op.addr.buswidth) in stm32_ospi_dirmap_read() 847 ospi->mm_size = resource_size(res); in stm32_ospi_get_resources() 855 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 | 3074 unsigned int mm_size; in mm_cache_init() local 3081 mm_size = sizeof(struct mm_struct) + cpumask_size() + mm_cid_size(); in mm_cache_init() 3084 mm_size, ARCH_MIN_MMSTRUCT_ALIGN, in mm_cache_init()
|