Home
last modified time | relevance | path

Searched refs:PT_AR_BSP (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/ia64/include/uapi/asm/
Dptrace_offsets.h226 #define PT_AR_BSP 0x0880 /* note: this points to the *end* of the backing store! */ macro
/Linux-v4.19/arch/ia64/kernel/
Dptrace.c858 || access_uarea(child, PT_AR_BSP, &bsp, 0) < 0 in ptrace_getregs()
1109 retval |= access_uarea(child, PT_AR_BSP, &bsp, 1); in ptrace_setregs()
2006 case PT_AR_BSP: in access_uarea()