Home
last modified time | relevance | path

Searched refs:IA64_RBS_OFFSET (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dmca_drv_asm.S27 addl r22=IA64_RBS_OFFSET,r2
H A Dprocess.c316 rbs = (unsigned long) current + IA64_RBS_OFFSET; in copy_thread()
317 child_rbs = (unsigned long) p + IA64_RBS_OFFSET; in copy_thread()
H A Dptrace.c413 krbs = (unsigned long *) child + IA64_RBS_OFFSET/8; in ia64_peek()
473 krbs = (unsigned long *) child + IA64_RBS_OFFSET/8; in ia64_poke()
513 krbs = (unsigned long *) child + IA64_RBS_OFFSET/8; in ia64_get_user_rbs_end()
1975 krbs = (unsigned long *)info->task + IA64_RBS_OFFSET/8; in syscall_get_args_cb()
H A Dminstate.h73 (pUStk) addl r22=IA64_RBS_OFFSET,r1; /* compute base of RBS */ \
H A Dunaligned.c312 unsigned long *kbs = (void *) current + IA64_RBS_OFFSET; in set_rse_reg()
385 unsigned long *kbs = (void *) current + IA64_RBS_OFFSET; in get_rse_reg()
H A Dfsys.S478 addl r22=IA64_RBS_OFFSET,r2 // A compute base of RBS
H A Dmca_asm.S931 mov temp3=IA64_RBS_OFFSET-MCA_PT_REGS_OFFSET
H A Dmca.c1036 new_bspstore = (unsigned long *)((u64)current + IA64_RBS_OFFSET); in ia64_mca_modify_original_stack()
H A Divt.S772 addl r22=IA64_RBS_OFFSET,r1 // A compute base of RBS
H A Dhead.S358 addl r2=IA64_RBS_OFFSET,r2 // initialize the RSE
H A Dunwind.c2019 rbslimit = (unsigned long) t + IA64_RBS_OFFSET; in init_frame_info()
/openbmc/linux/arch/ia64/include/asm/
H A Dptrace.h38 #define IA64_RBS_OFFSET ((IA64_TASK_SIZE + IA64_THREAD_INFO_SIZE + 31) & ~31) macro
H A Dthread_info.h79 #define end_of_stack(p) (unsigned long *)((void *)(p) + IA64_RBS_OFFSET)