HomeSort by relevance Sort by last modified time
    Searched refs:tlb_flush (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb) macro
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb) macro
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb) macro
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb) macro
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb) macro
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb) macro
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
tlbflush.h 15 #define tlb_flush(tlb) ((void) tlb) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
tlb.h 25 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
  /external/qemu/
cputlb.c 41 * for tlb entries, at the moment tlb_flush() will also flush all
47 void tlb_flush(CPUArchState *env, int flush_global) function
52 printf("tlb_flush:\n");
100 tlb_flush(env, 1);
  /external/qemu/include/exec/
exec-all.h 104 void tlb_flush(CPUArchState *env, int flush_global);
115 static inline void tlb_flush(CPUArchState *env, int flush_global) function
  /external/qemu/target-i386/
helper.c 477 tlb_flush(env, 1);
851 tlb_flush(env, 1);
865 tlb_flush(env, 1);
906 tlb_flush(env, 0);
917 tlb_flush(env, 1);
    [all...]
machine.c 308 tlb_flush(env, 1);
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 621 u32 tlb_flush; member in struct:kvm_vcpu_stat
700 void (*tlb_flush)(struct kvm_vcpu *vcpu); member in struct:kvm_x86_ops
  /external/qemu/target-arm/
helper.c 360 tlb_flush(env, 1);
    [all...]

Completed in 8429 milliseconds

12 3