zephyr/arch/x86/core/intel64
Andrew Boie ddb63c404f x86_64: fix sendling locore EOI
The address was being truncated because we were using
32-bit registers. CONFIG_MMU is always enabled on 64-bit,
remove the #ifdef.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-08-25 15:49:59 -04:00
..
coredump.c coredump: add support for x86 and x86_64 2020-08-24 20:28:24 -04:00
cpu.c kernel: z_interrupt_stacks are now kernel stacks 2020-07-30 21:11:14 -04:00
fatal.c x86: implement user mode on 64-bit 2020-01-13 16:35:10 -05:00
irq.c arch/x86: Add a spurious interrupt handler to x86_64 2020-07-08 12:34:09 +02:00
locore.S x86_64: fix sendling locore EOI 2020-08-25 15:49:59 -04:00
thread.c kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00
userspace.S x86_64: instrument code for timing information 2020-05-20 22:36:04 +02:00