Searched refs:allocate_memory (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | ksm_tests.c | 200 static void *allocate_memory(void *ptr, int prot, int mapping, char data, size_t map_size) in allocate_memory() function 359 map_ptr = allocate_memory(NULL, prot, mapping, '*', page_size * page_count); in check_ksm_merge() 393 map_ptr = allocate_memory(NULL, prot, mapping, '*', page_size * page_count); in check_ksm_unmerge() 436 map_ptr = allocate_memory(NULL, prot, mapping, 0, page_size * page_count); in check_ksm_zero_page_merge() 626 map_ptr = allocate_memory(NULL, prot, mapping, '*', map_size); in ksm_merge_time() 667 map_ptr = allocate_memory(NULL, prot, mapping, '*', map_size); in ksm_unmerge_time() 715 map_ptr = allocate_memory(NULL, prot, mapping, '*', page_size * page_count); in ksm_cow_time()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | lv1call.h | 218 LV1_CALL(allocate_memory, 4, 2, 0 )
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | lv1call.h | 218 LV1_CALL(allocate_memory, 4, 2, 0 )
|
Completed in 4 milliseconds