tag | line | file | source code |
---|---|---|---|
EF_SIZE | 201 | arch/alpha/kernel/process.c | memcpy((char *)dump->regs + EF_SIZE, sw->fp, 32 * 8); |
EF_SIZE | 44 | include/asm-alpha/reg.h | #define EF_SSIZE (EF_SIZE - HWEF_SIZE) |
EF_SIZE | 33 | include/asm-alpha/user.h | unsigned long regs[EF_SIZE/8+32]; /* integer and fp regs */ |
EF_SIZE | 33 | include/asm-mips/user.h | unsigned long regs[EF_SIZE/8+32]; /* integer and fp regs */ |