Searched refs:mmu_hal_paddr_to_vaddr (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | mmu_hal.h | 105 bool mmu_hal_paddr_to_vaddr(uint32_t mmu_id, uint32_t paddr, mmu_target_t target, mmu_vaddr_t type,…
|
/hal_espressif-latest/components/spi_flash/ |
D | flash_mmap.c | 323 mmu_hal_paddr_to_vaddr(0, phys_addr, MMU_TARGET_FLASH0, MMU_VADDR_INSTRUCTION, &vaddr); in is_page_mapped_in_cache() 325 mmu_hal_paddr_to_vaddr(0, phys_addr, MMU_TARGET_FLASH0, MMU_VADDR_DATA, &vaddr); in is_page_mapped_in_cache()
|
/hal_espressif-latest/components/hal/ |
D | mmu_hal.c | 133 bool mmu_hal_paddr_to_vaddr(uint32_t mmu_id, uint32_t paddr, mmu_target_t target, mmu_vaddr_t type,… in mmu_hal_paddr_to_vaddr() function
|
/hal_espressif-latest/components/esp_mm/ |
D | esp_mmu_map.c | 736 bool found = mmu_hal_paddr_to_vaddr(0, paddr, target, type, out_vaddr); in s_paddr_to_vaddr()
|