Searched refs:DEBUGCTLMSR_BTF (Results 1 – 8 of 8) sorted by relevance
188 debugctl |= DEBUGCTLMSR_BTF; in set_task_blockstep()191 debugctl &= ~DEBUGCTLMSR_BTF; in set_task_blockstep()
708 debugctl &= ~DEBUGCTLMSR_BTF; in __switch_to_xtra()
1020 debugctl |= DEBUGCTLMSR_BTF; in exc_debug_kernel()
134 #define DEBUGCTLMSR_BTF (1UL << 1) macro
347 #define DEBUGCTLMSR_BTF (1UL << 1) /* single-step on branches */ macro
364 #define DEBUGCTLMSR_BTF (1UL << 1) /* single-step on branches */ macro
2240 if (invalid & (DEBUGCTLMSR_BTF|DEBUGCTLMSR_LBR)) { in vmx_set_msr()2242 data &= ~(DEBUGCTLMSR_BTF|DEBUGCTLMSR_LBR); in vmx_set_msr()2243 invalid &= ~(DEBUGCTLMSR_BTF|DEBUGCTLMSR_LBR); in vmx_set_msr()
3175 if (data & DEBUGCTLMSR_BTF) { in svm_set_msr()3177 data &= ~DEBUGCTLMSR_BTF; in svm_set_msr()