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

Function vm86_fuword

freebsd/i386/i386/vm86.c:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121static long
122vm86_fuword(volatile const void *base)
123{
124
125 if (curthread->td_critnest != 0)
126 return (*(volatile const long *)base);
127 return (fuword(base));
128}
129
130static __inline caddr_t
131MAKE_ADDR(u_short sel, u_short off)

Callers 2

POPLFunction · 0.85
vm86_emulateFunction · 0.85

Calls 1

fuwordFunction · 0.85

Tested by

no test coverage detected