Home
last modified time | relevance | path

Searched refs:hostinfo (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.81.2/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c253 kdp_hostinfo_t *hostinfo in kdp_machine_hostinfo() argument
258 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()
/xnu-8792.81.2/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c217 kdp_machine_hostinfo(kdp_hostinfo_t * hostinfo) in kdp_machine_hostinfo() argument
219 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()
/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_internal.h161 kdp_hostinfo_t *hostinfo
H A Dkdp_protocol.h251 kdp_hostinfo_t hostinfo; member
H A Dkdp.c340 kdp_machine_hostinfo(&rp->hostinfo); in kdp_hostinfo()