zephyr/arch/x86
Carlo Caione 189cd1f4a2 cache: Rework cache API
The cache operations must be quick, optimized and possibly inlined. The
current API is clunky, functions are not inlined and passing parameters
around that are basically always known at compile time.

In this patch we rework the cache functions to allow us to get rid of
useless parameters and make inlining easier.

In particular this changeset is doing three things:

1. `CONFIG_HAS_ARCH_CACHE` is now `CONFIG_ARCH_CACHE` and
   `CONFIG_HAS_EXTERNAL_CACHE` is now `CONFIG_EXTERNAL_CACHE`

2. The cache API has been reworked.

3. Comments are added.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-12-01 13:40:56 -05:00
..
core cache: Rework cache API 2022-12-01 13:40:56 -05:00
include
zefi
CMakeLists.txt
Kconfig drivers: display: framebuffer: rework to make it self-contained 2022-09-02 14:16:08 +02:00
gen_gdt.py
gen_idt.py
gen_mmu.py
ia32.cmake
intel64.cmake
timing.c