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

Function insl

freebsd/i386/include/cpufunc.h:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static __inline void
281insl(u_int port, void *addr, size_t count)
282{
283 __asm __volatile("cld; rep; insl"
284 : "+D" (addr), "+c" (count)
285 : "d" (port)
286 : "memory");
287}
288
289static __inline void
290invd(void)

Callers 1

bus_space_read_multi_4Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected