Searched refs:hostinfo (Results 1 – 5 of 5) sorted by relevance
253 kdp_hostinfo_t *hostinfo in kdp_machine_hostinfo() argument258 hostinfo->cpus_mask = 0; in kdp_machine_hostinfo()265 hostinfo->cpus_mask |= (1 << i); in kdp_machine_hostinfo()268 hostinfo->cpu_type = cpuid_cputype() | CPU_ARCH_ABI64; in kdp_machine_hostinfo()269 hostinfo->cpu_subtype = cpuid_cpusubtype(); in kdp_machine_hostinfo()
217 kdp_machine_hostinfo(kdp_hostinfo_t * hostinfo) in kdp_machine_hostinfo() argument219 hostinfo->cpus_mask = 1; in kdp_machine_hostinfo()220 hostinfo->cpu_type = slot_type(0); in kdp_machine_hostinfo()221 hostinfo->cpu_subtype = slot_subtype(0); in kdp_machine_hostinfo()
161 kdp_hostinfo_t *hostinfo
251 kdp_hostinfo_t hostinfo; member
340 kdp_machine_hostinfo(&rp->hostinfo); in kdp_hostinfo()