Searched refs:PT_PTE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu.h | 12 PT_PTE enumerator
|
H A D | mmu_pv.c | 543 (*func)(mm, pmd_page(pmd[i]), PT_PTE); in xen_pmd_walk() 705 if (level == PT_PTE) in xen_pin_page() 814 if (level == PT_PTE) { in xen_unpin_page() 1529 if (level == PT_PTE && USE_SPLIT_PTE_PTLOCKS) in xen_alloc_ptpage() 1538 xen_alloc_ptpage(mm, pfn, PT_PTE); in xen_alloc_pte() 1557 if (level == PT_PTE && USE_SPLIT_PTE_PTLOCKS) in xen_release_ptpage() 1570 xen_release_ptpage(pfn, PT_PTE); in xen_release_pte()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu.h | 12 PT_PTE enumerator
|
H A D | mmu_pv.c | 563 (*func)(mm, pmd_page(pmd[i]), PT_PTE); in xen_pmd_walk() 725 if (level == PT_PTE) in xen_pin_page() 836 if (level == PT_PTE) { in xen_unpin_page() 1557 if (level == PT_PTE && USE_SPLIT_PTE_PTLOCKS && !pinned) in xen_alloc_ptpage() 1566 xen_alloc_ptpage(mm, pfn, PT_PTE); in xen_alloc_pte() 1585 if (level == PT_PTE && USE_SPLIT_PTE_PTLOCKS) in xen_release_ptpage() 1598 xen_release_ptpage(pfn, PT_PTE); in xen_release_pte()
|
Completed in 7 milliseconds