Searched refs:page_file_info (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_host.c | 560 struct vmci_qp_page_file_info page_file_info; in vmci_host_do_queuepair_setpf() local 576 if (copy_from_user(&page_file_info, uptr, sizeof(*info))) in vmci_host_do_queuepair_setpf() 604 result = vmci_qp_broker_set_page_store(page_file_info.handle, in vmci_host_do_queuepair_setpf() 605 page_file_info.produce_va, in vmci_host_do_queuepair_setpf() 606 page_file_info.consume_va, in vmci_host_do_queuepair_setpf()
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_host.c | 562 struct vmci_qp_page_file_info page_file_info; in vmci_host_do_queuepair_setpf() local 578 if (copy_from_user(&page_file_info, uptr, sizeof(*info))) in vmci_host_do_queuepair_setpf() 606 result = vmci_qp_broker_set_page_store(page_file_info.handle, in vmci_host_do_queuepair_setpf() 607 page_file_info.produce_va, in vmci_host_do_queuepair_setpf() 608 page_file_info.consume_va, in vmci_host_do_queuepair_setpf()
|
Completed in 3 milliseconds