Searched refs:BD_COOKIE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/math-emu/
H A Ddsemul.h10 #define BD_COOKIE 0x0000bd36 /* tne $0,$0 with baggage */ macro
H A Ddsemul.c99 err |= __put_user((mips_instruction)BD_COOKIE, &fr->cookie);
134 * - Is the following memory word the BD_COOKIE?
139 if (unlikely(err || (insn != BADINST) || (cookie != BD_COOKIE))) {

Completed in 99 milliseconds