Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dlocore.S129 call identify_cpu
317 ENTRY(identify_cpu)
442 END(identify_cpu)
H A Dmachdep.c159 void identify_cpu(void);
1422 identify_cpu(); in init386()
/freebsd/sys/riscv/include/
H A Dcpu.h102 void identify_cpu(u_int cpu);
/freebsd/sys/arm64/include/
H A Dcpu.h266 void identify_cpu(u_int);
/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c443 identify_cpu(cpu); in cpu_mp_start()
H A Didentcpu.c550 identify_cpu(u_int cpu) in identify_cpu() function
H A Dmachdep.c627 identify_cpu(0); in initriscv()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c255 identify_cpu(cpu); in init_secondary()
H A Dmachdep.c807 identify_cpu(0); in initarm()
H A Didentcpu.c2878 SYSINIT(identify_cpu, SI_SUB_CONFIGURE, SI_ORDER_ANY, identify_cpu_sysinit,
3323 identify_cpu(u_int cpu) in identify_cpu() function