HomeSort by relevance Sort by last modified time
    Searched refs:tlb (Results 176 - 200 of 267) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /prebuilts/ndk/9/platforms/android-9/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)
  /external/kernel-headers/original/asm-mips/
pgalloc.h 101 #define __pte_free_tlb(tlb,pte) \
104 tlb_remove_page((tlb), pte); \
114 #define __pmd_free_tlb(tlb, x) do { } while (0)
135 #define __pmd_free_tlb(tlb, x) pmd_free((tlb)->mm, x)
  /external/qemu/target-mips/
helper.c 69 r4k_tlb_t *tlb; local
76 for (i = 0; i < env->tlb->nb_tlb; i++) {
77 tlb = &env->tlb->mmu.r4k.tlb[i];
81 VPN = tlb->VPN & ~mask;
88 if ((tlb->G == 1 || tlb->ASID == ASID) && VPN == tag) {
89 /* TLB match */
92 if (!(n ? tlb->V1 : tlb->V0)
811 r4k_tlb_t *tlb; local
    [all...]
  /bionic/libc/kernel/common/asm-generic/
pgtable-nopmd.h 42 #define __pmd_free_tlb(tlb, x, a) do { } while (0)
pgtable-nopud.h 41 #define __pud_free_tlb(tlb, x) do { } while (0)
  /development/ndk/platforms/android-3/include/asm-generic/
pgtable-nopmd.h 42 #define __pmd_free_tlb(tlb, x, a) do { } while (0)
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)

Completed in 237 milliseconds

1 2 3 4 5 6 78 91011