Searched refs:watchpoints (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/arch/powerpc/ |
| H A D | ptrace.rst | 9 2 hardware watchpoints (read, write and read-write) (DAC) 10 2 value conditions for the hardware watchpoints (DVC) 22 be returned here is the minimum alignment for the hardware watchpoints. 24 an 8-byte alignment restriction for hardware watchpoints. We'd like to avoid 29 watchpoints and whether it supports a range of addresses and a condition. 86 With this GDB can ask for all kinds of hardware breakpoints and watchpoints
|
| H A D | dawr-power9.rst | 51 For GDB watchpoints (ie 'watch' command) on POWER9 bare metal , GDB
|
| /linux/kernel/kcsan/ |
| H A D | core.c | 103 static atomic_long_t watchpoints[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1]; variable 130 watchpoint = &watchpoints[SLOT_IDX_FAST(slot, i)]; in find_watchpoint() 158 …UG_ON(SLOT_IDX(CONFIG_KCSAN_NUM_WATCHPOINTS-1, KCSAN_CHECK_ADJACENT) != ARRAY_SIZE(watchpoints)-1); in insert_watchpoint() 159 …DX(CONFIG_KCSAN_NUM_WATCHPOINTS-1, KCSAN_CHECK_ADJACENT+1) != ARRAY_SIZE(watchpoints) - NUM_SLOTS); in insert_watchpoint() 165 watchpoint = &watchpoints[SLOT_IDX(slot, i)]; in insert_watchpoint() 507 kcsan_report_set_info(ptr, size, type, ip, watchpoint - watchpoints); in kcsan_found_watchpoint() 679 value_change, watchpoint - watchpoints, in kcsan_setup_watchpoint()
|
| /linux/tools/memory-model/Documentation/ |
| H A D | access-marking.txt | 335 it is not necessarily a full replacement for hardware watchpoints. 336 On the other hand, neither are hardware watchpoints a full replacement
|