Home
last modified time | relevance | path

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

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