HomeSort by relevance Sort by last modified time
    Searched refs:tlb (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/arch-arm/asm/
tlbflush.h 21 #define tlb_flush(tlb) ((void) tlb)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb)
  /external/kernel-headers/original/asm-generic/
tlb.h 1 /* asm-generic/tlb.h
3 * Generic TLB shootdown code
21 * For UP we don't need to worry about TLB flush
30 #define tlb_fast_mode(tlb) ((tlb)->nr == ~0U)
33 #define tlb_fast_mode(tlb) 1
47 /* Users of the generic TLB shootdown code must declare this storage space. */
56 struct mmu_gather *tlb = &get_cpu_var(mmu_gathers); local
58 tlb->mm = mm;
61 tlb->nr = num_online_cpus() > 1 ? 0U : ~0U
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
tlb.h 21 #define tlb_start_vma(tlb, vma) do { if (!tlb->fullmm) flush_cache_range(vma, vma->vm_start, vma->vm_end); } while (0)
22 #define tlb_end_vma(tlb, vma) do { } while (0)
24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
26 #include <asm-generic/tlb.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/
tlb.h 21 #define tlb_start_vma(tlb, vma) do { if (!tlb->fullmm) flush_cache_range(vma, vma->vm_start, vma->vm_end); } while (0)
22 #define tlb_end_vma(tlb, vma) do { } while (0)
24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
26 #include <asm-generic/tlb.h>
  /external/kernel-headers/original/asm-mips/
tlb.h 8 #define tlb_start_vma(tlb, vma) \
10 if (!tlb->fullmm) \
13 #define tlb_end_vma(tlb, vma) do { } while (0)
14 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
19 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
21 #include <asm-generic/tlb.h>
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
tlb.h 21 #define tlb_start_vma(tlb, vma) do { if (!tlb->fullmm) flush_cache_range(vma, vma->vm_start, vma->vm_end); } while (0)
22 #define tlb_end_vma(tlb, vma) do { } while (0)
24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
26 #include <asm-generic/tlb.h>

Completed in 724 milliseconds

1 2 3 4 5 6 7 8