Searched refs:OPCODE_BRAF (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.c28 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) macro
88 else if (OPCODE_BRAF(op))
H A Dkprobes.c30 #define OPCODE_BRAF(x) (((x) & 0xF0FF) == 0x0023) macro
160 } else if (OPCODE_BRAF(p->opcode) || OPCODE_BSRF(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.c28 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) macro
88 else if (OPCODE_BRAF(op))
H A Dkprobes.c30 #define OPCODE_BRAF(x) (((x) & 0xF0FF) == 0x0023) macro
160 } else if (OPCODE_BRAF(p->opcode) || OPCODE_BSRF(p->opcode)) {

Completed in 79 milliseconds