Searched refs:to_fp (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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 = 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.1.27/tools/perf/util/ |
D | util.c | 80 FILE *from_fp = fopen(from, "r"), *to_fp; in slow_copyfile() local 87 to_fp = fopen(to, "w"); in slow_copyfile() 89 if (to_fp == NULL) in slow_copyfile() 93 if (fputs(line, to_fp) == EOF) in slow_copyfile() 97 fclose(to_fp); in slow_copyfile()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 91 struct bnx2x_fastpath *to_fp = &bp->fp[to]; in bnx2x_move_fp() local 98 struct bnx2x_agg_info *old_tpa_info = to_fp->tpa_info; in bnx2x_move_fp() 101 from_fp->napi = to_fp->napi; in bnx2x_move_fp() 104 memcpy(to_fp, from_fp, sizeof(*to_fp)); in bnx2x_move_fp() 105 to_fp->index = to; in bnx2x_move_fp() 110 to_fp->tpa_info = old_tpa_info; in bnx2x_move_fp() 134 to_fp->txdata_ptr[0] = &bp->bnx2x_txq[new_txdata_index]; in bnx2x_move_fp()
|