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

/freebsd-11-stable/sys/amd64/include/
H A Dcpufunc.h230 insb(u_int port, void *addr, size_t count) function
232 __asm __volatile("cld; rep; insb"
910 void insb(u_int port, void *addr, size_t count);
/freebsd-11-stable/sys/i386/include/
H A Dcpufunc.h235 insb(u_int port, void *addr, size_t count) function
237 __asm __volatile("cld; rep; insb"
735 void insb(u_int port, void *addr, size_t count);
/freebsd-11-stable/sys/pc98/pc98/
H A Dbusio.s103 insb
769 insb
/freebsd-11-stable/sys/powerpc/include/
H A Dpio.h284 #define insb(a,d,c) (__insb((volatile u_int8_t *)(a), d, c)) macro
285 #define ins8(a,d,c) insb(a,d,c)
298 #define ins8rb(a,d,c) insb(a,d,c)
/freebsd-11-stable/sys/x86/include/
H A Dbus.h274 insb(bsh + offset, addr, count);

Completed in 308 milliseconds