Searched refs:p4d_set (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
H A D | pgalloc.h | 18 #define p4d_populate(MM, P4D, PUD) p4d_set(P4D, (unsigned long)PUD)
|
H A D | pgtable.h | 187 static inline void p4d_set(p4d_t *p4dp, unsigned long val) in p4d_set() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/ |
H A D | pgalloc.h | 20 p4d_set(p4d, (unsigned long)pud); in p4d_populate()
|
H A D | pgtable.h | 168 static inline void p4d_set(p4d_t *p4dp, unsigned long val) in p4d_set() function
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | pgalloc_64.h | 21 p4d_set(p4d, pud); in __p4d_populate()
|
H A D | pgtable_64.h | 889 #define p4d_set(p4dp, pudp) \ macro
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgalloc_64.h | 21 p4d_set(p4d, pud); in __p4d_populate()
|
H A D | pgtable_64.h | 887 #define p4d_set(p4dp, pudp) \ macro
|
Completed in 7 milliseconds