Home
last modified time | relevance | path

Searched refs:GCPU_GCL_F_PRIV (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu.h96 #define GCPU_GCL_F_PRIV 0x1 /* #MC during privileged code */ macro
H A Dgcpu_mca.c728 gcl->gcl_flags & GCPU_GCL_F_PRIV ? B_TRUE : B_FALSE, NULL); in gcpu_ereport_add_logout()
1738 gcl->gcl_flags = (rp && USERMODE(rp->r_cs)) ? GCPU_GCL_F_PRIV : 0; in gcpu_mca_logout()