Home
last modified time | relevance | path

Searched refs:virt_ptr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/kernel/internal/
Dmm.h176 void z_phys_map(uint8_t **virt_ptr, uintptr_t phys, size_t size,
/Zephyr-Core-3.6.0/kernel/
Dmmu.c752 void z_phys_map(uint8_t **virt_ptr, uintptr_t phys, size_t size, uint32_t flags) in z_phys_map() argument
824 *virt_ptr = dest_addr + addr_offset; in z_phys_map()