Home
last modified time | relevance | path

Searched refs:mm_size (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/tests/
Ddrm_buddy_test.c326 u64 mm_size, size, start = 0; in drm_test_buddy_alloc_pathological() local
343 mm_size = PAGE_SIZE << max_order; in drm_test_buddy_alloc_pathological()
344 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, PAGE_SIZE), in drm_test_buddy_alloc_pathological()
360 mm_size, size, size, in drm_test_buddy_alloc_pathological()
373 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pathological()
383 KUNIT_ASSERT_TRUE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pathological()
394 KUNIT_ASSERT_TRUE_MSG(test, drm_buddy_alloc_blocks(&mm, start, mm_size, in drm_test_buddy_alloc_pathological()
407 u64 mm_size, chunk_size, start = 0; in drm_test_buddy_alloc_smoke() local
416 mm_config(&mm_size, &chunk_size); in drm_test_buddy_alloc_smoke()
418 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, chunk_size), in drm_test_buddy_alloc_smoke()
[all …]
/linux-6.1.9/arch/x86/include/asm/
Defi.h277 #define __efi64_argmap_get_memory_map(mm_size, mm, key, size, ver) \ argument
278 ((mm_size), (mm), efi64_zero_upper(key), efi64_zero_upper(size), (ver))
/linux-6.1.9/drivers/spi/
Dspi-stm32-qspi.c107 resource_size_t mm_size; member
513 if (!qspi->mm_size) in stm32_qspi_dirmap_create()
544 if (addr_max < qspi->mm_size && op.addr.buswidth) in stm32_qspi_dirmap_read()
798 qspi->mm_size = resource_size(res); in stm32_qspi_probe()
799 if (qspi->mm_size > STM32_QSPI_MAX_MMAP_SZ) in stm32_qspi_probe()
/linux-6.1.9/kernel/
Dfork.c3025 unsigned int mm_size; in proc_caches_init() local
3049 mm_size = sizeof(struct mm_struct) + cpumask_size(); in proc_caches_init()
3052 mm_size, ARCH_MIN_MMSTRUCT_ALIGN, in proc_caches_init()