Symbol: OVERFLOW
drivers/firmware/google/memconsole-coreboot.c
52
if (flags & OVERFLOW) {
drivers/thermal/st/st_thermal.c
34
reg_fields[OVERFLOW]);
drivers/thermal/st/st_thermal_memmap.c
32
[OVERFLOW] = REG_FIELD(STIH416_MPE_STATUS, 9, 9),
tools/testing/selftests/arm64/mte/check_child_memory.c
118
map_size = sizes[run] + OVERFLOW + UNDERFLOW;
tools/testing/selftests/arm64/mte/check_child_memory.c
65
mte_initialize_current_context(mode, (uintptr_t)ptr, size + OVERFLOW);
tools/testing/selftests/arm64/mte/check_child_memory.c
66
memset(ptr + size, '3', OVERFLOW);
tools/testing/selftests/arm64/mte/check_child_memory.c
94
UNDERFLOW, OVERFLOW);
tools/testing/selftests/arm64/mte/check_child_memory.c
96
UNDERFLOW, OVERFLOW) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_child_memory.c
99
mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW);
tools/testing/selftests/arm64/mte/check_mmap_options.c
103
mte_initialize_current_context(mode, (uintptr_t)ptr, size + OVERFLOW);
tools/testing/selftests/arm64/mte/check_mmap_options.c
125
map_size = sizes[run] + OVERFLOW + UNDERFLOW;
tools/testing/selftests/arm64/mte/check_mmap_options.c
165
map_size = sizes[run] + UNDERFLOW + OVERFLOW;
tools/testing/selftests/arm64/mte/check_mmap_options.c
200
map_size = sizes[run] + OVERFLOW + UNDERFLOW;
tools/testing/selftests/arm64/mte/check_mmap_options.c
202
UNDERFLOW, OVERFLOW);
tools/testing/selftests/arm64/mte/check_mmap_options.c
204
UNDERFLOW, OVERFLOW) != KSFT_PASS)
tools/testing/selftests/arm64/mte/check_mmap_options.c
210
UNDERFLOW, OVERFLOW);
tools/testing/selftests/arm64/mte/check_mmap_options.c
215
mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW);
tools/testing/selftests/arm64/mte/check_mmap_options.c
223
UNDERFLOW, OVERFLOW, fd);
tools/testing/selftests/arm64/mte/check_mmap_options.c
225
UNDERFLOW, OVERFLOW) != KSFT_PASS) {
tools/testing/selftests/arm64/mte/check_mmap_options.c
234
UNDERFLOW, OVERFLOW);
tools/testing/selftests/arm64/mte/check_mmap_options.c
239
mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW);
tools/testing/selftests/arm64/mte/check_mmap_options.c
88
mte_initialize_current_context(mode, (uintptr_t)ptr, size + OVERFLOW);
tools/testing/selftests/arm64/mte/check_mmap_options.c
89
memset(ptr + size, '3', OVERFLOW);