Searched refs:to_buff (Results 1 – 3 of 3) sorted by relevance
/drivers/vfio/pci/mlx5/ |
D | main.c | 316 u8 *to_buff; in mlx5vf_add_stop_copy_header() local 331 to_buff = kmap_local_page(page); in mlx5vf_add_stop_copy_header() 332 memcpy(to_buff, &header, sizeof(header)); in mlx5vf_add_stop_copy_header() 335 memcpy(to_buff + sizeof(header), &data, sizeof(data)); in mlx5vf_add_stop_copy_header() 337 kunmap_local(to_buff); in mlx5vf_add_stop_copy_header() 617 u8 *to_buff; in mlx5vf_append_page_to_mig_buf() local 627 to_buff = kmap_local_page(page); in mlx5vf_append_page_to_mig_buf() 628 ret = copy_from_user(to_buff + page_offset, *buf, page_len); in mlx5vf_append_page_to_mig_buf() 629 kunmap_local(to_buff); in mlx5vf_append_page_to_mig_buf() 708 u8 *to_buff; in mlx5vf_resume_read_header_data() local [all …]
|
D | cmd.c | 509 u8 *to_buff; in add_buf_header() local 517 to_buff = kmap_local_page(page); in add_buf_header() 518 memcpy(to_buff, &header, sizeof(header)); in add_buf_header() 519 kunmap_local(to_buff); in add_buf_header()
|
/drivers/vfio/pci/pds/ |
D | lm.c | 303 u8 *to_buff; in pds_vfio_restore_write() local 315 to_buff = kmap_local_page(page); in pds_vfio_restore_write() 316 err = copy_from_user(to_buff + page_offset, buf, page_len); in pds_vfio_restore_write() 317 kunmap_local(to_buff); in pds_vfio_restore_write()
|