Home
last modified time | relevance | path

Searched refs:ci_arm_cputype (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/arm/arm32/
H A Dcpu.c102 ci->ci_arm_cputype = ci->ci_arm_cpuid & CPU_ID_CPU_MASK; in cpu_attach()
203 if (ci->ci_arm_cputype == CPU_ID_SA110 && in cpu_attach()
H A Darm32_machdep.c818 ci->ci_arm_cputype = ci->ci_arm_cpuid & CPU_ID_CPU_MASK; in cpu_init_secondary_processor()
H A Dpmap.c4717 if (rv == 0 && curcpu()->ci_arm_cputype == CPU_ID_SA110 && in pmap_fault_fixup()
/netbsd-src/sys/arch/arm/include/
H A Dcpu.h197 uint32_t ci_arm_cputype; /* CPU type */ member