Home
last modified time | relevance | path

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

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