Searched refs:check_allocated_memory (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/arm64/mte/ |
A D | check_buffer_fill.c | 39 if (check_allocated_memory(ptr, sizes[i], mem_type, true) != KSFT_PASS) in check_buffer_by_byte() 271 if (check_allocated_memory(src, size, mem_type, false) != KSFT_PASS) in check_buffer_by_block_iterate() 275 if (check_allocated_memory(dst, size, mem_type, true) != KSFT_PASS) { in check_buffer_by_block_iterate() 283 if (check_allocated_memory(dst, size, mem_type, false) != KSFT_PASS) in check_buffer_by_block_iterate() 287 if (check_allocated_memory(src, size, mem_type, true) != KSFT_PASS) { in check_buffer_by_block_iterate() 294 if (check_allocated_memory(src, size, mem_type, true) != KSFT_PASS) in check_buffer_by_block_iterate() 298 if (check_allocated_memory(dst, size, mem_type, true) != KSFT_PASS) { in check_buffer_by_block_iterate() 375 if (check_allocated_memory(ptr, sizes[run], mem_type, false) != KSFT_PASS) in check_memory_initial_tags() 388 if (check_allocated_memory(ptr, sizes[run], mem_type, false) != KSFT_PASS) { in check_memory_initial_tags()
|
A D | check_tags_inclusion.c | 49 if (check_allocated_memory(ptr, BUFFER_SIZE + MT_GRANULE_SIZE, in check_single_included_tags() 80 if (check_allocated_memory(ptr, BUFFER_SIZE + MT_GRANULE_SIZE, in check_multiple_included_tags() 111 if (check_allocated_memory(ptr, BUFFER_SIZE + MT_GRANULE_SIZE, in check_all_included_tags() 135 if (check_allocated_memory(ptr, BUFFER_SIZE, mem_type, false) != KSFT_PASS) in check_none_included_tags()
|
A D | check_mmap_options.c | 71 if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) in check_anonymous_memory_mapping() 107 if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) { in check_file_memory_mapping()
|
A D | check_user_mem.c | 40 if (check_allocated_memory(ptr, len, mem_type, true) != KSFT_PASS) { in check_usermem_access_fault()
|
A D | mte_common_util.h | 84 static inline int check_allocated_memory(void *ptr, size_t size, in check_allocated_memory() function
|
A D | check_ksm_options.c | 111 if (check_allocated_memory(ptr, TEST_UNIT * page_sz, mem_type, false) != KSFT_PASS) in check_madvise_options()
|
A D | check_child_memory.c | 120 if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) { in check_child_file_mapping()
|
Completed in 8 milliseconds