zephyr/arch/x86/core
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
ia32 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intel64 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
offsets kconfig: Rename x86 FPU sharing symbols 2020-05-08 10:58:33 +02:00
acpi.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt global: Fix up leading/trailing blank lines in files 2020-01-27 17:41:55 -06:00
common.S arch/x86: factor out common assembly startup code 2019-10-07 19:46:55 -04:00
cpuhalt.c tracing: move headers under include/tracing 2020-02-07 15:58:05 -05:00
early_serial.c x86: early_serial: extend to support MMIO UART 2020-05-07 10:11:35 +02:00
fatal.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ia32.cmake kconfig: Rename x86 FPU sharing symbols 2020-05-08 10:58:33 +02:00
intel64.cmake x86: implement user mode on 64-bit 2020-01-13 16:35:10 -05:00
Kconfig.ia32 kconfig: Rename x86 FPU sharing symbols 2020-05-08 10:58:33 +02:00
Kconfig.intel64 kernel: remove unused offload workqueue option 2020-04-12 18:42:27 -04:00
memmap.c x86: Rework rework x86 related code to use new DTS macros 2020-04-30 08:37:18 -05:00
multiboot.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pcie.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
prep_c.c kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
reboot_rst_cnt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spec_ctrl.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
userspace.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
x86_mmu.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00