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

Function MAKE_ADDR

freebsd/i386/i386/vm86.c:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130static __inline caddr_t
131MAKE_ADDR(u_short sel, u_short off)
132{
133 return ((caddr_t)((sel << 4) + off));
134}
135
136static __inline void
137GET_VEC(u_int vec, u_short *sel, u_short *off)

Callers 7

PUSHFunction · 0.85
PUSHLFunction · 0.85
POPFunction · 0.85
POPLFunction · 0.85
vm86_emulateFunction · 0.85
vm86_trapFunction · 0.85
vm86_getaddrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected