Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dmshyperv.h335 int __init hv_vtl_early_init(void);
338 static inline int __init hv_vtl_early_init(void) { return 0; } in hv_vtl_early_init() function
/linux-6.15/arch/x86/hyperv/
H A Dhv_vtl.c268 int __init hv_vtl_early_init(void) in hv_vtl_early_init() function
H A Dhv_init.c606 hv_vtl_early_init(); in hyperv_init()