Searched defs:MM (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/sparc/include/asm/ |
D | pgalloc_64.h | 24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) argument 41 #define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) argument 68 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument 69 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument
|
D | pgalloc_32.h | 36 #define pud_populate(MM, PGD, PMD) pud_set(PGD, PMD) argument
|
/linux-5.19.10/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 18 #define p4d_populate(MM, P4D, PUD) p4d_set(P4D, (unsigned long)PUD) argument
|