Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dspecialreg.h215 #define CPUPT_MTC (1 << 3) /* MTC Supported */ macro
/freebsd/sys/amd64/pt/
H A Dpt.c442 if ((pt_info.l0_ebx & CPUPT_MTC) == 0) { in pt_backend_configure()