HomeSort by relevance Sort by last modified time
    Searched full:__native_flush_tlb (Results 1 - 8 of 8) sorted by null

  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
tlbflush_32.h 18 #define __flush_tlb() __native_flush_tlb()
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) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
tlbflush_32.h 18 #define __flush_tlb() __native_flush_tlb()
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) macro
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h 18 #define __flush_tlb() __native_flush_tlb()
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) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
tlbflush_32.h 18 #define __flush_tlb() __native_flush_tlb()
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) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h 18 #define __flush_tlb() __native_flush_tlb()
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) macro
  /bionic/libc/kernel/arch-x86/asm/
tlbflush_32.h 24 #define __flush_tlb() __native_flush_tlb()
27 #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) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
tlbflush_32.h 24 #define __flush_tlb() __native_flush_tlb()
27 #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) macro
  /external/kernel-headers/original/asm-x86/
tlbflush_32.h 10 #define __flush_tlb() __native_flush_tlb()
15 #define __native_flush_tlb() \ macro

Completed in 485 milliseconds