/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | pgalloc_32.h | 24 #define paravirt_alloc_pt(mm, pfn) do { } while (0) argument 31 #define pmd_populate_kernel(mm, pmd, pte) do { paravirt_alloc_pt(mm, __pa(pte) >> PAGE_SHIFT); … argument 32 #define pmd_populate(mm, pmd, pte) do { paravirt_alloc_pt(mm, page_to_pfn(pte)); set_pmd(pmd, … argument
|
D | pgtable-2level.h | 25 #define set_pte_at(mm,addr,ptep,pteval) native_set_pte_at(mm, addr, ptep, pteval) argument 29 #define set_pte_present(mm,addr,ptep,pteval) set_pte_at(mm,addr,ptep,pteval) argument 30 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument
|
D | cacheflush.h | 24 #define flush_cache_mm(mm) do { } while (0) argument 25 #define flush_cache_dup_mm(mm) do { } while (0) argument
|
D | tlbflush_32.h | 41 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) argument
|
D | pgtable_32.h | 147 #define pte_update(mm, addr, ptep) do { } while (0) argument 149 #define pte_update_defer(mm, addr, ptep) do { } while (0) argument 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) argument
|
/development/ndk/platforms/android-3/include/asm-generic/ |
D | tlb.h | 23 struct mm_struct *mm; member 36 #define tlb_migrate_finish(mm) do {} while (0) argument
|
D | pgtable-nopmd.h | 34 #define pud_populate(mm, pmd, pte) do { } while (0) argument 41 #define pmd_alloc_one(mm, address) NULL 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/platforms/android-9/arch-mips/include/asm/ |
D | pgalloc.h | 27 #define pmd_free(mm, x) do { } while (0) argument
|
D | cacheflush.h | 24 #define flush_cache_dup_mm(mm) do { (void) (mm); } while (0) argument
|
D | tlbflush.h | 24 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) argument
|
D | pgtable.h | 64 #define set_pte_at(mm, addr, ptep, pteval) set_pte(ptep, pteval) argument
|
D | pgtable-32.h | 61 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) argument
|
/development/ndk/samples/hello-neon/jni/ |
D | helloneon-intrinsics.c | 31 int mm, sum = 0; in fir_filter_neon_intrinsics() local
|
D | helloneon.c | 51 int mm; in fir_filter_c() local
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 149 int nn, mm = 0; in init_palette() local
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 154 int nn, mm = 0; in init_palette() local
|