Searched refs:threadptr (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/xtensa/kernel/ |
D | ptrace.c | 69 __put_user(regs->threadptr, &gregset->threadptr); in ptrace_getregs() 96 __get_user(regs->threadptr, &gregset->threadptr); in ptrace_setregs()
|
D | signal.c | 388 tp = regs->threadptr; in setup_frame() 399 regs->threadptr = tp; in setup_frame()
|
D | process.c | 255 childregs->threadptr = childregs->areg[5]; in copy_thread()
|
D | asm-offsets.c | 45 DEFINE(PT_THREADPTR, offsetof(struct pt_regs, threadptr)); in main()
|
D | entry.S | 131 rur a2, threadptr 574 wur a3, threadptr
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | ptrace.h | 41 unsigned long threadptr; /* 68 */ member
|
D | elf.h | 87 elf_greg_t threadptr; member
|
/linux-4.1.27/arch/xtensa/variants/dc232b/include/variant/ |
D | tie.h | 101 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0)
|
/linux-4.1.27/arch/xtensa/variants/dc233c/include/variant/ |
D | tie.h | 113 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
|