Lines Matching refs:psr
681 struct ia64_psr *psr = ia64_psr(task_pt_regs(task)); in ia64_flush_fph() local
688 if (ia64_is_local_fpu_owner(task) && psr->mfh) { in ia64_flush_fph()
689 psr->mfh = 0; in ia64_flush_fph()
707 struct ia64_psr *psr = ia64_psr(task_pt_regs(task)); in ia64_sync_fph() local
715 psr->dfh = 1; in ia64_sync_fph()
824 unsigned long psr, ec, lc, rnat, bsp, cfm, nat_bits, val; in ptrace_getregs() local
848 if (access_uarea(child, PT_CR_IPSR, &psr, 0) < 0 in ptrace_getregs()
860 retval |= __put_user(psr, &ppr->cr_ipsr); in ptrace_getregs()
968 unsigned long psr, rsc, ec, lc, rnat, bsp, cfm, nat_bits, val = 0; in ptrace_setregs() local
996 retval |= __get_user(psr, &ppr->cr_ipsr); in ptrace_setregs()
1098 retval |= access_uarea(child, PT_CR_IPSR, &psr, 1); in ptrace_setregs()