Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Driscv_pmu_sbi.c77 struct hw_cache_event { struct
78 uint32_t result_id:1;
79 uint32_t op_id:2;
80 uint32_t cache_id:13;
81 uint32_t event_type:4;
82 uint32_t reserved:12;
83 } hw_cache_event; member