Searched refs:MMUEXT_UNPIN_TABLE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 818 xen_do_pin(MMUEXT_UNPIN_TABLE, pfn); in xen_unpin_page() 843 xen_do_pin(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in __xen_pgd_unpin() 846 xen_do_pin(MMUEXT_UNPIN_TABLE, in __xen_pgd_unpin() 1036 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(pa)); in xen_cleanmfnmap_free_pgtbl() 1478 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, pfn); in xen_release_pte_init() 1558 __pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, pfn); in xen_release_ptpage() 1765 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in xen_setup_kernel_pagetable()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 840 xen_do_pin(MMUEXT_UNPIN_TABLE, pfn); in xen_unpin_page() 865 xen_do_pin(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in __xen_pgd_unpin() 868 xen_do_pin(MMUEXT_UNPIN_TABLE, in __xen_pgd_unpin() 1051 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(pa)); in xen_cleanmfnmap_free_pgtbl() 1503 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, pfn); in xen_release_pte_init() 1586 __pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, pfn); in xen_release_ptpage() 1792 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in xen_setup_kernel_pagetable()
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | xen.h | 189 * mentioned above. The argument is MMUEXT_UNPIN_TABLE for all levels and the 340 #define MMUEXT_UNPIN_TABLE 4 macro
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | xen.h | 172 * mentioned above. The argument is MMUEXT_UNPIN_TABLE for all levels and the 323 #define MMUEXT_UNPIN_TABLE 4 macro
|
Completed in 10 milliseconds