Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dmshyperv.h342 int __init hv_vtl_early_init(void);
345 static inline int __init hv_vtl_early_init(void) { return 0; } in hv_vtl_early_init() function
/linux-6.12.1/arch/x86/hyperv/
Dhv_vtl.c236 int __init hv_vtl_early_init(void) in hv_vtl_early_init() function
Dhv_init.c630 hv_vtl_early_init(); in hyperv_init()