zephyr/arch/x86
Mrinal Sen 1246cb8cef debug: tracing: Remove unneeded abstraction
Various C and Assembly modules
make function calls to z_sys_trace_*. These merely call
corresponding functions sys_trace_*. This commit
is to simplify these by making direct function calls
to the sys_trace_* functions from these modules.
Subsequently, the z_sys_trace_* functions are removed.

Signed-off-by: Mrinal Sen <msen@oticon.com>
2019-09-26 06:26:22 -04:00
..
core debug: tracing: Remove unneeded abstraction 2019-09-26 06:26:22 -04:00
include arch/x86: (Intel64) move RAX to volatile register set 2019-09-23 17:50:09 -07:00
CMakeLists.txt arch/x86: rename X64 references to Intel64 2019-09-15 11:33:47 +08:00
gen_gdt.py scripts: Simplify code with sys.exit(<string>) 2019-09-08 12:34:16 +02:00
gen_idt.py x86: gen_idt.py: Use enumerate() to fix pylint warning 2019-09-10 15:53:49 +02:00
ia32.cmake arch/x86: remove support for IAMCU ABI 2019-09-07 10:07:42 -04:00
intel64.cmake arch/x86: initial Intel64 bootstrap framework 2019-09-15 11:33:47 +08:00
Kconfig arch/x86: (Intel64) migrate from __swap to z_arch_switch() 2019-09-23 17:50:09 -07:00