Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmm.h2318 static inline spinlock_t *ptlock_ptr(struct page *page) in ptlock_ptr() function
2336 static inline spinlock_t *ptlock_ptr(struct page *page) in ptlock_ptr() function
2344 return ptlock_ptr(pmd_page(*pmd)); in pte_lockptr()
2359 spin_lock_init(ptlock_ptr(page)); in ptlock_init()
2435 return ptlock_ptr(pmd_to_page(pmd)); in pmd_lockptr()
/linux-6.1.9/arch/x86/xen/
Dmmu_pv.c654 ptl = ptlock_ptr(page); in xen_pte_lock()