Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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); in p2m_top_index()
134 return (pfn / P2M_PER_PAGE) % P2M_MID_PER_PAGE; in p2m_mid_index()
139 return pfn % P2M_PER_PAGE; in p2m_index()
170 for (i = 0; i < P2M_PER_PAGE; i++) in p2m_init()
178 for (i = 0; i < P2M_PER_PAGE; i++) in p2m_init_identity()
243 pfn += P2M_PER_PAGE) { in xen_build_mfn_list_list()
[all...]
H A Dsetup.c53 #define REMAP_SIZE (P2M_PER_PAGE - 3)
/kernel/linux/linux-6.6/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); in p2m_top_index()
134 return (pfn / P2M_PER_PAGE) % P2M_MID_PER_PAGE; in p2m_mid_index()
165 for (i = 0; i < P2M_PER_PAGE; i++) in p2m_init()
173 for (i = 0; i < P2M_PER_PAGE; i++) in p2m_init_identity()
238 pfn += P2M_PER_PAGE) { in xen_build_mfn_list_list()
257 pfn += (P2M_MID_PER_PAGE - 1) * P2M_PER_PAGE; in xen_build_mfn_list_list()
[all...]
H A Dsetup.c58 #define REMAP_SIZE (P2M_PER_PAGE - 3)
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dpage.h48 #define P2M_PER_PAGE (PAGE_SIZE / sizeof(unsigned long)) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H A Dpage.h48 #define P2M_PER_PAGE (PAGE_SIZE / sizeof(unsigned long)) macro

Completed in 7 milliseconds