Home
last modified time | relevance | path

Searched refs:vtl (Results 1 – 7 of 7) 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(sizeof(*vtl), GFP_KERNEL); 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()
132 kfree(vtl); in mshv_ioctl_create_vtl()
135 vtl->module_dev = module_dev; in mshv_ioctl_create_vtl()
381 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()
410 dev_dbg(vtl->module_dev, in mshv_vtl_ioctl_add_vtl0_mem()
[all …]
H A Dconnection.c102 msg->msg_vtl = ms_hyperv.vtl; in vmbus_negotiate_version()
/linux/arch/x86/hyperv/
H A Dhv_init.c603 ms_hyperv.vtl = get_vtl(); in hyperv_init()
605 if (ms_hyperv.vtl > 0) /* non default VTL */ in hyperv_init()
H A Dhv_vtl.c69 pr_info("Linux runs in Hyper-V Virtual Trust Level %d\n", ms_hyperv.vtl); in hv_vtl_init_platform()
H A Divm.c361 start_vp_input->target_vtl.target_vtl = ms_hyperv.vtl; in hv_snp_boot_ap()
/linux/include/asm-generic/
H A Dmshyperv.h46 u8 vtl; member
/linux/include/hyperv/
H A Dhvhdk.h761 u16 vtl:4; member