Searched refs:MM (Results 1 – 7 of 7) sorted by relevance
/arch/sparc/include/asm/ |
D | pgalloc_64.h | 24 #define pgd_populate(MM, PGD, PUD) __pgd_populate(PGD, PUD) argument 41 #define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) argument 70 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument 71 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument
|
D | pgalloc_32.h | 38 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument 59 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) argument
|
/arch/frv/include/asm/ |
D | pgalloc.h | 24 #define pmd_populate(MM, PMD, PAGE) \ argument
|
/arch/powerpc/kvm/ |
D | book3s_32_sr.S | 138 lwz r4, MM(r4)
|
/arch/arm/ |
D | Kconfig-nommu | 3 # Kconfig for uClinux(non-paged MM) depend configurations
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 57 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) argument
|
/arch/powerpc/kernel/ |
D | asm-offsets.c | 81 OFFSET(MM, task_struct, mm); in main()
|