Searched defs:set_pud_at (Results 1 – 3 of 3) sorted by relevance
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 577 static inline void set_pud_at(struct mm_struct *mm, unsigned long addr, in set_pud_at() function
|
/linux/arch/x86/include/asm/ |
A D | pgtable.h | 1018 static inline void set_pud_at(struct mm_struct *mm, unsigned long addr, in set_pud_at() function
|
/linux/arch/arm64/include/asm/ |
A D | pgtable.h | 489 #define set_pud_at(mm, addr, pudp, pud) set_pte_at(mm, addr, (pte_t *)pudp, pud_pte(pud)) macro
|
Completed in 14 milliseconds