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

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

Completed in 98 milliseconds