Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_vtl_main.c1112 struct mshv_vtl_hvcall hvcall; in mshv_vtl_hvcall_call() local
1116 if (copy_from_user(&hvcall, hvcall_user, sizeof(struct mshv_vtl_hvcall))) in mshv_vtl_hvcall_call()
1118 if (hvcall.input_size > HV_HYP_PAGE_SIZE) in mshv_vtl_hvcall_call()
1120 if (hvcall.output_size > HV_HYP_PAGE_SIZE) in mshv_vtl_hvcall_call()
1128 if (!mshv_vtl_hvcall_is_allowed(fd, hvcall.control & 0xFFFF)) { in mshv_vtl_hvcall_call()
1131 hvcall.control); in mshv_vtl_hvcall_call()
1145 if (copy_from_user(in, (void __user *)hvcall.input_ptr, hvcall.input_size)) { in mshv_vtl_hvcall_call()
1150 hvcall.status = hv_do_hypercall(hvcall.control, in, out); in mshv_vtl_hvcall_call()
1152 if (copy_to_user((void __user *)hvcall.output_ptr, out, hvcall.output_size)) { in mshv_vtl_hvcall_call()
1156 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
/linux/arch/powerpc/boot/
H A DMakefile174 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c