Home
last modified time | relevance | path

Searched refs:sys_mm_drv_page_phys_get (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/mm/
Dsystem_mm.h403 int sys_mm_drv_page_phys_get(void *virt, uintptr_t *phys);
/Zephyr-latest/drivers/mm/
Dmm_drv_common.c55 if (sys_mm_drv_page_phys_get(va, NULL) != 0) { in sys_mm_drv_is_virt_region_mapped()
72 if (sys_mm_drv_page_phys_get(va, NULL) != -EFAULT) { in sys_mm_drv_is_virt_region_unmapped()
270 ret = sys_mm_drv_page_phys_get(va_old, &pa); in sys_mm_drv_simple_remap_region()
Dmm_drv_ti_rat.c101 int sys_mm_drv_page_phys_get(void *virt, uintptr_t *phys) in sys_mm_drv_page_phys_get() function
DKconfig53 sys_mm_drv_page_phys_get() function from the system_mm API.
Dmm_drv_intel_adsp_tlb.c209 int sys_mm_drv_page_phys_get(void *virt, uintptr_t *phys) in sys_mm_drv_page_phys_get() function
Dmm_drv_intel_adsp_mtl_tlb.c513 int sys_mm_drv_page_phys_get(void *virt, uintptr_t *phys) in sys_mm_drv_page_phys_get() function
662 ret2 = sys_mm_drv_page_phys_get(va_old, &pa); in sys_mm_drv_move_region()
/Zephyr-latest/include/zephyr/sys/
Ddevice_mmio.h110 sys_mm_drv_page_phys_get((void *) phys_addr, virt_addr); in device_map()