Home
last modified time | relevance | path

Searched refs:mte_allocate_file_memory (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.h48 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping,
H A Dcheck_child_memory.c119 map_ptr = (char *)mte_allocate_file_memory(map_size, mem_type, mapping, false, fd); in check_child_file_mapping()
H A Dmte_common_util.c180 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping, bool tags, int fd) in mte_allocate_file_memory() function
H A Dcheck_mmap_options.c105 map_ptr = (char *)mte_allocate_file_memory(map_size, mem_type, mapping, false, fd); in check_file_memory_mapping()
H A Dcheck_buffer_fill.c387 ptr = (char *)mte_allocate_file_memory(sizes[run], mem_type, mapping, false, fd); in check_memory_initial_tags()