Home
last modified time | relevance | path

Searched refs:k_mem_map_phys_guard (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/kernel/
Dmm.h192 return k_mem_map_phys_guard((uintptr_t)NULL, size, flags, true); in k_mem_map()
239 return k_mem_map_phys_guard(location, size, flags, false); in k_mem_map_unpaged()
/Zephyr-latest/include/zephyr/kernel/internal/
Dmm.h304 void *k_mem_map_phys_guard(uintptr_t phys, size_t size, uint32_t flags, bool is_anon);
/Zephyr-latest/kernel/
Dthread.c423 void *stack_mapped = k_mem_map_phys_guard((uintptr_t)stack, stack_obj_size, in setup_thread_stack()
Dmmu.c569 void *k_mem_map_phys_guard(uintptr_t phys, size_t size, uint32_t flags, bool is_anon) in k_mem_map_phys_guard() function