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

  /bionic/libc/kernel/arch-mips/asm/
barrier.h 25 #define __fast_iob() __asm__ __volatile__( ".set push\n\t" ".set noreorder\n\t" "lw $0,%0\n\t" "nop\n\t" ".set pop" : : "m" (*(int *)CKSEG1) : "memory") macro
30 #define fast_iob() do { __sync(); __fast_iob(); } while (0)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
barrier.h 25 #define __fast_iob() __asm__ __volatile__( ".set push\n\t" ".set noreorder\n\t" "lw $0,%0\n\t" "nop\n\t" ".set pop" : : "m" (*(int *)CKSEG1) : "memory") macro
30 #define fast_iob() do { __sync(); __fast_iob(); } while (0)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
barrier.h 25 #define __fast_iob() __asm__ __volatile__( ".set push\n\t" ".set noreorder\n\t" "lw $0,%0\n\t" "nop\n\t" ".set pop" : : "m" (*(int *)CKSEG1) : "memory") macro
30 #define fast_iob() do { __sync(); __fast_iob(); } while (0)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
barrier.h 25 #define __fast_iob() __asm__ __volatile__( ".set push\n\t" ".set noreorder\n\t" "lw $0,%0\n\t" "nop\n\t" ".set pop" : : "m" (*(int *)CKSEG1) : "memory") macro
30 #define fast_iob() do { __sync(); __fast_iob(); } while (0)
  /external/kernel-headers/original/asm-mips/
barrier.h 81 #define __fast_iob() \ macro
111 __fast_iob(); \

Completed in 2637 milliseconds