commit | e6df25f68cfec47739faf48800dffc1fc5847690 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Apr 14 12:57:03 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 07 13:36:22 2021 -0400 |
tree | 21dbad84922055f539c9375d4ee6ae09f396f41a | |
parent | 786cf641dcf5476252a4e1d0d50a7c3adb80b6a8 [diff] |
kernel: mmu: implement z_phys_unmap() This provides a counterpart to z_phys_map() which can be used to temporary map memory region during boot process, and subsequently discards the mapping. Signed-off-by: Daniel Leung <daniel.leung@intel.com>