HomeSort by relevance Sort by last modified time
    Searched full:tlb (Results 101 - 125 of 383) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm/
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm/
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm/
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm/
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/
procinfo.h 33 struct cpu_tlb_fns *tlb; member in struct:proc_info_list
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 35 #define __pud_free_tlb(tlb, x) do { } while (0)
  /bionic/libc/kernel/arch-x86/asm/
tlbflush_32.h 22 #define __native_flush_tlb() do { unsigned int tmpreg; __asm__ __volatile__( "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" : "=r" (tmpreg) :: "memory"); } while (0)
24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
tlbflush_32.h 22 #define __native_flush_tlb() do { unsigned int tmpreg; __asm__ __volatile__( "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" : "=r" (tmpreg) :: "memory"); } while (0)
24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
tlbflush_32.h 22 #define __native_flush_tlb() do { unsigned int tmpreg; __asm__ __volatile__( "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" : "=r" (tmpreg) :: "memory"); } while (0)
24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
tlbflush_32.h 22 #define __native_flush_tlb() do { unsigned int tmpreg; __asm__ __volatile__( "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" : "=r" (tmpreg) :: "memory"); } while (0)
24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h 22 #define __native_flush_tlb() do { unsigned int tmpreg; __asm__ __volatile__( "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" : "=r" (tmpreg) :: "memory"); } while (0)
24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
tlbflush_32.h 22 #define __native_flush_tlb() do { unsigned int tmpreg; __asm__ __volatile__( "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" : "=r" (tmpreg) :: "memory"); } while (0)
24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h 22 #define __native_flush_tlb() do { unsigned int tmpreg; __asm__ __volatile__( "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" : "=r" (tmpreg) :: "memory"); } while (0)
24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_shuffle.h 286 // No more buckets than TLB entries, power of 2
287 // Power of 2 and at least one element per bin, at most the TLB size.
291 // 2 TLB entries needed per bin.
305 // No more buckets than TLB entries, power of 2.
308 // Power of 2 and at least one element per bin, at most the TLB size.
310 // 2 TLB entries needed per bin.
414 // No more buckets than TLB entries, power of 2
415 // Power of 2 and at least one element per bin, at most the TLB size
418 // 2 TLB entries needed per bin
432 // No more buckets than TLB entries, power of
    [all...]
  /external/chromium/chrome/browser/history/
history_indexer.idl 48 // This dummy library statement enforces the creation of a history_indexer.tlb.
49 // This is necessary since MSVC assumes a .idl always creates a .tlb. Otherwise,

Completed in 839 milliseconds

1 2 3 45 6 7 8 91011>>