Home
last modified time | relevance | path

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

/arch/sh/kernel/
A Dkgdb.c29 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) macro
89 else if (OPCODE_BRAF(op)) in get_step_address()
A Dkprobes.c27 #define OPCODE_BRAF(x) (((x) & 0xF0FF) == 0x0023) macro
159 } else if (OPCODE_BRAF(p->opcode) || OPCODE_BSRF(p->opcode)) { in prepare_singlestep()

Completed in 5 milliseconds