Symbol: mte_allocate_memory
tools/testing/selftests/arm64/mte/check_buffer_fill.c
270
src = (char *)mte_allocate_memory(size, mem_type, 0, false);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
274
dst = (char *)mte_allocate_memory(size, mem_type, 0, true);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
282
dst = (char *)mte_allocate_memory(size, mem_type, 0, false);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
286
src = (char *)mte_allocate_memory(size, mem_type, 0, true);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
293
src = (char *)mte_allocate_memory(size, mem_type, 0, true);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
297
dst = (char *)mte_allocate_memory(size, mem_type, 0, true);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
374
ptr = (char *)mte_allocate_memory(sizes[run], mem_type, mapping, false);
tools/testing/selftests/arm64/mte/check_buffer_fill.c
38
ptr = (char *)mte_allocate_memory(sizes[i], mem_type, 0, true);
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
155
map_ptr = (char *)mte_allocate_memory(map_size, mem_type, mapping, false);
tools/testing/selftests/arm64/mte/check_ksm_options.c
110
ptr = mte_allocate_memory(TEST_UNIT * page_sz, mem_type, mapping, true);
tools/testing/selftests/arm64/mte/check_mmap_options.c
126
map_ptr = (char *)mte_allocate_memory(map_size, mem_type, mapping, false);
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
118
ptr = mte_allocate_memory(BUFFER_SIZE + MT_GRANULE_SIZE, mem_type, 0, false);
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
144
ptr = mte_allocate_memory(BUFFER_SIZE, mem_type, 0, false);
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
54
ptr = mte_allocate_memory(BUFFER_SIZE + MT_GRANULE_SIZE, mem_type, 0, false);
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
87
ptr = mte_allocate_memory(BUFFER_SIZE + MT_GRANULE_SIZE, mem_type, 0, false);
tools/testing/selftests/arm64/mte/check_user_mem.c
55
ptr = mte_allocate_memory(len, mem_type, mapping, true);
tools/testing/selftests/arm64/mte/mte_common_util.h
48
void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags);