Home
last modified time | relevance | path

Searched refs:OPCODE_BRA (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/kernel/
H A Dkgdb.c26 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) macro
85 else if (OPCODE_BRA(op)) in get_step_address()
H A Dkprobes.c26 #define OPCODE_BRA(x) (((x) & 0xF000) == 0xa000) macro
159 } else if (OPCODE_BRA(p->opcode) || OPCODE_BSR(p->opcode)) { in prepare_singlestep()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/kernel/
H A Dkgdb.c26 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) macro
85 else if (OPCODE_BRA(op)) in get_step_address()
H A Dkprobes.c26 #define OPCODE_BRA(x) (((x) & 0xF000) == 0xa000) macro
159 } else if (OPCODE_BRA(p->opcode) || OPCODE_BSR(p->opcode)) { in prepare_singlestep()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/kernel/
H A Dkgdb.c26 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) macro
85 else if (OPCODE_BRA(op)) in get_step_address()
H A Dkprobes.c26 #define OPCODE_BRA(x) (((x) & 0xF000) == 0xa000) macro
159 } else if (OPCODE_BRA(p->opcode) || OPCODE_BSR(p->opcode)) { in prepare_singlestep()