Symbol: check_allocated_memory
tools/testing/selftests/arm64/mte/check_buffer_fill.c
271
if (check_allocated_memory(src, size, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
275
if (check_allocated_memory(dst, size, mem_type, true) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
283
if (check_allocated_memory(dst, size, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
287
if (check_allocated_memory(src, size, mem_type, true) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
294
if (check_allocated_memory(src, size, mem_type, true) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
298
if (check_allocated_memory(dst, size, mem_type, true) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
375
if (check_allocated_memory(ptr, sizes[run], mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_buffer_fill.c
388
if (check_allocated_memory(ptr, sizes[run], mem_type, false) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_buffer_fill.c
39
if (check_allocated_memory(ptr, sizes[i], mem_type, true) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_child_memory.c
120
if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_hugetlb_options.c
156
if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_ksm_options.c
111
if (check_allocated_memory(ptr, TEST_UNIT * page_sz, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_mmap_options.c
127
if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_mmap_options.c
167
if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
119
if (check_allocated_memory(ptr, BUFFER_SIZE + MT_GRANULE_SIZE,
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
145
if (check_allocated_memory(ptr, BUFFER_SIZE, mem_type, false) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
55
if (check_allocated_memory(ptr, BUFFER_SIZE + MT_GRANULE_SIZE,
tools/testing/selftests/arm64/mte/check_tags_inclusion.c
88
if (check_allocated_memory(ptr, BUFFER_SIZE + MT_GRANULE_SIZE,
tools/testing/selftests/arm64/mte/check_user_mem.c
56
if (check_allocated_memory(ptr, len, mem_type, true) != KSFT_PASS) {