Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/
Dkernel_structs.h101 struct _cpu { struct
103 uint32_t nested;
106 char *irq_stack;
109 struct k_thread *current;
112 struct k_thread *idle_thread;
115 struct _ready_q ready_q;
121 struct k_thread *metairq_preempted;
124 uint8_t id;
127 void *fp_ctx;
154 struct _cpu_arch arch; argument
[all …]