Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c235 static int __init hyperv_init(void) in hyperv_init() function
255 module_init(hyperv_init);
/linux/arch/x86/include/asm/
H A Dmshyperv.h223 void __init hyperv_init(void);
296 static inline void hyperv_init(void) {} in hyperv_init() function
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c596 x86_platform.apic_post_init = hyperv_init; in ms_hyperv_init_platform()