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

/darwin-on-arm/xnu/osfmk/i386/vmx/
H A Dvmx_cpu.h85 } vmx_specs_t; typedef in typeref:struct:vmx_specs
88 vmx_specs_t specs; /* this phys CPU's VMX specifications */
H A Dvmx_cpu.c72 vmx_is_cr0_valid(vmx_specs_t *specs)
83 vmx_is_cr4_valid(vmx_specs_t *specs)
112 enter them into the vmx_specs_t structure. If VMX is not available or
114 the remainder of the vmx_specs_t uninitialized.
119 vmx_specs_t *specs = &current_cpu_datap()->cpu_vmx.specs;

Completed in 11 milliseconds