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

Function POP

freebsd/i386/i386/vm86.c:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163static __inline u_short
164POP(struct vm86frame *vmf)
165{
166 u_short x = vm86_fuword16(MAKE_ADDR(vmf->vmf_ss, vmf->vmf_sp));
167
168 vmf->vmf_sp += 2;
169 return (x);
170}
171
172static __inline u_int
173POPL(struct vm86frame *vmf)

Callers 2

bpf_jit_compileFunction · 0.85
vm86_emulateFunction · 0.85

Calls 2

vm86_fuword16Function · 0.85
MAKE_ADDRFunction · 0.85

Tested by

no test coverage detected