Home
last modified time | relevance | path

Searched refs:CALLEE_SAVED_REGS_COUNT (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/tile/kernel/
Dregs_32.S41 #if CALLEE_SAVED_REGS_COUNT != 24
44 #define FRAME_SIZE ((2 + CALLEE_SAVED_REGS_COUNT) * 4)
Dprocess.c233 ksp -= CALLEE_SAVED_REGS_COUNT * sizeof(unsigned long); in copy_thread()
235 CALLEE_SAVED_REGS_COUNT * sizeof(unsigned long)); in copy_thread()
/linux-2.6.39/arch/tile/include/asm/
Dsystem.h174 #define CALLEE_SAVED_REGS_COUNT 24 /* r30 to r52, plus an empty to align */ macro