Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/
Dkgdb.c34 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) macro
97 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()