Home
last modified time | relevance | path

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

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