Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/arch/x86/
Darch_inlines.h20 static inline struct _cpu *arch_curr_cpu(void) in arch_curr_cpu()
22 struct _cpu *cpu; in arch_curr_cpu()
/Zephyr-Core-3.6.0/include/zephyr/
Dkernel_structs.h104 struct _cpu { struct
160 typedef struct _cpu _cpu_t; argument
163 struct _cpu cpus[CONFIG_MP_MAX_NUM_CPUS];
/Zephyr-Core-3.6.0/kernel/
Dusage.c36 static void sched_cpu_update_usage(struct _cpu *cpu, uint32_t cycles) in sched_cpu_update_usage()
103 struct _cpu *cpu = _current_cpu; in z_sched_usage_stop()
125 struct _cpu *cpu; in z_sched_cpu_usage()
176 struct _cpu *cpu; in z_sched_thread_usage()
259 struct _cpu *cpu = _current_cpu; in k_thread_runtime_stats_disable()
314 struct _cpu *cpu; in k_sys_runtime_stats_disable()
457 struct _cpu *cpu; in z_cpu_stats_query()
459 cpu = CONTAINER_OF(obj_core, struct _cpu, obj_core); in z_cpu_stats_query()
Dinit.c629 offsetof(struct _cpu, obj_core)); in init_cpu_obj_core_list()
/Zephyr-Core-3.6.0/include/zephyr/arch/x86/intel64/
Dthread.h86 struct _cpu *cpu;
/Zephyr-Core-3.6.0/subsys/debug/
Dthread_info.c46 [THREAD_INFO_OFFSET_K_CURR_THREAD] = offsetof(struct _cpu, current),
/Zephyr-Core-3.6.0/include/zephyr/sys/
Darch_interface.h467 static inline struct _cpu *arch_curr_cpu(void);
/Zephyr-Core-3.6.0/doc/kernel/object_cores/
Dindex.rst63 struct _cpu struct k_cycle_stats struct k_thread_runtime_stats
/Zephyr-Core-3.6.0/doc/kernel/services/smp/
Dsmp.rst242 These fields are now moved into a separate struct :c:struct:`_cpu` instance
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-2.1.rst692 * :github:`19599` - ARC builds missing z\_arch\_start\_cpu() when !SMP