Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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);
1432 identify_cpu(); in init386()
/freebsd-13.1/sys/riscv/include/
H A Dcpu.h83 void identify_cpu(void);
/freebsd-13.1/sys/riscv/riscv/
H A Didentcpu.c183 identify_cpu(void) in identify_cpu() function
H A Dmp_machdep.c258 identify_cpu(); in init_secondary()
H A Dmachdep.c137 identify_cpu(); in cpu_startup()
/freebsd-13.1/sys/arm64/include/
H A Dcpu.h171 void identify_cpu(u_int);
/freebsd-13.1/sys/arm64/arm64/
H A Dmachdep.c752 identify_cpu(0); in initarm()
H A Dmp_machdep.c242 identify_cpu(cpu); in init_secondary()
H A Didentcpu.c1746 SYSINIT(identify_cpu, SI_SUB_CPU, SI_ORDER_MIDDLE, identify_cpu_sysinit, NULL);
2109 identify_cpu(u_int cpu) in identify_cpu() function