Searched refs:dbg_flags (Results 1 – 4 of 4) sorted by relevance
59 .dbg_flags = DBGMON_KERNEL196 kernel_monitor.dbg_flags &= ~PSR_DAIF; in kdb_cpu_set_singlestep()197 kernel_monitor.dbg_flags |= kdb_frame->tf_spsr & PSR_DAIF; in kdb_cpu_set_singlestep()208 if ((kernel_monitor.dbg_flags & DBGMON_ENABLED) != 0) { in kdb_cpu_set_singlestep()222 kdb_frame->tf_spsr |= kernel_monitor.dbg_flags & PSR_DAIF; in kdb_cpu_clear_singlestep()228 if ((kernel_monitor.dbg_flags & DBGMON_ENABLED) != 0) { in kdb_cpu_clear_singlestep()232 if ((kernel_monitor.dbg_flags & DBGMON_KERNEL) != 0) { in kdb_cpu_clear_singlestep()427 if ((monitor->dbg_flags & DBGMON_KERNEL) == 0) in dbg_setup_watchpoint()453 monitor->dbg_flags |= DBGMON_ENABLED; in dbg_setup_watchpoint()478 monitor->dbg_flags &= ~DBGMON_ENABLED; in dbg_remove_watchpoint()[all …]
207 if ((monitor->dbg_flags & DBGMON_ENABLED) != 0) { in fill_dbregs()314 monitor->dbg_flags |= DBGMON_ENABLED; in set_dbregs()
18 u32 dbg_flags = 0; in iwl_pcie_ctxt_info_dbg_enable() local26 dbg_flags |= IWL_PRPH_SCRATCH_EDBG_DEST_DRAM; in iwl_pcie_ctxt_info_dbg_enable()42 dbg_flags |= IWL_PRPH_SCRATCH_EDBG_DEST_INTERNAL; in iwl_pcie_ctxt_info_dbg_enable()48 dbg_flags |= IWL_PRPH_SCRATCH_EDBG_DEST_TB22DTF; in iwl_pcie_ctxt_info_dbg_enable()57 dbg_flags |= IWL_PRPH_SCRATCH_EDBG_DEST_DRAM; in iwl_pcie_ctxt_info_dbg_enable()78 if (dbg_flags) in iwl_pcie_ctxt_info_dbg_enable()79 *control_flags |= IWL_PRPH_SCRATCH_EARLY_DEBUG_EN | dbg_flags; in iwl_pcie_ctxt_info_dbg_enable()
37 uint32_t dbg_flags; member