mmu_hal_paddr_to_vaddr() function
Convert physical address to virtual address
Arguments
target
physical memory target, see `mmu_target_t`
type
virtual address type, could be instruction or data
Return value
- true: found a matched vaddr - false: not found a matched vaddr
Notes
This function can only find the first match virtual address. However it is possible that a physical address is mapped to multiple virtual addresses.
mmu_hal_paddr_to_vaddr() is called by 1 function and calls 7 functions:
![]()
mmu_hal_paddr_to_vaddr()
mmu_hal_paddr_to_vaddr():
![]()
mmu_hal_paddr_to_vaddr()