Home
last modified time | relevance | path

Searched refs:hv_alloc_hyperv_page (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmshyperv.h229 void *hv_alloc_hyperv_page(void);
260 static inline void *hv_alloc_hyperv_page(void) { return NULL; } in hv_alloc_hyperv_page() function
/kernel/linux/linux-5.10/arch/x86/hyperv/
Dhv_init.c50 void *hv_alloc_hyperv_page(void) in hv_alloc_hyperv_page() function
56 EXPORT_SYMBOL_GPL(hv_alloc_hyperv_page);