Home
last modified time | relevance | path

Searched refs:hvcall (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hv/
H A Dmshv_vtl_main.c1119 struct mshv_vtl_hvcall hvcall; in mshv_vtl_hvcall_call() local
1123 if (copy_from_user(&hvcall, hvcall_user, sizeof(struct mshv_vtl_hvcall))) in mshv_vtl_hvcall_call()
1125 if (hvcall.input_size > HV_HYP_PAGE_SIZE) in mshv_vtl_hvcall_call()
1127 if (hvcall.output_size > HV_HYP_PAGE_SIZE) in mshv_vtl_hvcall_call()
1135 if (!mshv_vtl_hvcall_is_allowed(fd, hvcall.control & 0xFFFF)) { in mshv_vtl_hvcall_call()
1138 hvcall.control); in mshv_vtl_hvcall_call()
1152 if (copy_from_user(in, (void __user *)hvcall.input_ptr, hvcall.input_size)) { in mshv_vtl_hvcall_call()
1157 hvcall.status = hv_do_hypercall(hvcall.control, in, out); in mshv_vtl_hvcall_call()
1159 if (copy_to_user((void __user *)hvcall.output_ptr, out, hvcall.output_size)) { in mshv_vtl_hvcall_call()
1163 ret = put_user(hvcall.status, &hvcall_user->status); in mshv_vtl_hvcall_call()
/linux/arch/powerpc/platforms/ps3/
H A DMakefile2 obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o