Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A Dkprobes.c34 #define OPCODE_BF(x) (((x) & 0xFF00) == 0x8b00) macro
H A Dkgdb.c21 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) macro