Lines Matching refs:mapped_regions
89 psram_mem_t mapped_regions[PSRAM_MEM_TYPE_NUM]; //mapped memory regions member
221 s_psram_ctx.mapped_regions[PSRAM_MEM_8BIT_ALIGNED].size = size_to_map; in esp_psram_init()
222 s_psram_ctx.mapped_regions[PSRAM_MEM_8BIT_ALIGNED].vaddr_start = (intptr_t)v_start_8bit_aligned; in esp_psram_init()
223 …s_psram_ctx.mapped_regions[PSRAM_MEM_8BIT_ALIGNED].vaddr_end = (intptr_t)v_start_8bit_aligned + si… in esp_psram_init()
227 …(TAG, "8bit-aligned-range: 0x%x B, starting from: 0x%x", s_psram_ctx.mapped_regions[PSRAM_MEM_8BIT… in esp_psram_init()
256 s_psram_ctx.mapped_regions[PSRAM_MEM_32BIT_ALIGNED].size = size_to_map; in esp_psram_init()
257 … s_psram_ctx.mapped_regions[PSRAM_MEM_32BIT_ALIGNED].vaddr_start = (intptr_t)v_start_32bit_aligned; in esp_psram_init()
258 …s_psram_ctx.mapped_regions[PSRAM_MEM_32BIT_ALIGNED].vaddr_end = (intptr_t)v_start_32bit_aligned + … in esp_psram_init()
262 …TAG, "32bit-aligned-range: 0x%x B, starting from: 0x%x", s_psram_ctx.mapped_regions[PSRAM_MEM_32BI… in esp_psram_init()
344 … ((intptr_t)p >= s_psram_ctx.mapped_regions[PSRAM_MEM_8BIT_ALIGNED].vaddr_start && (intptr_t)p < s… in esp_psram_check_ptr_addr()
345 …((intptr_t)p >= s_psram_ctx.mapped_regions[PSRAM_MEM_32BIT_ALIGNED].vaddr_start && (intptr_t)p < s… in esp_psram_check_ptr_addr()
448 test_success = s_test_psram(s_psram_ctx.mapped_regions[PSRAM_MEM_8BIT_ALIGNED].vaddr_start, in esp_psram_extram_test()
449 s_psram_ctx.mapped_regions[PSRAM_MEM_8BIT_ALIGNED].size, in esp_psram_extram_test()
456 if (s_psram_ctx.mapped_regions[PSRAM_MEM_32BIT_ALIGNED].size) { in esp_psram_extram_test()
457 test_success = s_test_psram(s_psram_ctx.mapped_regions[PSRAM_MEM_32BIT_ALIGNED].vaddr_start, in esp_psram_extram_test()
458 s_psram_ctx.mapped_regions[PSRAM_MEM_32BIT_ALIGNED].size, in esp_psram_extram_test()