Searched refs:debugctl (Results 1 – 3 of 3) sorted by relevance
71 uint64_t debugctl; member
1743 u64 debugctl; in ler_enable() local1748 rdmsrl(MSR_IA32_DEBUGCTLMSR, debugctl); in ler_enable()1749 wrmsrl(MSR_IA32_DEBUGCTLMSR, debugctl | IA32_DEBUGCTLMSR_LBR); in ler_enable()
2003 uint64_t debugctl; in is_branch_step() local2006 ops->read_msr(MSR_IA32_DEBUGCTLMSR, &debugctl, ctxt) == X86EMUL_OKAY && in is_branch_step()2007 (debugctl & IA32_DEBUGCTLMSR_BTF); in is_branch_step()
Completed in 16 milliseconds