Home
last modified time | relevance | path

Searched refs:vtl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hv/
H A Dmshv_vtl_main.c116 struct mshv_vtl *vtl; in mshv_ioctl_create_vtl() local
120 vtl = kzalloc_obj(*vtl); in mshv_ioctl_create_vtl()
121 if (!vtl) in mshv_ioctl_create_vtl()
126 kfree(vtl); in mshv_ioctl_create_vtl()
130 vtl, O_RDWR); in mshv_ioctl_create_vtl()
133 kfree(vtl); in mshv_ioctl_create_vtl()
136 vtl->module_dev = module_dev; in mshv_ioctl_create_vtl()
382 static int mshv_vtl_ioctl_add_vtl0_mem(struct mshv_vtl *vtl, void __user *arg) in mshv_vtl_ioctl_add_vtl0_mem() argument
391 dev_err(vtl->module_dev, "range start pfn (%llx) > end pfn (%llx)\n", in mshv_vtl_ioctl_add_vtl0_mem()
417 dev_dbg(vtl->module_dev, in mshv_vtl_ioctl_add_vtl0_mem()
[all …]
H A Dconnection.c103 msg->msg_vtl = ms_hyperv.vtl; in vmbus_try_connection_id()
174 if (version >= VERSION_WIN10_V5 && ms_hyperv.vtl == 2) { in vmbus_negotiate_version()
/linux/include/asm-generic/
H A Dmshyperv.h46 u8 vtl; member
/linux/arch/x86/hyperv/
H A Divm.c362 start_vp_input->target_vtl.target_vtl = ms_hyperv.vtl; in hv_snp_boot_ap()