Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dspecialreg.h222 #define CPUPT_TOPA_MULTI (1 << 1) /* ToPA Tables Allow Multiple Output Entries */ macro
/freebsd/sys/amd64/pt/
H A Dpt.c943 if ((cp[2] & CPUPT_TOPA_MULTI) == 0) { in pt_supported()