Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpgtable-be-types.h98 static inline bool pmd_xchg(pmd_t *pmdp, pmd_t old, pmd_t new) in pmd_xchg() function
/Linux-v4.19/arch/powerpc/mm/
Dhugepage-hash64.c52 } while (!pmd_xchg(pmdp, __pmd(old_pmd), __pmd(new_pmd))); in __hash_page_thp()