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

/freebsd-12-stable/sys/powerpc/include/
H A Dpio.h286 #define insb(a,d,c) (__insb((volatile u_int8_t *)(a), d, c)) macro
287 #define ins8(a,d,c) insb(a,d,c)
300 #define ins8rb(a,d,c) insb(a,d,c)
/freebsd-12-stable/sys/i386/include/
H A Dcpufunc.h263 insb(u_int port, void *addr, size_t count) function
265 __asm __volatile("cld; rep; insb"
769 void insb(u_int port, void *addr, size_t count);
/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci_kernel_if.c1068 insb(port, buffer, buffer_length);
/freebsd-12-stable/sys/amd64/include/
H A Dcpufunc.h233 insb(u_int port, void *addr, size_t count) function
235 __asm __volatile("cld; rep; insb"
998 void insb(u_int port, void *addr, size_t count);
/freebsd-12-stable/sys/x86/include/
H A Dbus.h279 insb(bsh + offset, addr, count);

Completed in 140 milliseconds