Searched refs:k_mem_map_phys_guard (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/kernel/ |
D | mm.h | 192 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/ |
D | mm.h | 304 void *k_mem_map_phys_guard(uintptr_t phys, size_t size, uint32_t flags, bool is_anon);
|
/Zephyr-latest/kernel/ |
D | thread.c | 423 void *stack_mapped = k_mem_map_phys_guard((uintptr_t)stack, stack_obj_size, in setup_thread_stack()
|
D | mmu.c | 569 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
|