Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/kernel/ !
Dkgdb.c31 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) macro
94 else if (OPCODE_BSR(op)) in get_step_address()
Dkprobes.c31 #define OPCODE_BSR(x) (((x) & 0xF000) == 0xb000) macro
162 } else if (OPCODE_BRA(p->opcode) || OPCODE_BSR(p->opcode)) { in prepare_singlestep()