zephyr/include/zephyr/sys
Daniel Leung 552e29790d 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>
2024-06-12 21:13:26 -04:00
..
internal
__assert.h coding guidelines: comply with MISRA Rule 20.9 2024-05-01 10:52:54 -04:00
atomic_arch.h
atomic_builtin.h sys: atomic_builtin.h: Add missing include 2024-03-19 10:26:03 -05:00
atomic_c.h build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
atomic_types.h
atomic.h sys: Include sys/util.h header in sys/atomic.h 2024-03-06 12:51:52 -05:00
barrier_builtin.h
barrier.h include/zephyr: Add 'version' and 'since' tag to groups 2024-03-19 13:13:45 +01:00
base64.h
bitarray.h docs: bitarray: fix missing documentation 2024-05-23 07:45:59 -04:00
byteorder.h sys: byteorder: Add 40 bit variants 2024-03-26 19:32:27 -04:00
cbprintf_cxx.h
cbprintf_enums.h
cbprintf_internal.h sys: ignore ineffective bitwise and from clang-tidy 2024-05-29 10:48:27 -07:00
cbprintf.h
check.h
crc.h lib: crc: Add OpenPGP CRC-24 2024-05-29 10:51:21 -07:00
device_mmio.h kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
dlist.h sys: dlist: remove toolchain.h include 2024-02-25 20:52:45 -05:00
errno_private.h build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
fdtable.h
hash_function.h
hash_map_api.h
hash_map_cxx.h
hash_map_oa_lp.h
hash_map_sc.h
hash_map.h
heap_listener.h
iterable_sections.h
kobject.h build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
libc-hooks.h build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
linear_range.h
list_gen.h coding guidelines: comply with MISRA Rule 12.1. 2024-05-12 13:37:54 -04:00
math_extras_impl.h coding guidelines: comply with MISRA Rule 12.1. 2024-05-12 13:37:54 -04:00
math_extras.h
mem_blocks.h
mem_manage.h
mem_stats.h
mpsc_lockfree.h sys: MPSC doc comment cleanup 2024-06-06 00:42:29 -07:00
mpsc_packet.h
mpsc_pbuf.h
multi_heap.h multi_heap: keep number of heaps as an unsigned value 2024-01-25 11:36:23 +00:00
mutex.h build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
notify.h
onoff.h
p4wq.h
poweroff.h
printk.h
rb.h coding guidelines: comply with MISRA Rule 13.4 2024-05-12 13:38:25 -04:00
reboot.h
ring_buffer.h
sem.h Revert "sys_sem: add a for-loop-like macro similar to spinlocks" 2024-04-23 11:51:44 -04:00
sflist.h sys: sflist: allow usage of all available flag bits 2024-05-01 22:55:34 +01:00
slist.h kernel: api: sys_slist find zephyrproject-rtos#65973 2024-03-12 13:46:29 -04:00
speculation.h
spsc_lockfree.h sys: Add a lockfree mpsc and spsc queues 2024-06-06 00:42:29 -07:00
spsc_pbuf.h
sys_heap.h kernel: docs: correct sys_heap_aligned_realloc 2024-05-15 15:00:12 +02:00
sys_io.h
time_units.h build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
timeutil.h
util_internal_is_eq.h
util_internal_util_dec.h
util_internal_util_inc.h
util_internal_util_x2.h
util_internal.h sys: util: Rework CONCAT to support variable length arguments 2024-01-12 09:57:57 +01:00
util_listify.h
util_loops.h sys: util: Accept empty FOR_EACH 2024-01-29 11:32:54 +01:00
util_macro.h include: sys: util: add note and test for NUM_VA_ARGS_LESS_1 2024-05-01 22:56:00 +01:00
util.h sys: util: Add SIZEOF_FIELD() macro 2024-06-07 21:43:07 +02:00
winstream.h