Home
last modified time | relevance | path

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

/freebsd/sys/amd64/pt/
H A Dpt.c374 pt_ext->rtit_ctl |= (1UL << RTIT_CTL_ADDR_CFG_S(1)); in pt_configure_ranges()
378 pt_ext->rtit_ctl |= (1UL << RTIT_CTL_ADDR_CFG_S(0)); in pt_configure_ranges()
/freebsd/sys/x86/include/
H A Dspecialreg.h783 #define RTIT_CTL_ADDR_CFG_S(n) (32 + (n) * 4) macro