Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dmpboot.S273 movq bootpcpu, %rax
H A Dmp_machdep.c101 void *bootpcpu; variable
200 pc = bootpcpu; in init_secondary()
430 bootpcpu = &__pcpu[cpu]; in start_all_aps()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c117 void *bootpcpu; variable
475 bootpcpu = pcpup; in start_cpu()
H A Dlocore.S304 adrp x18, bootpcpu
305 ldr x18, [x18, :lo12:bootpcpu]