Searched refs:OVERFLOW (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_mmap_options.c | 23 #define OVERFLOW MT_GRANULE_SIZE macro 49 mte_initialize_current_context(mode, (uintptr_t)ptr, size + OVERFLOW); in check_mte_memory() 50 memset(ptr + size, '3', OVERFLOW); in check_mte_memory() 68 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_anonymous_memory_mapping() 104 map_size = sizes[run] + UNDERFLOW + OVERFLOW; in check_file_memory_mapping() 139 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_clear_prot_mte_flag() 141 UNDERFLOW, OVERFLOW); in check_clear_prot_mte_flag() 143 UNDERFLOW, OVERFLOW) != KSFT_PASS) in check_clear_prot_mte_flag() 149 UNDERFLOW, OVERFLOW); in check_clear_prot_mte_flag() 154 mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW); in check_clear_prot_mte_flag() [all …]
|
H A D | check_child_memory.c | 21 #define OVERFLOW MT_GRANULE_SIZE macro 65 mte_initialize_current_context(mode, (uintptr_t)ptr, size + OVERFLOW); in check_child_tag_inheritance() 66 memset(ptr + size, '3', OVERFLOW); in check_child_tag_inheritance() 94 UNDERFLOW, OVERFLOW); in check_child_memory_mapping() 96 UNDERFLOW, OVERFLOW) != KSFT_PASS) in check_child_memory_mapping() 99 mte_free_memory_tag_range((void *)ptr, sizes[run], mem_type, UNDERFLOW, OVERFLOW); in check_child_memory_mapping() 118 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_child_file_mapping()
|
/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | probepoint.tc | 19 OVERFLOW=+`printf "0x%x" ${PREV}` # overflow offset to previous symbol 37 ! echo "p:testprobe ${TARGET_FUNC}${OVERFLOW}" > kprobe_events
|
/linux/drivers/firmware/google/ |
H A D | memconsole-coreboot.c | 28 #define OVERFLOW (1 << 31) macro 52 if (flags & OVERFLOW) { in memconsole_coreboot_read()
|
/linux/drivers/thermal/st/ |
H A D | st_thermal.h | 21 OVERFLOW, enumerator
|
H A D | st_thermal.c | 34 reg_fields[OVERFLOW]); in st_thermal_alloc_regfields()
|
/linux/Documentation/fault-injection/ |
H A D | provoke-crashes.rst | 37 of the common ones are PANIC, BUG, EXCEPTION, LOOP, and OVERFLOW.
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 11650 # OVERFLOW:
|
H A D | fplsp.S | 9058 #--|X| IS LARGE, GENERATE OVERFLOW IF X > 0; ELSE GENERATE UNDERFLOW
|