Home
last modified time | relevance | path

Searched refs:REG_FP (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/arm/nwfpe/
Dfpmodule.h39 #define REG_FP 11 macro
/linux-2.4.37.9/include/asm-mips/
Dgdb-stub.h17 #define REG_FP 72 macro
/linux-2.4.37.9/include/asm-mips64/
Dgdb-stub.h17 #define REG_FP 72 macro
/linux-2.4.37.9/arch/mips64/kernel/
Dgdb-stub.c757 *ptr++ = hexchars[REG_FP >> 4]; in handle_exception()
758 *ptr++ = hexchars[REG_FP & 0xf]; in handle_exception()
/linux-2.4.37.9/arch/mips/kernel/
Dgdb-stub.c736 *ptr++ = hexchars[REG_FP >> 4]; in handle_exception()
737 *ptr++ = hexchars[REG_FP & 0xf]; in handle_exception()