zephyr/arch/x86/core
Kumar Gala 4b22ba7e4b syscall: Move arch specific syscall code into its own header
Split out the arch specific syscall code to reduce include pollution
from other arch related headers.  For example on ARM its possible to get
errno.h included via SoC specific headers.  Which created an interesting
compile issue because of the order of syscall & errno/errno syscall
inclusion.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-08-02 22:06:49 -05:00
..
offsets gen_isr_tables: Delete the dead code accompanying .intList.num_isrs 2018-06-25 12:54:49 -07:00
CMakeLists.txt clang: fix for x86 iamcu 2018-07-01 22:58:09 +02:00
Kconfig arch: x86: Kconfig: Remove redundant 'default n' properties 2018-06-26 11:07:57 -05:00
cache.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cache_s.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
cpuhalt.c tests: benchmark: boot_time: Reading time stamps made arch agnostic 2017-06-16 07:37:37 -05:00
crt0.S kconfig: decouple realmode boot from CONFIG_JAIHOUSE 2018-07-24 15:37:09 -07:00
excstub.S arch: x86: Use retpolines in core assembly routines 2018-04-24 04:00:01 +05:30
fatal.c x86: add z_arch_user_string_nlen 2018-07-31 07:47:15 -07:00
float.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
intstub.S kernel: Remove legacy preemption checking 2018-05-25 09:40:55 -07:00
irq_manage.c kernel: Remove legacy preemption checking 2018-05-25 09:40:55 -07:00
irq_offload.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
reboot_rst_cnt.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
spec_ctrl.c arch: x86: Allow disabling speculative store bypass 2018-05-24 13:07:12 -04:00
swap.S arch: x86: Use retpolines in core assembly routines 2018-04-24 04:00:01 +05:30
sys_fatal_error_handler.c qemu_x86: terminate emulator on fatal system error 2017-07-22 09:46:26 -04:00
thread.c kernel: move thread monitor init to common code 2018-06-06 14:26:45 -04:00
userspace.S syscall: Move arch specific syscall code into its own header 2018-08-02 22:06:49 -05:00
x86_mmu.c userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00