OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__fast_iob
(Results
1 - 8
of
8
) 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)
/external/kernel-headers/original/asm-mips/
barrier.h
81
#define
__fast_iob
() \
macro
111
__fast_iob
(); \
/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)
/prebuilts/ndk/9/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/9/platforms/android-18/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/9/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)
Completed in 2695 milliseconds