Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
Dp2m.c92 #define PMDS_PER_MID_PAGE (P2M_MID_PER_PAGE / PTRS_PER_PTE) macro
403 for (i = 0; i < PMDS_PER_MID_PAGE; i++) { in xen_rebuild_p2m_list()
421 PMD_SIZE * PMDS_PER_MID_PAGE); in xen_vmalloc_p2m_tree()
422 vm_area_register_early(&vm, PMD_SIZE * PMDS_PER_MID_PAGE); in xen_vmalloc_p2m_tree()
471 pte_t *pte_newpg[PMDS_PER_MID_PAGE]; in alloc_p2m_pmd()
479 for (i = 0; i < PMDS_PER_MID_PAGE; i++) { in alloc_p2m_pmd()
489 vaddr = addr & ~(PMD_SIZE * PMDS_PER_MID_PAGE - 1); in alloc_p2m_pmd()
491 for (i = 0; i < PMDS_PER_MID_PAGE; i++) { in alloc_p2m_pmd()