Home
last modified time | relevance | path

Searched refs:DECLARE_DA_MON_PER_CPU (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/verification/dot2/dot2k_templates/
H A Dmain_per_cpu.c31 DECLARE_DA_MON_PER_CPU(MODEL_NAME, MIN_TYPE);
/openbmc/linux/kernel/trace/rv/monitors/wip/
H A Dwip.c20 DECLARE_DA_MON_PER_CPU(wip, unsigned char);
/openbmc/linux/Documentation/trace/rv/
H A Dda_monitor_synthesis.rst82 - ``#define DECLARE_DA_MON_PER_CPU(name, type)``
97 DECLARE_DA_MON_PER_CPU(wip, unsigned char);
/openbmc/linux/include/rv/
H A Dda_monitor.h527 #define DECLARE_DA_MON_PER_CPU(name, type) \ macro