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

Function outl

freebsd/amd64/include/cpufunc.h:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241static __inline void
242outl(u_int port, u_int data)
243{
244 __asm __volatile("outl %0, %w1" : : "a" (data), "Nd" (port));
245}
246
247static __inline void
248outsb(u_int port, const void *addr, size_t count)

Callers 3

pci_cfgenableFunction · 0.50
pcireg_cfgwriteFunction · 0.50
cpu_startupFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected