Home
last modified time | relevance | path

Searched refs:cache_ll_l1_get_bus (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.7.0/components/esp_psram/
Dmmu_psram_flash.c66 cache_bus_mask_t bus_mask = cache_ll_l1_get_bus(0, SOC_EXTRAM_DATA_HIGH, 0); in mmu_config_psram_text_segment()
69 bus_mask = cache_ll_l1_get_bus(1, SOC_EXTRAM_DATA_HIGH, 0); in mmu_config_psram_text_segment()
111 cache_bus_mask_t bus_mask = cache_ll_l1_get_bus(0, SOC_EXTRAM_DATA_HIGH, 0); in mmu_config_psram_rodata_segment()
114 bus_mask = cache_ll_l1_get_bus(1, SOC_EXTRAM_DATA_HIGH, 0); in mmu_config_psram_rodata_segment()
Desp_psram.c213 …cache_bus_mask_t bus_mask = cache_ll_l1_get_bus(0, (uint32_t)v_start_8bit_aligned, actual_mapped_l… in esp_psram_init()
216 bus_mask = cache_ll_l1_get_bus(1, (uint32_t)v_start_8bit_aligned, actual_mapped_len); in esp_psram_init()
253 …cache_bus_mask_t bus_mask = cache_ll_l1_get_bus(0, (uint32_t)v_start_32bit_aligned, actual_mapped_… in esp_psram_init()
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/
Dcache_ll.h41 static inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_… in cache_ll_l1_get_bus() function
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/
Dcache_ll.h41 static inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_… in cache_ll_l1_get_bus() function
/hal_espressif-3.7.0/components/hal/esp32c3/include/hal/
Dcache_ll.h51 static inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_… in cache_ll_l1_get_bus() function
/hal_espressif-3.7.0/components/hal/esp32c2/include/hal/
Dcache_ll.h50 static inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_… in cache_ll_l1_get_bus() function
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Dcache_ll.h39 static inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_… in cache_ll_l1_get_bus() function
/hal_espressif-3.7.0/components/bootloader_support/src/
Dbootloader_utility.c887 cache_bus_mask_t bus_mask = cache_ll_l1_get_bus(0, drom_load_addr_aligned, drom_size);
889 bus_mask = cache_ll_l1_get_bus(0, irom_load_addr_aligned, irom_size);
893 bus_mask = cache_ll_l1_get_bus(1, drom_load_addr_aligned, drom_size);
895 bus_mask = cache_ll_l1_get_bus(1, irom_load_addr_aligned, irom_size);
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dcache_ll.h54 static inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_… in cache_ll_l1_get_bus() function
/hal_espressif-3.7.0/components/esp_mm/
Desp_mmu_map.c136 …cache_bus_mask_t bus_mask = cache_ll_l1_get_bus(0, (uint32_t)&_instruction_reserved_start, irom_le… in s_reserve_irom_region()
164 …cache_bus_mask_t bus_mask = cache_ll_l1_get_bus(0, (uint32_t)&_rodata_reserved_start, drom_len_to_… in s_reserve_drom_region()
398 cache_bus_mask_t bus_mask = cache_ll_l1_get_bus(0, vaddr_start, size); in s_do_mapping()
401 bus_mask = cache_ll_l1_get_bus(0, vaddr_start, size); in s_do_mapping()
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Dcache_ll.h35 static inline cache_bus_mask_t cache_ll_l1_get_bus(uint32_t cache_id, uint32_t vaddr_start, uint32_… in cache_ll_l1_get_bus() function