Home
last modified time | relevance | path

Searched refs:cregs (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/sys/
H A Dprivregs.h237 struct cregs { struct
249 extern void getcregs(struct cregs *); argument
/titanic_41/usr/src/uts/intel/amd64/sys/
H A Dprivregs.h306 struct cregs { struct
321 extern void getcregs(struct cregs *); argument
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c475 struct cregs creg; in xpv_die()
664 struct cregs creg; in xpv_do_panic()
/titanic_41/usr/src/uts/common/io/
H A Dpcic.c5003 static struct intel_regs cregs[] = { variable
5035 for (buff[0] = '\0', i = 0; cregs[i].name != NULL && len-- != 0; i++) { in xxdmp_cl_regs()
5037 if (cregs[i].off == PCIC_MISC_CTL_2) in xxdmp_cl_regs()
5041 value = pcic_getb(pcic, sval, cregs[i].off); in xxdmp_cl_regs()
5043 if (cregs[i].fmt) in xxdmp_cl_regs()
5048 cregs[i].name, value, cregs[i].fmt); in xxdmp_cl_regs()
5051 if (cregs[i].fmt) in xxdmp_cl_regs()
5056 cregs[i].name, value, cregs[i].fmt); in xxdmp_cl_regs()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Darchdep.c1067 struct cregs creg; in panic_saveregs()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3048 getcregs(struct cregs *crp)