Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dpgtable.h964 static inline void set_pud_at(struct mm_struct *mm, unsigned long addr, in set_pud_at() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1111 extern void set_pud_at(struct mm_struct *mm, unsigned long addr,
/linux/mm/
H A Dhuge_memory.c1775 set_pud_at(mm, addr, pud, entry); in insert_pud()
2072 set_pud_at(dst_mm, addr, dst_pud, pud); in copy_huge_pud()
2792 set_pud_at(mm, addr, pudp, entry); in change_huge_pud()
/linux/arch/x86/include/asm/
H A Dpgtable.h1213 static inline void set_pud_at(struct mm_struct *mm, unsigned long addr, in set_pud_at() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h729 #define set_pud_at(mm, addr, pudp, pud) __set_puds(mm, addr, pudp, pud, 1) macro