Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm4x.h149 #define ETM_MODE_LOAD BIT(1) macro
Dcoresight-etm4x-sysfs.c181 config->mode &= ~(ETM_MODE_LOAD | ETM_MODE_STORE); in reset_store()
305 if (config->mode & ETM_MODE_LOAD) in mode_store()