Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/kernel/ !
Dkgdb.c34 #define OPCODE_BSRF(op) (((op) & 0xf0ff) == 0x0003) macro
98 else if (OPCODE_BSRF(op)) in get_step_address()
Dkprobes.c32 #define OPCODE_BSRF(x) (((x) & 0xF0FF) == 0x0003) macro
167 } else if (OPCODE_BRAF(p->opcode) || OPCODE_BSRF(p->opcode)) { in prepare_singlestep()