OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slow_down_io
(Results
1 - 23
of
23
) sorted by null
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
io_32.h
26
#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)); }
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
io_32.h
26
#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)); }
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
io_32.h
26
#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)); }
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
io_32.h
26
#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)); }
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
io_32.h
26
#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)); }
/bionic/libc/kernel/arch-x86/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)); }
/development/ndk/platforms/android-9/arch-x86/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)); }
/prebuilts/ndk/8/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)); }
/prebuilts/ndk/8/platforms/android-9/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)); }
/prebuilts/ndk/9/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)); }
/prebuilts/ndk/9/platforms/android-18/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)); }
/prebuilts/ndk/9/platforms/android-9/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)); }
/external/grub/netboot/
linux-asm-io.h
35
#define
SLOW_DOWN_IO
{ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
37
#define
SLOW_DOWN_IO
__SLOW_DOWN_IO
78
__OUT1(s##_p,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port));
SLOW_DOWN_IO
; } \
79
__OUT1(s##c_p,x) __OUT2(s,s1,"") : : "a" (value), "id" (port));
SLOW_DOWN_IO
; }
91
__IN1(s##_p,x) __IN2(s,s1,"w") : "=a" (_v) : "d" (port) ,##i );
SLOW_DOWN_IO
; return _v; } \
92
__IN1(s##c_p,x) __IN2(s,s1,"") : "=a" (_v) : "id" (port) ,##i );
SLOW_DOWN_IO
; return _v; }
/bionic/libc/kernel/arch-mips/asm/
io.h
51
#define
SLOW_DOWN_IO
{ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54
#define
SLOW_DOWN_IO
__SLOW_DOWN_IO
57
#define
SLOW_DOWN_IO
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p,
SLOW_DOWN_IO
)
/development/ndk/platforms/android-9/arch-mips/include/asm/
io.h
51
#define
SLOW_DOWN_IO
{ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54
#define
SLOW_DOWN_IO
__SLOW_DOWN_IO
57
#define
SLOW_DOWN_IO
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p,
SLOW_DOWN_IO
)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h
51
#define
SLOW_DOWN_IO
{ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54
#define
SLOW_DOWN_IO
__SLOW_DOWN_IO
57
#define
SLOW_DOWN_IO
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p,
SLOW_DOWN_IO
)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
io.h
51
#define
SLOW_DOWN_IO
{ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54
#define
SLOW_DOWN_IO
__SLOW_DOWN_IO
57
#define
SLOW_DOWN_IO
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p,
SLOW_DOWN_IO
)
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
io.h
51
#define
SLOW_DOWN_IO
{ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54
#define
SLOW_DOWN_IO
__SLOW_DOWN_IO
57
#define
SLOW_DOWN_IO
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p,
SLOW_DOWN_IO
)
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
io.h
51
#define
SLOW_DOWN_IO
{ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54
#define
SLOW_DOWN_IO
__SLOW_DOWN_IO
57
#define
SLOW_DOWN_IO
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p,
SLOW_DOWN_IO
)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
io.h
51
#define
SLOW_DOWN_IO
{ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54
#define
SLOW_DOWN_IO
__SLOW_DOWN_IO
57
#define
SLOW_DOWN_IO
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p,
SLOW_DOWN_IO
)
/external/kernel-headers/original/asm-x86/
io_32.h
262
static inline void
slow_down_io
(void) {
function
317
slow_down_io
(); \
321
slow_down_io
(); \
327
slow_down_io
(); \
331
slow_down_io
(); \
paravirt.h
680
static inline void
slow_down_io
(void) {
function
/external/kernel-headers/original/asm-mips/
io.h
97
#define
SLOW_DOWN_IO
{ __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
99
#define
SLOW_DOWN_IO
__SLOW_DOWN_IO
102
#define
SLOW_DOWN_IO
416
__BUILD_IOPORT_SINGLE(bus, bwlq, type, _p,
SLOW_DOWN_IO
)
Completed in 947 milliseconds