Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dpti.c246 static const char * const lpp_dest_str[] = { "pti", "exi" }; variable
255 for (i = ARRAY_SIZE(lpp_dest_str) - 1; i >= 0; i--) { in lpp_dest_show()
262 fmt, lpp_dest_str[i]); in lpp_dest_show()
277 i = sysfs_match_string(lpp_dest_str, buf); in lpp_dest_store()