Home
last modified time | relevance | path

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

/freebsd/sys/x86/cpufreq/
H A Dsmist.c132 vmf.vmf_eax = 0x0000E980; /* IST support */ in int15_gsic_call()
136 if (vmf.vmf_eax == 0x47534943) { in int15_gsic_call()
137 *sig = vmf.vmf_eax; in int15_gsic_call()
/freebsd/sys/i386/include/
H A Dvm86.h77 #define vmf_eax eax.r_ex macro
/freebsd/sys/i386/i386/
H A Dmachdep.c960 vmf.vmf_eax = 0xE820; in getmemsize()
964 if (i || vmf.vmf_eax != SMAP_SIG) in getmemsize()