Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h276 pmd_t *pmdp, unsigned long old_pmd);
280 unsigned long old_pmd) in hpte_do_hugepage_flush() argument
/linux/arch/arm64/mm/
H A Dmmu.c260 pmd_t old_pmd = READ_ONCE(*pmdp); in init_pmd() local
267 !pmd_table(old_pmd)) { in init_pmd()
274 BUG_ON(!pgattr_change_is_safe(pmd_val(old_pmd), in init_pmd()
284 VM_WARN_ON_ONCE(pmd_val(old_pmd) != 0 && in init_pmd()
285 pmd_val(old_pmd) != READ_ONCE(pmd_val(*pmdp))); in init_pmd()