Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dhyperv.h1787 #define NR_HV_HYP_PAGES_IN_PAGE (PAGE_SIZE / HV_HYP_PAGE_SIZE) macro
1791 #define page_to_hvpfn(page) (page_to_pfn(page) * NR_HV_HYP_PAGES_IN_PAGE)
/linux-6.1.9/drivers/hv/
Dhv_balloon.c1187 status.num_avail = num_pages_avail * NR_HV_HYP_PAGES_IN_PAGE; in post_status()
1188 status.num_committed = num_pages_committed * NR_HV_HYP_PAGES_IN_PAGE; in post_status()