Searched refs:inl (Results 1 - 7 of 7) sorted by relevance

/seL4-test-master/projects/musllibc/arch/i386/bits/
H A Dio.h30 static __inline unsigned int inl(unsigned short __port) function
33 __asm__ volatile ("inl %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/projects/musllibc/arch/i386_sel4/bits/
H A Dio.h30 static __inline unsigned int inl(unsigned short __port) function
33 __asm__ volatile ("inl %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/projects/musllibc/arch/x32/bits/
H A Dio.h30 static __inline unsigned int inl(unsigned short __port) function
33 __asm__ volatile ("inl %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/projects/musllibc/arch/x86_64/bits/
H A Dio.h30 static __inline unsigned int inl(unsigned short __port) function
33 __asm__ volatile ("inl %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/projects/musllibc/arch/x86_64_sel4/bits/
H A Dio.h30 static __inline unsigned int inl(unsigned short __port) function
33 __asm__ volatile ("inl %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/kernel/src/arch/x86/32/
H A Dmachine_asm.S109 inl %dx, %eax
/seL4-test-master/kernel/src/arch/x86/64/
H A Dmachine_asm.S59 inl %dx, %eax

Completed in 39 milliseconds