Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmm.h1473 static inline spinlock_t *ptlock_ptr(struct page *page) in ptlock_ptr() function
1491 static inline spinlock_t *ptlock_ptr(struct page *page) in ptlock_ptr() function
1499 return ptlock_ptr(pmd_page(*pmd)); in pte_lockptr()
1515 spin_lock_init(ptlock_ptr(page)); in ptlock_init()
1595 return ptlock_ptr(pmd_to_page(pmd)); in pmd_lockptr()
/linux-4.1.27/arch/x86/xen/
Dmmu.c715 ptl = ptlock_ptr(page); in xen_pte_lock()