Searched refs:set_pud_at (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 964 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 D | pgtable.h | 1111 extern void set_pud_at(struct mm_struct *mm, unsigned long addr,
|
| /linux/mm/ |
| H A D | huge_memory.c | 1775 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 D | pgtable.h | 1213 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 D | pgtable.h | 729 #define set_pud_at(mm, addr, pudp, pud) __set_puds(mm, addr, pudp, pud, 1) macro
|