Searched refs:debug_ctrl (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
H A Dintel-pm.h306 uint64_t debug_ctrl; member in struct:__anon1269
/fuchsia/zircon/kernel/arch/x86/
H A Dperf_mon.cpp276 uint64_t debug_ctrl = 0; member in struct:PerfmonState
657 if (!(config->debug_ctrl & IA32_DEBUGCTL_FREEZE_PERFMON_ON_PMI_MASK)) {
664 if (config->debug_ctrl & IA32_DEBUGCTL_FREEZE_PERFMON_ON_PMI_MASK) {
678 if (config->debug_ctrl & ~kDebugCtrlWritableBits) {
679 TRACEF("Non writable bits set in |debug_ctrl|\n");
1003 state->debug_ctrl = config->debug_ctrl;
1478 write_msr(IA32_DEBUGCTL, state->debug_ctrl);
/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pm.c744 ocfg->debug_ctrl |= IA32_DEBUGCTL_FREEZE_PERFMON_ON_PMI_MASK;

Completed in 76 milliseconds