Searched refs:tlb (Results 1 – 9 of 9) sorted by relevance
/development/ndk/platforms/android-3/include/asm-generic/ |
D | tlb.h | 20 #define tlb_fast_mode(tlb) 1 argument 30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_e… argument 31 #define pte_free_tlb(tlb, ptep) do { tlb->need_flush = 1; __pte_free_tlb(tlb, ptep); } whil… argument 33 #define pud_free_tlb(tlb, pudp) do { tlb->need_flush = 1; __pud_free_tlb(tlb, pudp); } whil… argument 35 #define pmd_free_tlb(tlb, pmdp) do { tlb->need_flush = 1; __pmd_free_tlb(tlb, pmdp); } whil… argument
|
D | 4level-fixup.h | 35 #define pud_free_tlb(tlb, x) do { } while (0) argument 37 #define __pud_free_tlb(tlb, x) do { } while (0) argument
|
D | pgtable-nopud.h | 35 #define __pud_free_tlb(tlb, x) do { } while (0) argument
|
D | pgtable-nopmd.h | 42 #define __pmd_free_tlb(tlb, x, a) do { } while (0) argument
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | tlb.h | 21 #define tlb_start_vma(tlb, vma) do { if (!tlb->fullmm) flush_cache_range(vma, vma->vm_start, … argument 22 #define tlb_end_vma(tlb, vma) do { } while (0) argument 24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
|
D | pgalloc.h | 26 #define __pte_free_tlb(tlb,pte) do { pgtable_page_dtor(pte); tlb_remove_page((tlb), pte); } w… argument 29 #define __pmd_free_tlb(tlb, x) do { } while (0) argument
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | tlbflush.h | 15 #define tlb_flush(tlb) ((void) tlb) argument
|
D | procinfo.h | 33 struct cpu_tlb_fns *tlb; member
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | pgalloc_32.h | 34 #define __pte_free_tlb(tlb,pte) do { paravirt_release_pt(page_to_pfn(pte)); tlb_remove_page((t… argument
|