Home
last modified time | relevance | path

Searched defs:MM (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/include/asm/
A Dpgalloc_64.h24 #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
A Dpgalloc_32.h36 #define pud_populate(MM, PGD, PMD) pud_set(PGD, PMD) argument
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgalloc.h18 #define p4d_populate(MM, P4D, PUD) p4d_set(P4D, (unsigned long)PUD) argument

Completed in 7 milliseconds