Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c279 pud_t pud_modify(pud_t pud, pgprot_t newprot) in pud_modify() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h973 static inline pud_t pud_modify(pud_t pud, pgprot_t newprot) in pud_modify() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1081 extern pud_t pud_modify(pud_t pud, pgprot_t newprot);
/linux/arch/x86/include/asm/
H A Dpgtable.h834 static inline pud_t pud_modify(pud_t pud, pgprot_t newprot) in pud_modify() function
/linux/mm/
H A Dhuge_memory.c2520 entry = pud_modify(oldpud, newprot); in change_huge_pud()