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.c1120 struct mshv_vtl_hvcall hvcall; in mshv_vtl_hvcall_call() local
1124 if (copy_from_user(&hvcall, hvcall_user, sizeof(struct mshv_vtl_hvcall))) in mshv_vtl_hvcall_call()
1126 if (hvcall.input_size > HV_HYP_PAGE_SIZE) in mshv_vtl_hvcall_call()
1128 if (hvcall.output_size > HV_HYP_PAGE_SIZE) in mshv_vtl_hvcall_call()
1136 if (!mshv_vtl_hvcall_is_allowed(fd, hvcall.control & 0xFFFF)) { in mshv_vtl_hvcall_call()
1139 hvcall.control); in mshv_vtl_hvcall_call()
1157 if (copy_from_user(in, (void __user *)hvcall.input_ptr, hvcall.input_size)) { in mshv_vtl_hvcall_call()
1166 memset(out, 0, hvcall.output_size); in mshv_vtl_hvcall_call()
1168 hvcall.status = hv_do_hypercall(hvcall.control, in, out); in mshv_vtl_hvcall_call()
1170 if (copy_to_user((void __user *)hvcall.output_ptr, out, hvcall.output_size)) { in mshv_vtl_hvcall_call()
[all …]
/linux/arch/powerpc/platforms/ps3/
H A DMakefile2 obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o