Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dpgtable-be-types.h93 static inline bool pmd_xchg(pmd_t *pmdp, pmd_t old, pmd_t new) in pmd_xchg() function
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_hugepage.c52 } while (!pmd_xchg(pmdp, __pmd(old_pmd), __pmd(new_pmd))); in __hash_page_thp()