OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
M_RTS
sys/arch/powerpc/include/db_machdep.h
75
#define inst_return(ins) (((ins)&M_RTS) == I_RTS)
sys/arch/powerpc64/include/db_machdep.h
70
#define inst_return(ins) (((ins)&M_RTS) == I_RTS)
sys/arch/sh/sh/db_interface.c
178
return (inst & M_RTS) == I_RTS;