Home
last modified time | relevance | path

Searched refs:pgfl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/xen/
H A Dmmu_pv.c676 unsigned pgfl = TestSetPagePinned(page); in xen_pin_page() local
678 if (!pgfl) { in xen_pin_page()
799 unsigned pgfl = TestClearPagePinned(page); in xen_unpin_page() local
801 if (pgfl) { in xen_unpin_page()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dmmu_pv.c696 unsigned pgfl = TestSetPagePinned(page); in xen_pin_page() local
698 if (!pgfl) { in xen_pin_page()
821 unsigned pgfl = TestClearPagePinned(page); in xen_unpin_page() local
823 if (pgfl) { in xen_unpin_page()

Completed in 7 milliseconds