commit | 552e29790d84ec437761e2fcac501b7ace6c3049 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jun 06 09:26:10 2024 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jun 12 21:13:26 2024 -0400 |
tree | 48054d3f9ce7732c433c5cec6f56915ac429f761 | |
parent | 295254a96b8a8e8b5397f803710202470d41d07b [diff] |
kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare This renames z_phys_map() and z_phys_unmap() to k_mem_map_phys_bare() and k_mem_unmap_phys_bare() respectively. This is part of the series to move memory management functions away from the z_ namespace. Signed-off-by: Daniel Leung <daniel.leung@intel.com>