Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c327 u64 mm_size, size, start = 0; in drm_test_buddy_alloc_pathological() local
344 mm_size = PAGE_SIZE << max_order; in drm_test_buddy_alloc_pathological()
345 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, PAGE_SIZE), in drm_test_buddy_alloc_pathological()
361 mm_size, size, size, in drm_test_buddy_alloc_pathological()
408 u64 mm_size, chunk_size, start = 0; in drm_test_buddy_alloc_smoke() local
417 mm_config(&mm_size, &chunk_size); in drm_test_buddy_alloc_smoke()
498 u64 mm_size, size, start = 0; in drm_test_buddy_alloc_pessimistic() local
513 mm_size = PAGE_SIZE << max_order; in drm_test_buddy_alloc_pessimistic()
514 KUNIT_ASSERT_FALSE_MSG(test, drm_buddy_init(&mm, mm_size, PAGE_SIZE), in drm_test_buddy_alloc_pessimistic()
593 u64 mm_size, size, start = 0; in drm_test_buddy_alloc_optimistic() local
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-stm32-qspi.c106 resource_size_t mm_size; member
512 if (!qspi->mm_size) in stm32_qspi_dirmap_create()
543 if (addr_max < qspi->mm_size && op.addr.buswidth) in stm32_qspi_dirmap_read()
795 qspi->mm_size = resource_size(res); in stm32_qspi_probe()
796 if (qspi->mm_size > STM32_QSPI_MAX_MMAP_SZ) in stm32_qspi_probe()
/openbmc/linux/arch/x86/include/asm/
H A Defi.h255 #define __efi64_argmap_get_memory_map(mm_size, mm, key, size, ver) \ argument
256 ((mm_size), (mm), efi64_zero_upper(key), efi64_zero_upper(size), (ver))
/openbmc/linux/kernel/
H A Dfork.c3260 unsigned int mm_size; in mm_cache_init() local
3267 mm_size = sizeof(struct mm_struct) + cpumask_size() + mm_cid_size(); in mm_cache_init()
3270 mm_size, ARCH_MIN_MMSTRUCT_ALIGN, in mm_cache_init()