Home
last modified time | relevance | path

Searched refs:vmf_cs (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/i386/i386/
H A Dvm86.c200 addr = MAKE_ADDR(vmf->vmf_cs, vmf->vmf_ip); in vm86_emulate()
271 vmf->vmf_cs = POP(vmf); in vm86_emulate()
349 PUSH(vmf->vmf_cs, vmf); in vm86_emulate()
352 &vmf->vmf_cs, &vmf->vmf_ip); in vm86_emulate()
359 vmf->vmf_cs = POP(vmf); in vm86_emulate()
656 vmf->vmf_cs = 0; in vm86_prepcall()
686 addr = MAKE_ADDR(vmf->vmf_cs, vmf->vmf_ip); in vm86_trap()
/freebsd/sys/i386/include/
H A Dvm86.h92 #define vmf_cs cs.r_w.r_x macro
/freebsd/sys/compat/x86bios/
H A Dx86bios.c185 vmf.vmf_cs = seg; in x86bios_call()