Home
last modified time | relevance | path

Searched defs:mm (Results 1 – 19 of 19) sorted by relevance

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dpgalloc_32.h24 #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
Dpgtable-2level.h25 #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
Dcacheflush.h24 #define flush_cache_mm(mm) do { } while (0) argument
25 #define flush_cache_dup_mm(mm) do { } while (0) argument
Dtlbflush_32.h41 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) argument
Dpgtable_32.h147 #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/
Dtlb.h23 struct mm_struct *mm; member
36 #define tlb_migrate_finish(mm) do {} while (0) argument
Dpgtable-nopmd.h34 #define pud_populate(mm, pmd, pte) do { } while (0) argument
41 #define pmd_alloc_one(mm, address) NULL argument
Dpgtable-nopud.h27 #define pgd_populate(mm, pgd, pud) do { } while (0) argument
33 #define pud_alloc_one(mm, address) NULL argument
D4level-fixup.h24 #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
Dpgtable.h77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr) argument
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dpgalloc.h27 #define pmd_free(mm, x) do { } while (0) argument
Dcacheflush.h24 #define flush_cache_dup_mm(mm) do { (void) (mm); } while (0) argument
Dtlbflush.h24 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) argument
Dpgtable.h64 #define set_pte_at(mm, addr, ptep, pteval) set_pte(ptep, pteval) argument
Dpgtable-32.h61 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) argument
/development/ndk/samples/hello-neon/jni/
Dhelloneon-intrinsics.c31 int mm, sum = 0; in fir_filter_neon_intrinsics() local
Dhelloneon.c51 int mm; in fir_filter_c() local
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c149 int nn, mm = 0; in init_palette() local
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c154 int nn, mm = 0; in init_palette() local