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

/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-fpu.c12 unsigned int fpidx = index - PT_FPR0; local
20 if (fpidx < (PT_FPSCR - PT_FPR0)) {
23 *data = ((u32 *)child->thread.fp_state.fpr)[fpidx];
25 memcpy(data, &child->thread.TS_FPR(fpidx), sizeof(long));
38 unsigned int fpidx = index - PT_FPR0; local
46 if (fpidx < (PT_FPSCR - PT_FPR0)) {
49 ((u32 *)child->thread.fp_state.fpr)[fpidx] = data;
51 memcpy(&child->thread.TS_FPR(fpidx), &data, sizeof(long));

Completed in 103 milliseconds