Searched refs:vmx_specs_t (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/osfmk/i386/vmx/
H A Dvmx_cpu.h56 } vmx_specs_t; typedef in typeref:struct:vmx_specs
59 vmx_specs_t specs; /* this phys CPU's VMX specifications */
H A Dvmx_cpu.c75 vmx_is_cr0_valid(vmx_specs_t *specs)
86 vmx_is_cr4_valid(vmx_specs_t *specs)
129 enter them into the vmx_specs_t structure. If VMX is not available or
131 the remainder of the vmx_specs_t uninitialized.
136 vmx_specs_t *specs = &current_cpu_datap()->cpu_vmx.specs;

Completed in 69 milliseconds