Searched refs:P2M_PER_PAGE (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/xen/
H A Dp2m.c24 * P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE pages
26 * P2M_PER_PAGE depends on the architecture, as a mfn is always
38 * list/tree in case there are multiple areas with P2M_PER_PAGE invalid pfns.
90 #define MAX_P2M_PFN (P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE)
129 return pfn / (P2M_MID_PER_PAGE * P2M_PER_PAGE);
134 return (pfn / P2M_PER_PAGE) % P2M_MID_PER_PAGE;
165 for (i = 0; i < P2M_PER_PAGE; i++)
173 for (i = 0; i < P2M_PER_PAGE; i++)
238 pfn += P2M_PER_PAGE) {
257 pfn += (P2M_MID_PER_PAGE - 1) * P2M_PER_PAGE;
[all...]
H A Dsetup.c55 #define REMAP_SIZE (P2M_PER_PAGE - 3)
/linux-master/arch/x86/include/asm/xen/
H A Dpage.h48 #define P2M_PER_PAGE (PAGE_SIZE / sizeof(unsigned long)) macro

Completed in 97 milliseconds