Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dmmu.c909 xen_do_pin(MMUEXT_UNPIN_TABLE, pfn); in xen_unpin_page()
934 xen_do_pin(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in __xen_pgd_unpin()
941 xen_do_pin(MMUEXT_UNPIN_TABLE, in __xen_pgd_unpin()
1525 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, pfn); in xen_release_pte_init()
1611 __pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, pfn); in xen_release_ptpage()
1874 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in xen_setup_kernel_pagetable()
1933 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, in xen_write_cr3_init()
1965 pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd))); in xen_setup_kernel_pagetable()
/linux-4.1.27/include/xen/interface/
Dxen.h336 #define MMUEXT_UNPIN_TABLE 4 macro