Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmm.h1509 static inline spinlock_t *ptlock_ptr(struct page *page) in ptlock_ptr() function
1527 static inline spinlock_t *ptlock_ptr(struct page *page) in ptlock_ptr() function
1535 return ptlock_ptr(pmd_page(*pmd)); in pte_lockptr()
1550 spin_lock_init(ptlock_ptr(page)); in ptlock_init()
1632 return ptlock_ptr(pmd_to_page(pmd)); in pmd_lockptr()
/linux-4.4.14/arch/x86/xen/
Dmmu.c716 ptl = ptlock_ptr(page); in xen_pte_lock()