Searched refs:OPCODE_BF (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.c20 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) macro
68 else if (OPCODE_BF(op)) {
H A Dkprobes.c37 #define OPCODE_BF(x) (((x) & 0xFF00) == 0x8b00) 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.c20 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) macro
68 else if (OPCODE_BF(op)) {
H A Dkprobes.c37 #define OPCODE_BF(x) (((x) & 0xFF00) == 0x8b00) macro
169 } else if (OPCODE_BF(p->opcode) || OPCODE_BT(p->opcode)) {

Completed in 157 milliseconds