Home
last modified time | relevance | path

Searched refs:DEBUGCTLMSR_BTF (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dstep.c183 debugctl |= DEBUGCTLMSR_BTF; in set_task_blockstep()
186 debugctl &= ~DEBUGCTLMSR_BTF; in set_task_blockstep()
H A Dprocess.c641 debugctl &= ~DEBUGCTLMSR_BTF; in __switch_to_xtra()
H A Dtraps.c909 debugctl |= DEBUGCTLMSR_BTF; in exc_debug_kernel()
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcore.c578 debugctl &= ~DEBUGCTLMSR_BTF; in clear_btf()
588 debugctl |= DEBUGCTLMSR_BTF; in restore_btf()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmsr-index.h135 #define DEBUGCTLMSR_BTF (1UL << 1) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr-index.h305 #define DEBUGCTLMSR_BTF (1UL << 1) /* single-step on branches */ macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h305 #define DEBUGCTLMSR_BTF (1UL << 1) /* single-step on branches */ macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c3136 } else if (data & ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_BTF)) { in kvm_set_msr_common()