Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A Dkprobes.c29 #define OPCODE_BSRF(x) (((x) & 0xF0FF) == 0x0003) macro
H A Dkgdb.c34 #define OPCODE_BSRF(op) (((op) & 0xf0ff) == 0x0003) macro