Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDpmc.h939 struct pmc_classdep { struct
940 uint32_t pcd_caps; /* class capabilities */
941 enum pmc_class pcd_class; /* class id */
942 int pcd_num; /* number of PMCs */
943 int pcd_ri; /* row index of the first PMC in class */
944 int pcd_width; /* width of the PMC */
947 int (*pcd_config_pmc)(int _cpu, int _ri, struct pmc *_pm);
948 int (*pcd_get_config)(int _cpu, int _ri, struct pmc **_ppm);
949 int (*pcd_read_pmc)(int _cpu, int _ri, pmc_value_t *_value);
950 int (*pcd_write_pmc)(int _cpu, int _ri, pmc_value_t _value);
[all …]