Searched defs:pmc_classdep (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/sys/ |
H A D | pmc.h | 1001 struct pmc_classdep { struct 1002 uint32_t pcd_caps; /* class capabilities */ 1003 enum pmc_class pcd_class; /* class id */ 1004 int pcd_num; /* number of PMCs */ 1005 int pcd_ri; /* row index of the first PMC in class */ 1006 int pcd_width; /* width of the PMC */ 1009 int (*pcd_config_pmc)(int _cpu, int _ri, struct pmc *_pm); 1010 int (*pcd_get_config)(int _cpu, int _ri, struct pmc **_ppm); 1011 int (*pcd_read_pmc)(int _cpu, int _ri, struct pmc *_pm, 1013 int (*pcd_write_pmc)(int _cpu, int _ri, struct pmc *_pm, [all …]
|