/hal_espressif-3.7.0/components/esp_psram/ |
D | mmu_psram_flash.c | 66 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()
|
D | esp_psram.c | 213 …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/ |
D | cache_ll.h | 41 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/ |
D | cache_ll.h | 41 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/ |
D | cache_ll.h | 51 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/ |
D | cache_ll.h | 50 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/ |
D | cache_ll.h | 39 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/ |
D | bootloader_utility.c | 887 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/ |
D | cache_ll.h | 54 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/ |
D | esp_mmu_map.c | 136 …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/ |
D | cache_ll.h | 35 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
|