Searched defs:cregs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dprivregs.h237 struct cregs { struct
249 extern void getcregs(struct cregs *);
/illumos-gate/usr/src/uts/intel/amd64/sys/
H A Dprivregs.h306 struct cregs { struct
321 extern void getcregs(struct cregs *);
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c5003 static struct intel_regs cregs[] = { variable in typeref:struct:intel_regs
5035 for (buff[0] = '\0', i = 0; cregs[i].name != NULL && len-- != 0; i++) {
5037 if (cregs[i].off == PCIC_MISC_CTL_2)
5041 value = pcic_getb(pcic, sval, cregs[i].off);
5043 if (cregs[i].fmt)
5048 cregs[i].name, value, cregs[i].fmt);
5051 if (cregs[i].fmt)
5056 cregs[i].name, value, cregs[
[all...]

Completed in 75 milliseconds