zephyr/kernel/include
Peter Mitsis c6bc09223e kernel: Move current_fp field out of z_kernel
The current_fp field in the z_kernel structure is only used
by 32-bit x86 (which does not support SMP). As such, it should
reside in the arch specific of section of _kernel.cpus[0].

This also changes the name of 'current_fp' to 'fpu_owner' to
be more consistent with other architectures.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2025-03-14 05:47:10 +01:00
..
gen_offset.h
ipi.h
kernel_arch_interface.h kernel: arch: move arch_swap() declaration 2024-12-11 21:33:49 +01:00
kernel_internal.h kernel: Change z_handle_obj_poll_events() return type 2025-02-03 19:51:20 +01:00
kernel_offsets.h kernel: Move current_fp field out of z_kernel 2025-03-14 05:47:10 +01:00
kernel_tls.h
ksched.h kernel: fix void* to k_thread_entry_t conversion 2025-01-29 12:51:41 +01:00
kswap.h kernel: Remove clearing of swap_ok in do_swap() 2025-01-28 07:57:20 +01:00
kthread.h kernel: Streamline z_is_thread_ready() 2025-01-28 18:14:22 +01:00
mmu.h
offsets_short.h kernel: Move current_fp field out of z_kernel 2025-03-14 05:47:10 +01:00
priority_q.h kernel: make order_key field in thread conditional 2025-03-08 03:38:37 +01:00
timeout_q.h kernel: Alter z_abort_thread_timeout() return type 2025-01-09 04:04:36 +01:00
wait_q.h