Searched refs:OPCODE_BT (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/
H A Dkgdb.c19 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) macro
52 if (OPCODE_BT(op)) {
H A Dkprobes.c38 #define OPCODE_BT(x) (((x) & 0xFF00) == 0x8900) macro
169 } else if (OPCODE_BF(p->opcode) || OPCODE_BT(p->opcode)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/
H A Dkgdb.c19 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) macro
52 if (OPCODE_BT(op)) {
H A Dkprobes.c38 #define OPCODE_BT(x) (((x) & 0xFF00) == 0x8900) macro
169 } else if (OPCODE_BF(p->opcode) || OPCODE_BT(p->opcode)) {

Completed in 74 milliseconds