Home
last modified time | relevance | path

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

/freebsd/sys/x86/cpufreq/
H A Dsmist.c138 *smi_cmd = vmf.vmf_ebx & 0xff; in int15_gsic_call()
139 *command = (vmf.vmf_ebx >> 16) & 0xff; in int15_gsic_call()
/freebsd/sys/i386/include/
H A Dvm86.h81 #define vmf_ebx ebx.r_ex macro
/freebsd/sys/i386/i386/
H A Dmachdep.c962 vmf.vmf_ebx = 0; in getmemsize()
973 } while (vmf.vmf_ebx != 0); in getmemsize()