Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhyperv.h1770 #define page_to_hvpfn(page) (page_to_pfn(page) * NR_HV_HYP_PAGES_IN_PAGE) macro
/linux/drivers/hv/
H A Dmshv_vtl_main.c219 overlay.pfn = page_to_hvpfn(reg_page); in mshv_vtl_configure_reg_page()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c354 u64 pfn = page_to_hvpfn(skb_frag_page(frag)); in init_page_array()