Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
OPCODE_RTS
arch/sh/kernel/kgdb.c
40
#define OPCODE_RTS(op) ((op) == 0xb)
arch/sh/kernel/kprobes.c
37
#define OPCODE_RTS(x) (((x) & 0x000F) == 0x000b)