Home
last modified time | relevance | path

Searched refs:mmu_ll_check_entry_valid (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmmu_ll.h251 static inline bool mmu_ll_check_entry_valid(uint32_t mmu_id, uint32_t entry_id) in mmu_ll_check_entry_valid() function
269 HAL_ASSERT(mmu_ll_check_entry_valid(mmu_id, entry_id)); in mmu_ll_get_entry_target()
309 if (mmu_ll_check_entry_valid(mmu_id, i)) { in mmu_ll_find_entry_id_based_on_map_value()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmmu_ll.h233 static inline bool mmu_ll_check_entry_valid(uint32_t mmu_id, uint32_t entry_id) in mmu_ll_check_entry_valid() function
289 if (mmu_ll_check_entry_valid(mmu_id, i)) { in mmu_ll_find_entry_id_based_on_map_value()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dmmu_ll.h233 static inline bool mmu_ll_check_entry_valid(uint32_t mmu_id, uint32_t entry_id) in mmu_ll_check_entry_valid() function
288 if (mmu_ll_check_entry_valid(mmu_id, i)) { in mmu_ll_find_entry_id_based_on_map_value()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dmmu_ll.h266 static inline bool mmu_ll_check_entry_valid(uint32_t mmu_id, uint32_t entry_id) in mmu_ll_check_entry_valid() function
335 if (mmu_ll_check_entry_valid(mmu_id, i)) { in mmu_ll_find_entry_id_based_on_map_value()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmmu_ll.h277 static inline bool mmu_ll_check_entry_valid(uint32_t mmu_id, uint32_t entry_id) in mmu_ll_check_entry_valid() function
351 if (mmu_ll_check_entry_valid(mmu_id, i)) { in mmu_ll_find_entry_id_based_on_map_value()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmmu_ll.h303 static inline bool mmu_ll_check_entry_valid(uint32_t mmu_id, uint32_t entry_id) in mmu_ll_check_entry_valid() function
377 if (mmu_ll_check_entry_valid(mmu_id, i)) { in mmu_ll_find_entry_id_based_on_map_value()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmmu_ll.h305 static inline bool mmu_ll_check_entry_valid(uint32_t mmu_id, uint32_t entry_id) in mmu_ll_check_entry_valid() function
328 HAL_ASSERT(mmu_ll_check_entry_valid(mmu_id, entry_id)); in mmu_ll_get_entry_target()
/hal_espressif-latest/components/hal/
Dmmu_hal.c119 if (!mmu_ll_check_entry_valid(mmu_id, entry_id)) { in mmu_hal_vaddr_to_paddr()