Home
last modified time | relevance | path

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

/freebsd-14.2/sys/i386/i386/
H A Dvm86.c201 addr = MAKE_ADDR(vmf->vmf_cs, vmf->vmf_ip); in vm86_emulate()
272 vmf->vmf_cs = POP(vmf); in vm86_emulate()
350 PUSH(vmf->vmf_cs, vmf); in vm86_emulate()
353 &vmf->vmf_cs, &vmf->vmf_ip); in vm86_emulate()
360 vmf->vmf_cs = POP(vmf); in vm86_emulate()
657 vmf->vmf_cs = 0; in vm86_prepcall()
687 addr = MAKE_ADDR(vmf->vmf_cs, vmf->vmf_ip); in vm86_trap()
/freebsd-14.2/sys/i386/include/
H A Dvm86.h92 #define vmf_cs cs.r_w.r_x macro
/freebsd-14.2/sys/compat/x86bios/
H A Dx86bios.c185 vmf.vmf_cs = seg; in x86bios_call()