Searched refs:cpu_vars_t (Results 1 - 6 of 6) sorted by relevance
/k10sensor/src/ |
H A D | k10sensor.h | 21 #define K10IOC_INFO (K10IOC | 1) /* get cpu_vars_t data. arg: *cpu_vars_t */ 118 } cpu_vars_t; typedef in typeref:struct:cpu_vars 122 void fillCategoryIndex(cpu_vars_t *v); 124 void fillSiliconRevision(cpu_vars_t *v); 127 void fillErratum(cpu_vars_t *v); 131 void fillThermtrip(PCI_HDL pci_hdl, cpu_vars_t *v); 134 void fillNBcapabilities(PCI_HDL pci_hdl, cpu_vars_t *v); 137 void fillHtc(PCI_HDL pci_hdl, cpu_vars_t *v); 140 void fillStc(PCI_HDL pci_hdl, cpu_vars_t * [all...] |
H A D | k10s_kstats.h | 46 cpu_vars_t v[1]; 47 /* cpu_vars_t as kstats */
|
H A D | common.c | 58 fillCategoryIndex(cpu_vars_t *v) { 80 fillSiliconRevision(cpu_vars_t *v) { 251 fillErratum(cpu_vars_t *v) { 293 fillThermtrip(PCI_HDL pci_hdl, cpu_vars_t *v) { 391 fillNBcapabilities(PCI_HDL pci_hdl, cpu_vars_t *v) 427 fillHtc(PCI_HDL pci_hdl, cpu_vars_t *v) { 497 fillStc(PCI_HDL pci_hdl, cpu_vars_t *v) 571 getControlTemp(PCI_HDL pci_hdl, cpu_vars_t *v, boolean_t core1) 636 dumpCpuInfo(char *buf, cpu_vars_t *v) { 707 dumpTctrl(char *buf, PCI_HDL pci_hdl, cpu_vars_t * [all...] |
H A D | k10sensor_info.c | 84 cpu_vars_t cv[1]; 175 static cpu_vars_t v[1];
|
H A D | k10sensor.c | 212 cpu_vars_t *v = k10p->v; 422 cpu_vars_t *v; 437 /* cpu_vars_t has same size for 32 and 64bit -> no conv needed */
|
H A D | k10s_kstats.c | 93 cpu_vars_t *v = k10p->v;
|
Completed in 10 milliseconds