Home
last modified time | relevance | path

Searched refs:pud_modify (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c274 pud_t pud_modify(pud_t pud, pgprot_t newprot) in pud_modify() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1101 extern pud_t pud_modify(pud_t pud, pgprot_t newprot);
/linux/arch/x86/include/asm/
H A Dpgtable.h878 static inline pud_t pud_modify(pud_t pud, pgprot_t newprot) in pud_modify() function
/linux/mm/
H A Dhuge_memory.c2360 entry = pud_modify(oldpud, newprot); in change_huge_pud()