Home
last modified time | relevance | path

Searched refs:GCPU_GCL_F_PRIV (Results 1 – 2 of 2) sorted by last modified time

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