Searched refs:mte_allocate_file_memory (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/arm64/mte/ | 
| D | mte_common_util.h | 48 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping,
  | 
| 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()
  | 
| 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()
  | 
| 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
  | 
| D | check_buffer_fill.c | 387 		ptr = (char *)mte_allocate_file_memory(sizes[run], mem_type, mapping, false, fd);  in check_memory_initial_tags()
  |