Searched refs:CALLEE_SAVED_REGS_COUNT (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/tile/kernel/
H A Dregs_32.S41 #if CALLEE_SAVED_REGS_COUNT != 24
44 #define FRAME_SIZE ((2 + CALLEE_SAVED_REGS_COUNT) * 4)
H A Dregs_64.S41 #if CALLEE_SAVED_REGS_COUNT != 24
44 #define FRAME_SIZE ((2 + CALLEE_SAVED_REGS_COUNT) * 8)
H A Dprocess.c120 ksp -= CALLEE_SAVED_REGS_COUNT * sizeof(unsigned long); copy_thread()
133 (CALLEE_SAVED_REGS_COUNT - 2) * sizeof(unsigned long)); copy_thread()
169 CALLEE_SAVED_REGS_COUNT * sizeof(unsigned long)); copy_thread()
/linux-4.4.14/arch/tile/include/asm/
H A Dswitch_to.h27 #define CALLEE_SAVED_REGS_COUNT 24 /* r30 to r52, plus an empty to align */ macro

Completed in 176 milliseconds