zephyr/arch/x86
Andrew Boie d2ad783a97 mmu: rename z_mem_map to z_phys_map
Renamed to make its semantics clearer; this function maps
*physical* memory addresses and is not equivalent to
posix mmap(), which might confuse people.

mem_map test case remains the same name as other memory
mapping scenarios will be added in the fullness of time.

Parameter names to z_phys_map adjusted slightly to be more
consistent with names used in other memory mapping functions.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-12-16 08:55:55 -05:00
..
core mmu: rename z_mem_map to z_phys_map 2020-12-16 08:55:55 -05:00
include x86: mmu: clarify physical/virtual conversions 2020-12-15 14:16:51 -05:00
zefi
CMakeLists.txt
gen_gdt.py
gen_idt.py
gen_mmu.py
ia32.cmake
intel64.cmake
Kconfig arch: mem protect Kconfig cleanups 2020-11-18 08:02:08 -05:00
timing.c