Searched refs:__coresight_simple_func (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
D | coresight-priv.h | 44 #define __coresight_simple_func(type, func, name, lo_off, hi_off) \ macro 63 __coresight_simple_func(type, func, name, offset, -1) 65 __coresight_simple_func(type, NULL, name, offset, -1) 67 __coresight_simple_func(type, NULL, name, lo_off, hi_off)
|