Home
last modified time | relevance | path

Searched refs:pud_same (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/asm-generic/
Dpgtable.h384 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
395 static inline int pud_same(pud_t pud_a, pud_t pud_b) in pud_same() function
/Linux-v4.19/arch/x86/mm/
Dpgtable.c533 int changed = !pud_same(*pudp, entry); in pudp_set_access_flags()
/Linux-v4.19/mm/
Dhuge_memory.c1085 if (unlikely(!pud_same(*vmf->pud, orig_pud))) in huge_pud_set_accessed()