Searched refs:hyperv_init (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/hyperv/
H A Dmshyperv.c30 static int __init hyperv_init(void) function
68 ret = cpuhp_setup_state(CPUHP_AP_HYPERV_ONLINE, "arm64/hyperv_init:online",
81 early_initcall(hyperv_init); variable
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c233 static int __init hyperv_init(void) function
253 module_init(hyperv_init); variable
/linux-master/arch/x86/include/asm/
H A Dmshyperv.h250 void __init hyperv_init(void);
319 static inline void hyperv_init(void) {} function
/linux-master/arch/x86/kernel/cpu/
H A Dmshyperv.c542 x86_platform.apic_post_init = hyperv_init;
/linux-master/arch/x86/hyperv/
H A Dhv_init.c458 void __init hyperv_init(void) function
498 cpuhp = cpuhp_setup_state(CPUHP_AP_HYPERV_ONLINE, "x86/hyperv_init:online",
595 * hyperv_init() is called before LAPIC is initialized: see

Completed in 131 milliseconds