MCPcopy Create free account
hub / github.com/F-Stack/f-stack / outsl

Function outsl

freebsd/i386/include/cpufunc.h:332–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332static __inline void
333outsl(u_int port, const void *addr, size_t count)
334{
335 __asm __volatile("cld; rep; outsl"
336 : "+S" (addr), "+c" (count)
337 : "d" (port));
338}
339
340static __inline void
341outw(u_int port, u_short data)

Callers 1

bus_space_write_multi_4Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected