Home
last modified time | relevance | path

Searched refs:MM (Results 1 – 7 of 7) sorted by relevance

/arch/sparc/include/asm/
Dpgalloc_64.h24 #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
Dpgalloc_32.h38 #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/
Dpgalloc.h24 #define pmd_populate(MM, PMD, PAGE) \ argument
/arch/powerpc/kvm/
Dbook3s_32_sr.S138 lwz r4, MM(r4)
/arch/arm/
DKconfig-nommu3 # Kconfig for uClinux(non-paged MM) depend configurations
/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h57 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) argument
/arch/powerpc/kernel/
Dasm-offsets.c81 OFFSET(MM, task_struct, mm); in main()