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

/seL4-test-master/projects/musllibc/arch/i386/bits/
H A Dio.h23 static __inline unsigned short inw(unsigned short __port) function
26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/projects/musllibc/arch/i386_sel4/bits/
H A Dio.h23 static __inline unsigned short inw(unsigned short __port) function
26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/projects/musllibc/arch/x32/bits/
H A Dio.h23 static __inline unsigned short inw(unsigned short __port) function
26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/projects/musllibc/arch/x86_64/bits/
H A Dio.h23 static __inline unsigned short inw(unsigned short __port) function
26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/projects/musllibc/arch/x86_64_sel4/bits/
H A Dio.h23 static __inline unsigned short inw(unsigned short __port) function
26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port));
/seL4-test-master/kernel/src/arch/x86/32/
H A Dmachine_asm.S103 inw %dx, %ax
/seL4-test-master/kernel/src/arch/x86/64/
H A Dmachine_asm.S52 inw %dx, %ax

Completed in 38 milliseconds