Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/kernel/
Dkgdb.c35 #define OPCODE_JMP(op) (((op) & 0xf0ff) == 0x402b) macro
102 else if (OPCODE_JMP(op)) in get_step_address()
Dkprobes.c27 #define OPCODE_JMP(x) (((x) & 0xF0FF) == 0x402b) macro
159 if (OPCODE_JSR(p->opcode) || OPCODE_JMP(p->opcode)) { in prepare_singlestep()