Home
last modified time | relevance | path

Searched defs:hw_cache_event (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/perf/
H A Driscv_pmu_sbi.c112 struct hw_cache_event { struct
113 uint32_t result_id:1;
114 uint32_t op_id:2;
115 uint32_t cache_id:13;
116 uint32_t event_type:4;
117 uint32_t reserved:12;
118 } hw_cache_event; member