tag
line
file
source code
REG_FP
477
arch/mips/kernel/gdb-stub.c
*ptr++ = hexchars[REG_FP >> 4];
REG_FP
478
arch/mips/kernel/gdb-stub.c
*ptr++ = hexchars[REG_FP & 0xf];