Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/kernel/
Dkgdb.c19 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) macro
52 if (OPCODE_BT(op)) { in get_step_address()
Dkprobes.c38 #define OPCODE_BT(x) (((x) & 0xFF00) == 0x8900) macro
176 } else if (OPCODE_BF(p->opcode) || OPCODE_BT(p->opcode)) { in prepare_singlestep()