INT_FRAME_SIZE 58 arch/openrisc/kernel/asm-offsets.c DEFINE(INT_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs)); INT_FRAME_SIZE 287 arch/powerpc/kernel/asm-offsets.c DEFINE(INT_FRAME_SIZE, STACK_INT_FRAME_SIZE); INT_FRAME_SIZE 31 arch/powerpc/kernel/head_32.h 1: subi r11,r11,INT_FRAME_SIZE /* alloc exc. frame */ INT_FRAME_SIZE 68 arch/powerpc/kernel/head_32.h addi r11,r11,THREAD_SIZE - INT_FRAME_SIZE INT_FRAME_SIZE 62 arch/powerpc/kernel/head_booke.h 1 : subi r11, r11, INT_FRAME_SIZE; /* Allocate exception frame */ \ INT_FRAME_SIZE 110 arch/powerpc/kernel/head_booke.h ALLOC_STACK_FRAME(r11, THREAD_SIZE - INT_FRAME_SIZE) INT_FRAME_SIZE 205 arch/powerpc/kernel/head_booke.h #define EXC_LVL_FRAME_OVERHEAD (THREAD_SIZE - INT_FRAME_SIZE - EXC_LVL_SIZE)