Searched refs:check_allocated_memory_range (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/testing/selftests/arm64/mte/ |
D | check_mmap_options.c | 142 if (check_allocated_memory_range(ptr, sizes[run], mem_type, in check_clear_prot_mte_flag() 163 if (check_allocated_memory_range(ptr, sizes[run], mem_type, in check_clear_prot_mte_flag()
|
D | mte_common_util.h | 112 static inline int check_allocated_memory_range(void *ptr, size_t size, int mem_type, in check_allocated_memory_range() function
|
D | check_buffer_fill.c | 76 if (check_allocated_memory_range(ptr, sizes[i], mem_type, in check_buffer_underflow_by_byte() 172 if (check_allocated_memory_range(ptr, sizes[i], mem_type, in check_buffer_overflow_by_byte()
|
D | check_child_memory.c | 95 if (check_allocated_memory_range(ptr, sizes[run], mem_type, in check_child_memory_mapping()
|