Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/vmx/
H A Dvmx_cpu.h56 } vmx_specs_t; typedef
59 vmx_specs_t specs; /* this phys CPU's VMX specifications */
H A Dvmx_cpu.c75 vmx_is_cr0_valid(vmx_specs_t *specs) in vmx_is_cr0_valid()
86 vmx_is_cr4_valid(vmx_specs_t *specs) in vmx_is_cr4_valid()
128 vmx_specs_t *specs = &current_cpu_datap()->cpu_vmx.specs; in vmx_cpu_init()