Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c627 ms_hyperv.vtl = get_vtl(); in hyperv_init()
629 if (ms_hyperv.vtl > 0) /* non default VTL */ in hyperv_init()
H A Divm.c352 start_vp_input->target_vtl.target_vtl = ms_hyperv.vtl; in hv_snp_boot_ap()
/openbmc/u-boot/tools/
H A Difdtool.c350 static void dump_vtba(struct vtba_t *vtba, int vtl) in dump_vtba() argument
353 int num = (vtl >> 1) < 8 ? (vtl >> 1) : 8; in dump_vtba()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h39 u8 vtl; member
/openbmc/linux/drivers/hv/
H A Dconnection.c101 msg->msg_vtl = ms_hyperv.vtl; in vmbus_negotiate_version()