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

Function PUSH

freebsd/i386/i386/vm86.c:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149static __inline void
150PUSH(u_short x, struct vm86frame *vmf)
151{
152 vmf->vmf_sp -= 2;
153 vm86_suword16(MAKE_ADDR(vmf->vmf_ss, vmf->vmf_sp), x);
154}
155
156static __inline void
157PUSHL(u_int x, struct vm86frame *vmf)

Callers 3

bpf_jit_compileFunction · 0.85
vm86_emulateFunction · 0.85
bpf_jit_compileFunction · 0.85

Calls 2

vm86_suword16Function · 0.85
MAKE_ADDRFunction · 0.85

Tested by

no test coverage detected