zephyr/include/sys
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
..
__assert.h
arch_interface.h
atomic.h
base64.h
byteorder.h
cbprintf.h
check.h
crc.h
device_mmio.h
dlist.h
errno_private.h
fdtable.h
kobject.h
libc-hooks.h
list_gen.h
math_extras_impl.h
math_extras.h
mem_manage.h
mutex.h
notify.h
onoff.h
printk.h
rb.h
ring_buffer.h
sem.h
sflist.h
slist.h
speculation.h
sys_heap.h
sys_io.h
thread_stack.h
time_units.h
timeutil.h
util_internal.h
util_macro.h
util.h