Searched refs:__n (Results 1 - 5 of 5) sorted by relevance

/seL4-test-master/projects/musllibc/arch/i386/bits/
H A Dio.h37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
40 : "+S" (__buf), "+c" (__n)
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
47 : "+S" (__buf), "+c" (__n)
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
54 : "+S" (__buf), "+c"(__n)
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) argument
61 : "+D" (__buf), "+c" (__n)
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) argument
68 : "+D" (__buf), "+c" (__n)
72 insl(unsigned short __port, void *__buf, unsigned long __n) argument
[all...]
/seL4-test-master/projects/musllibc/arch/i386_sel4/bits/
H A Dio.h37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
40 : "+S" (__buf), "+c" (__n)
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
47 : "+S" (__buf), "+c" (__n)
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
54 : "+S" (__buf), "+c"(__n)
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) argument
61 : "+D" (__buf), "+c" (__n)
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) argument
68 : "+D" (__buf), "+c" (__n)
72 insl(unsigned short __port, void *__buf, unsigned long __n) argument
[all...]
/seL4-test-master/projects/musllibc/arch/x32/bits/
H A Dio.h37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
40 : "+S" (__buf), "+c" (__n)
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
47 : "+S" (__buf), "+c" (__n)
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
54 : "+S" (__buf), "+c"(__n)
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) argument
61 : "+D" (__buf), "+c" (__n)
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) argument
68 : "+D" (__buf), "+c" (__n)
72 insl(unsigned short __port, void *__buf, unsigned long __n) argument
[all...]
/seL4-test-master/projects/musllibc/arch/x86_64/bits/
H A Dio.h37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
40 : "+S" (__buf), "+c" (__n)
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
47 : "+S" (__buf), "+c" (__n)
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
54 : "+S" (__buf), "+c"(__n)
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) argument
61 : "+D" (__buf), "+c" (__n)
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) argument
68 : "+D" (__buf), "+c" (__n)
72 insl(unsigned short __port, void *__buf, unsigned long __n) argument
[all...]
/seL4-test-master/projects/musllibc/arch/x86_64_sel4/bits/
H A Dio.h37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
40 : "+S" (__buf), "+c" (__n)
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
47 : "+S" (__buf), "+c" (__n)
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
54 : "+S" (__buf), "+c"(__n)
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) argument
61 : "+D" (__buf), "+c" (__n)
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) argument
68 : "+D" (__buf), "+c" (__n)
72 insl(unsigned short __port, void *__buf, unsigned long __n) argument
[all...]

Completed in 28 milliseconds