Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x.h251 #define read_etm4x_sysreg_const_offset(offset) \ macro
258 case (x): { (res) = read_etm4x_sysreg_const_offset((x)); break; }
520 __val = read_etm4x_sysreg_const_offset((offset)); \
Dcoresight-etm4x-core.c983 devarch = read_etm4x_sysreg_const_offset(TRCDEVARCH); in etm4_init_sysreg_access()