Searched refs:to_fp (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/um/ |
D | signal.c | 247 struct _fpstate __user *to_fp, struct pt_regs *regs, in copy_sc_to_user() argument 294 sc.fpstate = (unsigned long)to_fp; in copy_sc_to_user() 313 err = convert_fxsr_to_user(to_fp, &fpx); in copy_sc_to_user() 317 err |= __put_user(fpx.swd, &to_fp->status); in copy_sc_to_user() 318 err |= __put_user(X86_FXSR_MAGIC, &to_fp->magic); in copy_sc_to_user() 322 if (copy_to_user(&to_fp->_fxsr_env[0], &fpx, in copy_sc_to_user() 331 if (copy_to_user(to_fp, &fp, sizeof(struct user_i387_struct))) in copy_sc_to_user()
|
/linux-4.4.14/tools/perf/util/ |
D | util.c | 122 FILE *from_fp = fopen(from, "r"), *to_fp; in slow_copyfile() local 127 to_fp = fopen(to, "w"); in slow_copyfile() 128 if (to_fp == NULL) in slow_copyfile() 132 if (fputs(line, to_fp) == EOF) in slow_copyfile() 136 fclose(to_fp); in slow_copyfile()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 93 struct bnx2x_fastpath *to_fp = &bp->fp[to]; in bnx2x_move_fp() local 100 struct bnx2x_agg_info *old_tpa_info = to_fp->tpa_info; in bnx2x_move_fp() 103 from_fp->napi = to_fp->napi; in bnx2x_move_fp() 106 memcpy(to_fp, from_fp, sizeof(*to_fp)); in bnx2x_move_fp() 107 to_fp->index = to; in bnx2x_move_fp() 112 to_fp->tpa_info = old_tpa_info; in bnx2x_move_fp() 136 to_fp->txdata_ptr[0] = &bp->bnx2x_txq[new_txdata_index]; in bnx2x_move_fp()
|