Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
INSTR_TYPE_MASK
arch/powerpc/include/asm/sstep.h
102
#define GETTYPE(t) ((t) & INSTR_TYPE_MASK)
arch/powerpc/kvm/emulate_loadstore.c
97
int type = op.type & INSTR_TYPE_MASK;