Searched defs:SYSTEM_INFO (Results 1 – 1 of 1) sorted by relevance
203 struct SYSTEM_INFO { in get_num_cpus() struct204 wProcessorArchitecture: u16, in get_num_cpus()205 wReserved: u16, in get_num_cpus()206 dwPageSize: u32, in get_num_cpus()207 lpMinimumApplicationAddress: *mut u8, in get_num_cpus()208 lpMaximumApplicationAddress: *mut u8, in get_num_cpus()209 dwActiveProcessorMask: *mut u8, in get_num_cpus()210 dwNumberOfProcessors: u32, in get_num_cpus()211 dwProcessorType: u32, in get_num_cpus()212 dwAllocationGranularity: u32, in get_num_cpus()[all …]