Searched refs:_cpu (Results 1 – 8 of 8) sorted by relevance
18 static inline struct _cpu *arch_curr_cpu(void) in arch_curr_cpu()20 struct _cpu *cpu; in arch_curr_cpu()
99 struct _cpu { struct133 typedef struct _cpu _cpu_t; argument136 struct _cpu cpus[CONFIG_MP_NUM_CPUS];
31 GEN_ABSOLUTE_SYM(___cpu_t_SIZEOF, sizeof(struct _cpu));
86 struct _cpu *cpu;
43 [THREAD_INFO_OFFSET_K_CURR_THREAD] = offsetof(struct _cpu, current),
384 static inline struct _cpu *arch_curr_cpu(void);
242 These fields are now moved into a separate struct :c:struct:`_cpu` instance
692 * :github:`19599` - ARC builds missing z\_arch\_start\_cpu() when !SMP