zephyr/arch/x86/core
Daniel Leung 564ca11631 kernel: mm: rename z_page_fault() to k_mem_page_fault()
This is part of a series of move memory management related
stuff out of Z_ namespace into its own namespace.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-06-12 21:13:26 -04:00
..
ia32 kernel: mm: rename Z_VM_KERNEL to K_MEM_IS_VM_KERNEL 2024-06-12 21:13:26 -04:00
intel64 kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* 2024-06-12 21:13:26 -04:00
offsets arch: remove the use of z_arch_esf_t completely from internal 2024-06-04 14:02:51 -05:00
cache.c arch/x86: Fixing dcache enable/disable code 2023-12-12 19:11:13 +01:00
CMakeLists.txt arch: x86: add interface for encode irq flags 2024-01-31 15:03:06 +01:00
common.S arch: x86: z_x86_prep_c -> z_prep_c 2023-12-11 18:23:52 -05:00
cpuhalt.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cpuid.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
early_serial.c arch: x86: added missing parenthesis 2024-05-20 15:16:38 +01:00
efi.c kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
fatal.c kernel: mm: rename z_page_fault() to k_mem_page_fault() 2024-06-12 21:13:26 -04:00
ia32.cmake cmake: oneApi: add oneApi support on windows. 2021-07-27 07:20:12 -04:00
intel64.cmake arch: x86_64: split irq.c into multiple files 2024-01-09 10:00:17 +01:00
Kconfig.ia32 debug: EXCEPTION_STACK_TRACE should depend on arch Kconfigs 2024-06-03 03:02:04 -07:00
Kconfig.intel64 debug: EXCEPTION_STACK_TRACE should depend on arch Kconfigs 2024-06-03 03:02:04 -07:00
legacy_bios.c kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
memmap.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
multiboot.c kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
pcie.c arch: x86: pcie: Remove old include 2023-12-06 09:17:08 +00:00
prep_c.c arch: call arch_smp_init() directly, do not use SYS_INIT 2024-06-12 18:23:54 -04:00
reboot_rst_cnt.c arch: x86: make sys_arch_reboot as weak function 2023-05-10 09:21:15 -05:00
spec_ctrl.c x86: prefix x86 SSBD and IBRS related kconfigs with X86 2024-03-06 10:21:46 +00:00
tls.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
userspace.c x86: add support for memory mapped stack for threads 2024-04-10 07:44:27 -04:00
x86_acpi.c arch: x86: add interface for encode irq flags 2024-01-31 15:03:06 +01:00
x86_mmu.c kernel: mm: rename z_page_fault() to k_mem_page_fault() 2024-06-12 21:13:26 -04:00