Home
last modified time | relevance | path

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

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