Home
last modified time | relevance | path

Searched refs:pcb_dbg_regs (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dpcb.h71 struct debug_monitor_state pcb_dbg_regs; member
/f-stack/freebsd/arm64/arm64/
H A Ddebug_monitor.c515 } else if ((thread->td_pcb->pcb_dbg_regs.dbg_flags & DBGMON_ENABLED) != 0) { in dbg_monitor_enter()
545 if ((thread->td_pcb->pcb_dbg_regs.dbg_flags & DBGMON_ENABLED) != 0) { in dbg_monitor_exit()
547 dbg_register_sync(&thread->td_pcb->pcb_dbg_regs); in dbg_monitor_exit()
H A Dmachdep.c348 monitor = &td->td_pcb->pcb_dbg_regs; in fill_dbregs()
372 monitor = &td->td_pcb->pcb_dbg_regs; in set_dbregs()