Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/
Dkernel_structs.h144 struct _cpu { struct
146 uint32_t nested;
149 char *irq_stack;
152 struct k_thread *current;
155 struct k_thread *idle_thread;
158 struct _ready_q ready_q;
164 struct k_thread *metairq_preempted;
167 uint8_t id;
170 void *fp_ctx;
197 struct _cpu_arch arch; argument
[all …]