Searched defs:inw (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/asm/
H A Dsunddi.h55 inw(int port) function
61 "inw (%1)" /* value in %ax */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h43 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
209 #define inw(port) \ macro
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1538 inw(int port_address)
1545 ENTRY(inw) function
1550 SET_SIZE(inw)
1554 ENTRY(inw) function
1559 SET_SIZE(inw)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h261 inw(u_int port) function
265 __asm __volatile("inw %w1, %0" : "=a" (data) : "Nd" (port));
736 u_short inw(u_int port);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h256 inw(u_int port) function
260 __asm __volatile("inw %w1, %0" : "=a" (data) : "Nd" (port));
816 u_short inw(u_int port);
/illumos-gate/usr/src/man/man9f/
H A DMakefile929 inw.9f \
1724 inw.9f := LINKSRC = inb.9f

Completed in 105 milliseconds