tag | line | file | source code |
---|---|---|---|
PTRSIZE | 27 | include/asm-mips/gdb-stub.h | #define GDB_FR_REG0 (PTRSIZE*5) /* 0 */ |
PTRSIZE | 132 | include/asm-mips/gdb-stub.h | #define GDB_FR_SIZE ((((GDB_FR_CP0_PRID) + 4) + (PTRSIZE-1)) & ~(PTRSIZE-1)) |
PTRSIZE | 19 | include/asm-mips/stackframe.h | #define FR_REG1 (PTRSIZE*5) |
PTRSIZE | 76 | include/asm-mips/stackframe.h | #define FR_SIZE ((((FR_PAD1) + 4) + (PTRSIZE-1)) & ~(PTRSIZE-1)) |