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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/vmx/
H A Dvmx_cpu.c73 vmx_is_cr0_valid(vmx_specs_t *specs) argument
76 return (0 == ((~cr0 & specs->cr0_fixed_0)|(cr0 & ~specs->cr0_fixed_1)));
84 vmx_is_cr4_valid(vmx_specs_t *specs) argument
87 return (0 == ((~cr4 & specs->cr4_fixed_0)|(cr4 & ~specs->cr4_fixed_1)));
120 vmx_specs_t *specs = &current_cpu_datap()->cpu_vmx.specs; local
132 if (specs->initialized)
135 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 31 milliseconds