Lines Matching refs:UNDERFLOW
23 #define UNDERFLOW MT_GRANULE_SIZE
80 mte_initialize_current_context(mode, (uintptr_t)ptr, -UNDERFLOW);
81 memset(ptr - UNDERFLOW, '2', UNDERFLOW);
97 mte_initialize_current_context(mode, (uintptr_t)ptr, -UNDERFLOW);
98 memcpy(buf, ptr - UNDERFLOW, MT_GRANULE_SIZE);
125 map_size = sizes[run] + OVERFLOW + UNDERFLOW;
130 ptr = map_ptr + UNDERFLOW;
165 map_size = sizes[run] + UNDERFLOW + OVERFLOW;
171 ptr = map_ptr + UNDERFLOW;
200 map_size = sizes[run] + OVERFLOW + UNDERFLOW;
202 UNDERFLOW, OVERFLOW);
204 UNDERFLOW, OVERFLOW) != KSFT_PASS)
206 map_ptr = ptr - UNDERFLOW;
210 UNDERFLOW, OVERFLOW);
215 mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW);
223 UNDERFLOW, OVERFLOW, fd);
225 UNDERFLOW, OVERFLOW) != KSFT_PASS) {
229 map_ptr = ptr - UNDERFLOW;
234 UNDERFLOW, OVERFLOW);
239 mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW);