OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IH_MPSAFE
sys/arch/loongson/loongson/loongson3_intr.c
231
flags = (level & IPL_MPSAFE) ? IH_MPSAFE : 0;
sys/arch/loongson/loongson/loongson3_intr.c
291
flags = (level & IPL_MPSAFE) ? IH_MPSAFE : 0;
sys/arch/loongson/loongson/loongson3_intr.c
408
if (ih->ih_flags & IH_MPSAFE)
sys/arch/loongson/loongson/loongson3_intr.c
484
if (ih->ih_flags & IH_MPSAFE)