| /development/ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/ |
| D | tlb.h | 23 struct mm_struct *mm; member 36 #define tlb_migrate_finish(mm) do {} while (0) argument
|
| D | pgtable-nopud.h | 27 #define pgd_populate(mm, pgd, pud) do { } while (0) argument 33 #define pud_alloc_one(mm, address) NULL argument
|
| D | 4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address)… argument 26 #define pud_alloc(mm, pgd, address) (pgd) argument
|
| D | pgtable.h | 77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr) argument
|
| /development/ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/ |
| D | tlb.h | 23 struct mm_struct *mm; member 36 #define tlb_migrate_finish(mm) do {} while (0) argument
|
| D | pgtable-nopud.h | 27 #define pgd_populate(mm, pgd, pud) do { } while (0) argument 33 #define pud_alloc_one(mm, address) NULL argument
|
| D | 4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address)… argument 26 #define pud_alloc(mm, pgd, address) (pgd) argument
|
| D | pgtable.h | 77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr) argument
|
| /development/ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/ |
| D | tlb.h | 23 struct mm_struct *mm; member 36 #define tlb_migrate_finish(mm) do {} while (0) argument
|
| D | pgtable-nopud.h | 27 #define pgd_populate(mm, pgd, pud) do { } while (0) argument 33 #define pud_alloc_one(mm, address) NULL argument
|
| D | 4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address)… argument 26 #define pud_alloc(mm, pgd, address) (pgd) argument
|
| D | pgtable.h | 77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr) argument
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
| D | AndroidContentAssist.java | 749 IModelManager mm = StructuredModelManager.getModelManager(); in getNode() local
|