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

/xnu-2422.115.4/osfmk/i386/vmx/
H A Dvmx_cpu.c72 vmx_is_cr0_valid(vmx_specs_t *specs) argument
75 return (0 == ((~cr0 & specs->cr0_fixed_0)|(cr0 & ~specs->cr0_fixed_1)));
83 vmx_is_cr4_valid(vmx_specs_t *specs) argument
86 return (0 == ((~cr4 & specs->cr4_fixed_0)|(cr4 & ~specs->cr4_fixed_1)));
119 vmx_specs_t *specs = &current_cpu_datap()->cpu_vmx.specs; local
131 if (specs->initialized)
134 specs
[all...]
H A Dvmx_cpu.h41 boolean_t initialized; /* the specs have already been read */
88 vmx_specs_t specs; /* this phys CPU's VMX specifications */ member in struct:vmx_cpu

Completed in 68 milliseconds