Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h594 #define ETM_MODE_STORE BIT(2) macro
H A Dcoresight-etm4x-sysfs.c182 config->mode &= ~(ETM_MODE_LOAD | ETM_MODE_STORE); in reset_store()
312 if (config->mode & ETM_MODE_STORE) in mode_store()