Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sparc64/sparc64/
H A Dgenassym.c82 ASSYM(CSA_PCPU, offsetof(struct cpu_start_args, csa_pcpu));
83 ASSYM(CSA_STATE, offsetof(struct cpu_start_args, csa_state));
84 ASSYM(CSA_MID, offsetof(struct cpu_start_args, csa_mid));
85 ASSYM(CSA_STICK, offsetof(struct cpu_start_args, csa_stick));
86 ASSYM(CSA_TICK, offsetof(struct cpu_start_args, csa_tick));
87 ASSYM(CSA_TTES, offsetof(struct cpu_start_args, csa_ttes));
88 ASSYM(CSA_VER, offsetof(struct cpu_start_args, csa_ver));
H A Dmp_machdep.c113 struct cpu_start_args cpu_start_args = { 0, -1, -1, 0, 0, 0 }; variable
306 volatile struct cpu_start_args *csa; in ap_start()
321 csa = &cpu_start_args; in ap_start()
370 volatile struct cpu_start_args *csa; in cpu_mp_unleash()
381 csa = &cpu_start_args; in cpu_mp_unleash()
420 volatile struct cpu_start_args *csa; in cpu_mp_bootstrap()
422 csa = &cpu_start_args; in cpu_mp_bootstrap()
H A Dmp_locore.S186 SET(cpu_start_args, %l1, %l0)
/freebsd-12.1/sys/sparc64/include/
H A Dsmp.h75 struct cpu_start_args { struct