Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmshyperv.h221 void *hv_alloc_hyperv_page(void);
245 static inline void *hv_alloc_hyperv_page(void) { return NULL; } in hv_alloc_hyperv_page() function
/Linux-v5.4/arch/x86/hyperv/
Dhv_init.c40 void *hv_alloc_hyperv_page(void) in hv_alloc_hyperv_page() function
46 EXPORT_SYMBOL_GPL(hv_alloc_hyperv_page);