/external/kernel-headers/original/asm-arm/ |
procinfo.h | 40 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
|
tlbflush.h | 16 #define tlb_flush(tlb) ((void) tlb) 46 * MMU TLB Model 52 * v4wb - ARMv4 with write buffer without I TLB flush entry instruction 53 * v4wbi - ARMv4 with write buffer with I TLB flush entry instruction 54 * v6wbi - ARMv6 with write buffer with I TLB flush entry instruction 142 #error Unknown TLB model 176 * TLB Management 179 * The arch/arm/mm/tlb-*.S files implement these methods. 181 * The TLB specific code is expected to perform whatever tests i [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/asm/ |
procinfo.h | 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
|
/ndk/build/platforms/android-4/arch-arm/usr/include/asm/ |
procinfo.h | 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/ |
procinfo.h | 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
|
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/ |
procinfo.h | 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
|
/external/kernel-headers/original/asm-x86/ |
pgalloc_32.h | 52 #define __pte_free_tlb(tlb,pte) \ 55 tlb_remove_page((tlb),(pte)); \ 64 #define __pmd_free_tlb(tlb,x) do { } while (0)
|
/bionic/libc/kernel/common/asm-generic/ |
pgtable-nopud.h | 35 #define __pud_free_tlb(tlb, x) do { } while (0)
|
/ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/ |
pgtable-nopud.h | 35 #define __pud_free_tlb(tlb, x) do { } while (0)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/ |
pgtable-nopud.h | 35 #define __pud_free_tlb(tlb, x) do { } while (0)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/ |
pgtable-nopud.h | 35 #define __pud_free_tlb(tlb, x) do { } while (0)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/ |
pgtable-nopud.h | 35 #define __pud_free_tlb(tlb, x) do { } while (0)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/ |
pgtable-nopud.h | 35 #define __pud_free_tlb(tlb, x) do { } while (0)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/ |
pgtable-nopud.h | 35 #define __pud_free_tlb(tlb, x) do { } while (0)
|
/external/kernel-headers/original/asm-generic/ |
pgtable-nopud.h | 55 #define __pud_free_tlb(tlb, x) do { } while (0)
|
/external/kernel-headers/original/linux/ |
mm.h | 163 #define VM_HUGETLB 0x00400000 /* Huge TLB Page VM */ 714 unsigned long unmap_vmas(struct mmu_gather **tlb, 718 void free_pgd_range(struct mmu_gather **tlb, unsigned long addr, 720 void free_pgtables(struct mmu_gather **tlb, struct vm_area_struct *start_vma, [all...] |