Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/
H A Dkprobes.c35 #define OPCODE_BT(x) (((x) & 0xFF00) == 0x8900) macro
H A Dkgdb.c20 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) macro