Searched refs:__coresight_simple_func (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-priv.h | 35 #define __coresight_simple_func(type, func, name, lo_off, hi_off) \ macro 54 __coresight_simple_func(type, func, name, offset, -1) 56 __coresight_simple_func(type, NULL, name, offset, -1) 58 __coresight_simple_func(type, NULL, name, lo_off, hi_off)
|