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

Function PUSHL

freebsd/i386/i386/vm86.c:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156static __inline void
157PUSHL(u_int x, struct vm86frame *vmf)
158{
159 vmf->vmf_sp -= 4;
160 vm86_suword(MAKE_ADDR(vmf->vmf_ss, vmf->vmf_sp), x);
161}
162
163static __inline u_short
164POP(struct vm86frame *vmf)

Callers 1

vm86_emulateFunction · 0.85

Calls 2

vm86_suwordFunction · 0.85
MAKE_ADDRFunction · 0.85

Tested by

no test coverage detected