zephyr/arch/x86/core/intel64
Peter Mitsis 427f2c60da kernel: arch: add directed IPIs to x86/intel64
Adds support for directed IPIs to x86/intel64. Use of direct IPIs
can further reduce the number of schedule IPIs sent and processed
in a system. Fewer IPI related ISRs mean that ...
 1. Application code is interrupted less frequently
 2. Lower likelihood of scheduler spinlock contention

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2025-03-07 20:22:40 +01:00
..
coredump.c x86: coredump: support dumping privilege stack 2024-09-21 11:29:39 +02:00
cpu.c
fatal.c arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
irq_offload.c kernel: remove CONFIG_MP_NUM_CPUS 2024-09-19 18:28:37 +01:00
irq.c arch: x86: corrected parameter names 2024-06-27 20:06:20 -04:00
locore.S kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* 2024-06-12 21:13:26 -04:00
smp.c kernel: arch: add directed IPIs to x86/intel64 2025-03-07 20:22:40 +01:00
thread.c
tls.c
userspace.S kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* 2024-06-12 21:13:26 -04:00