Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dmmu_hal.h105 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/
Dflash_mmap.c323 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/
Dmmu_hal.c133 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/
Desp_mmu_map.c736 bool found = mmu_hal_paddr_to_vaddr(0, paddr, target, type, out_vaddr); in s_paddr_to_vaddr()