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

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dgenassym.c80 ASSYM(CSA_PCPU, offsetof(struct cpu_start_args, csa_pcpu));
81 ASSYM(CSA_STATE, offsetof(struct cpu_start_args, csa_state));
82 ASSYM(CSA_MID, offsetof(struct cpu_start_args, csa_mid));
83 ASSYM(CSA_STICK, offsetof(struct cpu_start_args, csa_stick));
84 ASSYM(CSA_TICK, offsetof(struct cpu_start_args, csa_tick));
85 ASSYM(CSA_TTES, offsetof(struct cpu_start_args, csa_ttes));
86 ASSYM(CSA_VER, offsetof(struct cpu_start_args, csa_ver));
H A Dmp_machdep.c111 struct cpu_start_args cpu_start_args = { 0, -1, -1, 0, 0, 0 }; variable in typeref:struct:cpu_start_args
304 volatile struct cpu_start_args *csa;
319 csa = &cpu_start_args;
370 volatile struct cpu_start_args *csa;
381 csa = &cpu_start_args;
420 volatile struct cpu_start_args *csa;
422 csa = &cpu_start_args;
H A Dmp_locore.S186 SET(cpu_start_args, %l1, %l0)
/freebsd-11-stable/sys/sparc64/include/
H A Dsmp.h73 struct cpu_start_args { struct

Completed in 79 milliseconds