Home
last modified time | relevance | path

Searched defs:_cpu (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/
Dkernel_structs.h147 struct _cpu { struct
149 uint32_t nested;
152 char *irq_stack;
155 struct k_thread *current;
158 struct k_thread *idle_thread;
161 struct _ready_q ready_q;
167 struct k_thread *metairq_preempted;
170 uint8_t id;
173 void *fp_ctx;
200 struct _cpu_arch arch; argument
[all …]