Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GET_VEC
Function
GET_VEC
freebsd/i386/i386/vm86.c:136–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
static __inline void
137
GET_VEC(u_int vec, u_short *sel, u_short *off)
138
{
139
*sel = vec >> 16;
140
*off = vec & 0xffff;
141
}
142
143
static __inline u_int
144
MAKE_VEC(u_short sel, u_short off)
Callers
1
vm86_emulate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected