OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__volatile__
(Results
326 - 350
of
985
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/fio/arch/
arch-ia64.h
41
__asm__
__volatile__
("mov %0=ar.itc" : "=r" (ret) : : "memory");
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-tar.c
33
asm
__volatile__
(
/external/syslinux/gpxe/src/include/gpxe/
profile.h
56
__asm__
__volatile__
( "rdtsc" :
/external/valgrind/helgrind/tests/
tc03_re_excl.c
13
__asm__
__volatile__
( "" : : "r"(x) : "cc","memory" );
/external/valgrind/none/tests/x86/
bug125959-x86.c
12
__asm__
__volatile__
(
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm/
io_32.h
31
#define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__
__volatile__
("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__
__volatile__
("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__
__volatile__
("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__
__volatile__
("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
system_32.h
26
#define nop() __asm__
__volatile__
("nop")
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/asm/
io_32.h
31
#define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__
__volatile__
("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__
__volatile__
("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__
__volatile__
("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__
__volatile__
("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
system_32.h
26
#define nop() __asm__
__volatile__
("nop")
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/asm/
io_32.h
31
#define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__
__volatile__
("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__
__volatile__
("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__
__volatile__
("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__
__volatile__
("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
system_32.h
26
#define nop() __asm__
__volatile__
("nop")
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/asm/
io_32.h
31
#define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__
__volatile__
("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__
__volatile__
("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__
__volatile__
("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__
__volatile__
("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
system_32.h
26
#define nop() __asm__
__volatile__
("nop")
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
Completed in 803 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>