Lines Matching refs:frame_size
66 unsigned long frame_size, top; in in_irq_stack() local
68 frame_size = STACK_FRAME_OVERHEAD + sizeof(struct pt_regs); in in_irq_stack()
69 top = S390_lowcore.async_stack + frame_size; in in_irq_stack()
75 unsigned long frame_size, top; in in_nodat_stack() local
77 frame_size = STACK_FRAME_OVERHEAD + sizeof(struct pt_regs); in in_nodat_stack()
78 top = S390_lowcore.nodat_stack + frame_size; in in_nodat_stack()
84 unsigned long frame_size, top; in in_mcck_stack() local
86 frame_size = STACK_FRAME_OVERHEAD + sizeof(struct pt_regs); in in_mcck_stack()
87 top = S390_lowcore.mcck_stack + frame_size; in in_mcck_stack()
93 unsigned long frame_size, top; in in_restart_stack() local
95 frame_size = STACK_FRAME_OVERHEAD + sizeof(struct pt_regs); in in_restart_stack()
96 top = S390_lowcore.restart_stack + frame_size; in in_restart_stack()