Home
last modified time | relevance | path

Searched refs:OPCODE_RTS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dkgdb.c40 #define OPCODE_RTS(op) ((op) == 0xb) macro
111 else if (OPCODE_RTS(op)) in get_step_address()
H A Dkprobes.c37 #define OPCODE_RTS(x) (((x) & 0x000F) == 0x000b) macro
165 } else if (OPCODE_RTS(p->opcode)) { in prepare_singlestep()