Searched refs:SZ_PT_REGS (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arc/include/asm/ |
| H A D | entry-arcv2.h | 66 sub sp, sp, SZ_PT_REGS - 8 87 sub sp, sp, SZ_PT_REGS ; carve space for pt_regs variable 170 add2.nz r10, r10, SZ_PT_REGS/4 ; K mode SP 248 add sp, sp, SZ_PT_REGS - 8 272 add sp, sp, SZ_PT_REGS
|
| H A D | entry-compact.h | 170 st sp, [sp, PT_sp - SZ_PT_REGS] 180 st sp, [r9, PT_sp - SZ_PT_REGS]
|
| /linux/arch/arc/kernel/ |
| H A D | asm-offsets.c | 82 DEFINE(SZ_PT_REGS, sizeof(struct pt_regs)); in main()
|