Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dpti.h17 #define PTI_MODE 0xf0 macro
H A Dpti.c158 ctl |= pti->mode << __ffs(PTI_MODE); in intel_th_pti_activate()
182 pti->mode = (ctl & PTI_MODE) >> __ffs(PTI_MODE); in read_hw_config()