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

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

Completed in 79 milliseconds