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

Function invd

freebsd/i386/include/cpufunc.h:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289static __inline void
290invd(void)
291{
292 __asm __volatile("invd");
293}
294
295static __inline u_short
296inw(u_int port)

Callers 3

init_bluelightningFunction · 0.50
init_486dlcFunction · 0.50
init_cy486dxFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected