Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_cpu_p4.c61 uint64_t p4_debugctl; /* value for debugctl MSR */ member
167 { MSR_DEBUGCTL, KDI_MSR_WRITEDELAY, &kmt_cpu_p4.p4_debugctl },
184 { MSR_DEBUGCTL, KDI_MSR_WRITEDELAY, &kmt_cpu_p4.p4_debugctl },
206 { MSR_DEBUGCTL, KDI_MSR_WRITEDELAY, &kmt_cpu_p4.p4_debugctl },
251 { MSR_DEBUGCTL, KDI_MSR_WRITEDELAY, &kmt_cpu_p4.p4_debugctl },
284 p4->p4_debugctl &= ~DEBUGCTL_BTF; in kmt_p4_btf_clear()
301 p4->p4_debugctl |= DEBUGCTL_BTF; in kmt_p4_step_branch()
408 kmt_cpu_p4.p4_debugctl = DEBUGCTL_LBR; /* enable LBR on resume */ in kmt_cpu_p4_create()