Searched refs:mte_allocate_file_memory (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/arm64/mte/ |
A D | mte_common_util.h | 48 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping,
|
A D | check_child_memory.c | 119 map_ptr = (char *)mte_allocate_file_memory(map_size, mem_type, mapping, false, fd); in check_child_file_mapping()
|
A D | check_mmap_options.c | 106 map_ptr = (char *)mte_allocate_file_memory(map_size, mem_type, mapping, false, fd); in check_file_memory_mapping()
|
A D | mte_common_util.c | 173 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping, bool tags, int fd) in mte_allocate_file_memory() function
|
A D | check_buffer_fill.c | 387 ptr = (char *)mte_allocate_file_memory(sizes[run], mem_type, mapping, false, fd); in check_memory_initial_tags()
|
Completed in 6 milliseconds