Home
last modified time | relevance | path

Searched defs:watchpoint (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/kcsan/
H A Dcore.c121 atomic_long_t *watchpoint; in find_watchpoint() local
152 atomic_long_t *watchpoint; in insert_watchpoint() local
183 try_consume_watchpoint(atomic_long_t *watchpoint, long encoded_watchpoint) in try_consume_watchpoint()
189 static inline bool consume_watchpoint(atomic_long_t *watchpoint) in consume_watchpoint()
195 static inline void remove_watchpoint(atomic_long_t *watchpoint) in remove_watchpoint()
459 atomic_long_t *watchpoint, in kcsan_found_watchpoint()
531 atomic_long_t *watchpoint; in kcsan_setup_watchpoint() local
721 atomic_long_t *watchpoint; in check_access() local
H A Dencoding.h69 static __always_inline bool decode_watchpoint(long watchpoint, in decode_watchpoint()
/openbmc/qemu/system/
H A Dwatchpoint.c27 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert()
81 void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint) in cpu_watchpoint_remove_by_ref()
/openbmc/qemu/include/hw/core/
H A Dcpu.h1119 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert()