Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dvm86.h84 #define vmf_cx ecx.r_w.r_x macro
/freebsd/sys/compat/x86bios/
H A Dx86bios.c93 vmf->vmf_cx = regs->R_CX; in x86bios_emu2vmf()
109 regs->R_CX = vmf->vmf_cx; in x86bios_vmf2emu()
/freebsd/sys/i386/i386/
H A Dmachdep.c1009 extmem = vmf.vmf_cx + vmf.vmf_dx * 64; in getmemsize()