Home
last modified time | relevance | path

Searched defs:vmf (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dvm86.c150 PUSH(u_short x, struct vm86frame *vmf) in PUSH()
157 PUSHL(u_int x, struct vm86frame *vmf) in PUSHL()
164 POP(struct vm86frame *vmf) in POP()
173 POPL(struct vm86frame *vmf) in POPL()
182 vm86_emulate(struct vm86frame *vmf) in vm86_emulate()
645 vm86_prepcall(struct vm86frame *vmf) in vm86_prepcall()
680 vm86_trap(struct vm86frame *vmf) in vm86_trap()
701 vm86_intcall(int intnum, struct vm86frame *vmf) in vm86_intcall()
727 vm86_datacall(int intnum, struct vm86frame *vmf, struct vm86context *vmc) in vm86_datacall()
H A Dmachdep.c1817 struct vm86frame vmf; in getmemsize() local
/f-stack/freebsd/x86/cpufreq/
H A Dsmist.c132 struct vm86frame vmf; in int15_gsic_call() local
/f-stack/freebsd/i386/include/
H A Dvm86.h147 struct vm86frame vmf; member
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c954 u_int vmf) in ar9300_set_11n_virtual_more_frag()