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

Function inl

freebsd/i386/include/cpufunc.h:253–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253static __inline u_int
254inl(u_int port)
255{
256 u_int data;
257
258 __asm __volatile("inl %w1, %0" : "=a" (data) : "Nd" (port));
259 return (data);
260}
261
262static __inline void
263insb(u_int port, void *addr, size_t count)

Callers 12

pcireg_cfgreadFunction · 0.50
pci_cfgcheckFunction · 0.50
pcireg_cfgopenFunction · 0.50
piix_get_timecountFunction · 0.50
cpu_startupFunction · 0.50
led_funcFunction · 0.50
geode_get_timecountFunction · 0.50
geode_cputicksFunction · 0.50
bus_space_read_4Function · 0.50
bus_space_copy_region_4Function · 0.50
pci_uio_ioport_readFunction · 0.50
ioread32Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected