zephyr/kernel/include
Peter Mitsis e50851d476 arch: xtensa: Add support for lazy HiFi ctx switching
When lazy HiFi context switching is enabled, the system starts with
the HiFi coprocessor disabled. Should the thread use that coprocessor,
it will generate an exception which in turn will enable the coprocessor
and save/restore the HiFi registers as appropriate. When switching
to a new thread, the HiFi coprocessor is again disabled.

For simplicity, there are no restrictions as to which thread is allowed
to use the coprocessor.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2025-07-20 12:25:17 -04:00
..
gen_offset.h
ipi.h
kernel_arch_interface.h arch: xtensa: Add support for lazy HiFi ctx switching 2025-07-20 12:25:17 -04:00
kernel_internal.h kernel: mempool: decouple simple alloc from aligned_alloc 2025-04-01 22:13:04 +02:00
kernel_offsets.h
kernel_tls.h
ksched.h kernel: move z_sched_lock inside k_sched_lock 2025-07-08 13:38:48 -05:00
kswap.h kernel: kswap: removes unused arch_swap function declaration 2025-06-18 17:48:03 -04:00
kthread.h
mmu.h
offsets_short.h
priority_q.h kernel: priority_q: fix comparison of int of different signs 2025-05-13 10:05:52 +02:00
timeout_q.h kernel: timeout: z_add_timeout to return expiration tick 2025-04-15 19:09:33 +02:00
wait_q.h