Home
last modified time | relevance | path

Searched refs:identify_cpu (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dlocore.s132 call identify_cpu
322 ENTRY(identify_cpu)
447 END(identify_cpu)
H A Dmachdep.c163 void identify_cpu(void);
2342 identify_cpu(); in init386()
/f-stack/freebsd/arm64/include/
H A Dcpu.h169 void identify_cpu(u_int);
/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c242 identify_cpu(cpu); in init_secondary()
H A Didentcpu.c1234 SYSINIT(identify_cpu, SI_SUB_CPU, SI_ORDER_ANY, identify_cpu_sysinit, NULL);
1685 identify_cpu(u_int cpu) in identify_cpu() function
H A Dmachdep.c1247 identify_cpu(0); in initarm()