Searched defs:aCpus (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dgvm.h82 /** Number of Virtual CPUs, i.e. how many entries there are in aCpus.
116 GVMCPU aCpus[1]; member in struct:GVM
H A Duvm.h149 UVMCPU aCpus[1]; member in struct:UVM
155 AssertCompileMemberAlignment(UVM, aCpus, 32);
H A Dvm.h749 #define VM_ASSERT_EMT0(pVM) VMCPU_ASSERT_EMT(&(pVM)->aCpus[0])
755 #define VM_ASSERT_EMT0_RETURN(pVM, rc) VMCPU_ASSERT_EMT_RETURN(&(pVM)->aCpus[0], (rc))
1176 VMCPU aCpus[1]; member in struct:VM

Completed in 35 milliseconds