Searched refs:ar_pfs (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
H A Dsigframe.h3 unsigned long ar_pfs; /* for syscalls, the user-level function-state */ member in struct:sigscratch
H A Dbrl_emu.c162 regs->ar_pfs = ((regs->cr_ifs & 0x3fffffffff) ia64_emulate_brl()
H A Dasm-offsets.c89 DEFINE(IA64_PT_REGS_AR_PFS_OFFSET, offsetof (struct pt_regs, ar_pfs)); foo()
167 DEFINE(IA64_SWITCH_STACK_AR_PFS_OFFSET, offsetof (struct switch_stack, ar_pfs)); foo()
H A Dprocess.c111 regs->ar_unat, regs->ar_pfs, regs->ar_rsc); show_regs()
508 dst[52] = pt->ar_pfs; /* UNW_AR_PFS is == to pt->cr_ifs for interrupt frames */ do_copy_task_regs()
H A Dsignal.c60 err |= __get_user(scr->pt.ar_pfs, &sc->sc_ar_pfs); restore_sigcontext()
254 err |= __put_user(scr->pt.ar_pfs, &sc->sc_ar_pfs); setup_sigcontext()
H A Dptrace.c864 retval |= __put_user(pt->ar_pfs, &ppr->ar[PT_AUR_PFS]); ptrace_getregs()
1000 retval |= __get_user(pt->ar_pfs, &ppr->ar[PT_AUR_PFS]); ptrace_setregs()
1422 ptr = &pt->ar_pfs; access_elf_areg()
H A Dunwind.c515 addr = &info->sw->ar_pfs; unw_access_ar()
1931 (unsigned long *) (info->pt + offsetof(struct pt_regs, ar_pfs)); unw_unwind()
2059 info->cfm_loc = &sw->ar_pfs; unw_init_frame_info()
H A Dentry.S1229 adds out1=8,sp // out1=&sigscratch->ar_pfs
H A Dmca.c1118 old_sw->ar_pfs = 0; ia64_mca_modify_original_stack()
/linux-4.4.14/arch/ia64/oprofile/
H A Dbacktrace.c59 * after unwind then use pt_regs.ar_pfs which is where the real ar.pfs is for next_frame()
63 bt->frame.pfs_loc = &bt->regs->ar_pfs; next_frame()
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dptrace.h97 unsigned long ar_pfs; /* prev function state */ member in struct:pt_regs
198 unsigned long ar_pfs; /* previous function state */ member in struct:switch_stack
H A Dptrace_offsets.h35 * unsigned long ar_pfs;
/linux-4.4.14/arch/ia64/include/asm/
H A Dprocessor.h327 regs->ar_pfs = 0; regs->b0 = 0; regs->pr = 0; \

Completed in 251 milliseconds