Home
last modified time | relevance | path

Searched refs:debug_monitor_state (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/arm64/arm64/
H A Ddebug_monitor.c59 static struct debug_monitor_state kernel_monitor = {
63 static int dbg_setup_watchpoint(struct debug_monitor_state *, vm_offset_t,
65 static int dbg_remove_watchpoint(struct debug_monitor_state *, vm_offset_t,
339 dbg_find_free_slot(struct debug_monitor_state *monitor, enum dbg_t type) in dbg_find_free_slot()
367 dbg_find_slot(struct debug_monitor_state *monitor, enum dbg_t type, in dbg_find_slot()
399 dbg_setup_watchpoint(struct debug_monitor_state *monitor, vm_offset_t addr, in dbg_setup_watchpoint()
466 dbg_remove_watchpoint(struct debug_monitor_state *monitor, vm_offset_t addr, in dbg_remove_watchpoint()
491 dbg_register_sync(struct debug_monitor_state *monitor) in dbg_register_sync()
H A Dexec_machdep.c194 struct debug_monitor_state *monitor; in fill_dbregs()
237 struct debug_monitor_state *monitor; in set_dbregs()
/freebsd-14.2/sys/arm64/include/
H A Ddebug_monitor.h35 struct debug_monitor_state { struct
56 void dbg_register_sync(struct debug_monitor_state *); argument
H A Dpcb.h83 struct debug_monitor_state pcb_dbg_regs;
H A Dpcpu.h41 struct debug_monitor_state;