Searched refs:PT_FPR0 (Results 1 – 7 of 7) sorted by relevance
34 #define FPRNUMBER(i) (((i) - PT_FPR0) >> 1)35 #define FPRHALF(i) (((i) - PT_FPR0) & 1)86 if (index < PT_FPR0) { in compat_arch_ptrace()135 if (numReg >= PT_FPR0) { in compat_arch_ptrace()138 tmp = child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()188 if (index < PT_FPR0) { in compat_arch_ptrace()226 if (numReg < PT_FPR0) { in compat_arch_ptrace()240 tmp = &child->thread.fp_state.fpr[numReg - PT_FPR0][0]; in compat_arch_ptrace()
12 unsigned int fpidx = index - PT_FPR0; in ptrace_get_fpr()20 if (fpidx < (PT_FPSCR - PT_FPR0)) { in ptrace_get_fpr()38 unsigned int fpidx = index - PT_FPR0; in ptrace_put_fpr()46 if (fpidx < (PT_FPSCR - PT_FPR0)) { in ptrace_put_fpr()
61 if (index < PT_FPR0) in arch_ptrace()82 if (index < PT_FPR0) in arch_ptrace()
120 #define PT_FPR0 48 /* each FP reg occupies 2 slots in this space */ macro124 #define PT_FPR31 (PT_FPR0 + 2*31)125 #define PT_FPSCR (PT_FPR0 + 2*32 + 1)129 #define PT_FPSCR (PT_FPR0 + 32) /* each FP reg occupies 1 slot in 64-bit space */
139 #define PT_FPR0 0xE0 macro
387 #define PT_FPSCR32 (PT_FPR0 + 2*32 + 1) /* each FP reg occupies 2 32-bit userspace slots */