Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_cpu_amd.c42 uint64_t amd_debugctl; /* value for debugctl MSR */ member
76 { MSR_DEBUGCTL, KDI_MSR_WRITEDELAY, &kmt_cpu_amd.amd_debugctl },
89 { MSR_DEBUGCTL, KDI_MSR_WRITEDELAY, &kmt_cpu_amd.amd_debugctl },
116 amd->amd_debugctl &= ~DEBUGCTL_BTF; in kmt_amd_btf_clear()
134 amd->amd_debugctl |= DEBUGCTL_BTF; in kmt_amd_step_branch()
197 kmt_cpu_amd.amd_debugctl = DEBUGCTL_LBR; /* Enable LBR on resume */ in kmt_cpu_amd_create()