Home
last modified time | relevance | path

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

/freebsd-13.1/sys/i386/i386/
H A Dvm86.c203 addr = MAKE_ADDR(vmf->vmf_cs, vmf->vmf_ip); in vm86_emulate()
274 vmf->vmf_cs = POP(vmf); in vm86_emulate()
352 PUSH(vmf->vmf_cs, vmf); in vm86_emulate()
355 &vmf->vmf_cs, &vmf->vmf_ip); in vm86_emulate()
362 vmf->vmf_cs = POP(vmf); in vm86_emulate()
659 vmf->vmf_cs = 0; in vm86_prepcall()
689 addr = MAKE_ADDR(vmf->vmf_cs, vmf->vmf_ip); in vm86_trap()
/freebsd-13.1/sys/i386/include/
H A Dvm86.h94 #define vmf_cs cs.r_w.r_x macro
/freebsd-13.1/sys/compat/x86bios/
H A Dx86bios.c187 vmf.vmf_cs = seg; in x86bios_call()