Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dmshyperv.h343 int __init hv_vtl_early_init(void);
346 static inline int __init hv_vtl_early_init(void) { return 0; } in hv_vtl_early_init() function
/Linux-v6.6/arch/x86/hyperv/
Dhv_vtl.c218 int __init hv_vtl_early_init(void) in hv_vtl_early_init() function
Dhv_init.c616 hv_vtl_early_init(); in hyperv_init()