Searched defs:__port (Results 1 - 5 of 5) sorted by relevance

/seL4-test-master/projects/musllibc/arch/i386/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) argument
6 static __inline void outw(unsigned short __val, unsigned short __port) argument
11 static __inline void outl(unsigned int __val, unsigned short __port) argument
16 static __inline unsigned char inb(unsigned short __port) argument
23 static __inline unsigned short inw(unsigned short __port) argument
30 inl(unsigned short __port) argument
37 outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
44 outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
51 outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
58 insb(unsigned short __port, void *__buf, unsigned long __n) argument
65 insw(unsigned short __port, void *__buf, unsigned long __n) argument
72 insl(unsigned short __port, void *__buf, unsigned long __n) argument
[all...]
/seL4-test-master/projects/musllibc/arch/i386_sel4/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) argument
6 static __inline void outw(unsigned short __val, unsigned short __port) argument
11 static __inline void outl(unsigned int __val, unsigned short __port) argument
16 static __inline unsigned char inb(unsigned short __port) argument
23 static __inline unsigned short inw(unsigned short __port) argument
30 inl(unsigned short __port) argument
37 outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
44 outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
51 outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
58 insb(unsigned short __port, void *__buf, unsigned long __n) argument
65 insw(unsigned short __port, void *__buf, unsigned long __n) argument
72 insl(unsigned short __port, void *__buf, unsigned long __n) argument
[all...]
/seL4-test-master/projects/musllibc/arch/x32/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) argument
6 static __inline void outw(unsigned short __val, unsigned short __port) argument
11 static __inline void outl(unsigned int __val, unsigned short __port) argument
16 static __inline unsigned char inb(unsigned short __port) argument
23 static __inline unsigned short inw(unsigned short __port) argument
30 inl(unsigned short __port) argument
37 outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
44 outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
51 outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
58 insb(unsigned short __port, void *__buf, unsigned long __n) argument
65 insw(unsigned short __port, void *__buf, unsigned long __n) argument
72 insl(unsigned short __port, void *__buf, unsigned long __n) argument
[all...]
/seL4-test-master/projects/musllibc/arch/x86_64/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) argument
6 static __inline void outw(unsigned short __val, unsigned short __port) argument
11 static __inline void outl(unsigned int __val, unsigned short __port) argument
16 static __inline unsigned char inb(unsigned short __port) argument
23 static __inline unsigned short inw(unsigned short __port) argument
30 inl(unsigned short __port) argument
37 outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
44 outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
51 outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
58 insb(unsigned short __port, void *__buf, unsigned long __n) argument
65 insw(unsigned short __port, void *__buf, unsigned long __n) argument
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.h1 static __inline void outb(unsigned char __val, unsigned short __port) argument
6 static __inline void outw(unsigned short __val, unsigned short __port) argument
11 static __inline void outl(unsigned int __val, unsigned short __port) argument
16 static __inline unsigned char inb(unsigned short __port) argument
23 static __inline unsigned short inw(unsigned short __port) argument
30 inl(unsigned short __port) argument
37 outsb(unsigned short __port, const void *__buf, unsigned long __n) argument
44 outsw(unsigned short __port, const void *__buf, unsigned long __n) argument
51 outsl(unsigned short __port, const void *__buf, unsigned long __n) argument
58 insb(unsigned short __port, void *__buf, unsigned long __n) argument
65 insw(unsigned short __port, void *__buf, unsigned long __n) argument
72 insl(unsigned short __port, void *__buf, unsigned long __n) argument
[all...]

Completed in 93 milliseconds