Home
last modified time | relevance | path

Searched refs:tlb (Results 1 – 9 of 9) sorted by relevance

/development/ndk/platforms/android-3/include/asm-generic/
Dtlb.h20 #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
D4level-fixup.h35 #define pud_free_tlb(tlb, x) do { } while (0) argument
37 #define __pud_free_tlb(tlb, x) do { } while (0) argument
Dpgtable-nopud.h35 #define __pud_free_tlb(tlb, x) do { } while (0) argument
Dpgtable-nopmd.h42 #define __pmd_free_tlb(tlb, x, a) do { } while (0) argument
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dtlb.h21 #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
Dpgalloc.h26 #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/
Dtlbflush.h15 #define tlb_flush(tlb) ((void) tlb) argument
Dprocinfo.h33 struct cpu_tlb_fns *tlb; member
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dpgalloc_32.h34 #define __pte_free_tlb(tlb,pte) do { paravirt_release_pt(page_to_pfn(pte)); tlb_remove_page((t… argument