Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
Dmmu.c910 xen_do_pin(MMUEXT_UNPIN_TABLE, pfn); in xen_unpin_page()
935 xen_do_pin(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in __xen_pgd_unpin()
942 xen_do_pin(MMUEXT_UNPIN_TABLE, in __xen_pgd_unpin()
1147 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(pa)); in xen_cleanmfnmap_free_pgtbl()
1637 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, pfn); in xen_release_pte_init()
1723 __pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, pfn); in xen_release_ptpage()
1994 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in xen_setup_kernel_pagetable()
2235 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, in xen_write_cr3_init()
2290 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in xen_setup_kernel_pagetable()
/linux-4.4.14/include/xen/interface/
Dxen.h338 #define MMUEXT_UNPIN_TABLE 4 macro