/bionic/libc/kernel/arch-x86/asm/ |
D | pgalloc_32.h | 18 #define paravirt_alloc_pt(mm, pfn) do { } while (0) argument 25 #define pmd_populate_kernel(mm, pmd, pte) do { paravirt_alloc_pt(mm, __pa(pte) >> PAGE_SHIFT); … argument 27 #define pmd_populate(mm, pmd, pte) do { paravirt_alloc_pt(mm, page_to_pfn(pte)); set_pmd(pmd, … argument
|
D | pgtable-2level.h | 19 #define set_pte_at(mm,addr,ptep,pteval) native_set_pte_at(mm, addr, ptep, pteval) argument 22 #define set_pte_present(mm,addr,ptep,pteval) set_pte_at(mm,addr,ptep,pteval) argument 23 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument
|
D | cacheflush.h | 18 #define flush_cache_mm(mm) do { } while (0) argument 19 #define flush_cache_dup_mm(mm) do { } while (0) argument
|
D | tlbflush_32.h | 42 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) argument
|
D | pgtable_32.h | 141 #define pte_update(mm, addr, ptep) do { } while (0) argument 142 #define pte_update_defer(mm, addr, ptep) do { } while (0) argument 157 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) argument
|
/bionic/libc/kernel/common/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
|
/bionic/libc/bionic/ |
D | dlmalloc.c | 3251 char* mm = (char*)(DIRECT_MMAP(mmsize)); in mmap_alloc() local
|