Searched refs:und_ptr (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_buffer_fill.c69 char *und_ptr = NULL; local
109 und_ptr = (char *) MT_CLEAR_TAG((size_t) ptr - underflow_range);
111 if (und_ptr[j] != '1') {
127 und_ptr = (char *) MT_CLEAR_TAG((size_t) ptr);
129 if (und_ptr[j] != '1') {
142 und_ptr = (char *) MT_CLEAR_TAG((size_t) ptr);
143 if (und_ptr[-1] == '1')

Completed in 240 milliseconds