Searched refs:esp_ptr_in_dram (Results 1 – 7 of 7) sorted by relevance
108 if (!esp_ptr_in_dram((void *)load_header.dram_dest_addr) || in esp_app_image_load()109 !esp_ptr_in_dram((void *)(load_header.dram_dest_addr + load_header.dram_size))) { in esp_app_image_load()
57 inline static bool esp_ptr_in_dram(const void *p) { in esp_ptr_in_dram() function
865 direct_read |= esp_ptr_in_dram(buffer); in esp_flash_read()1025 direct_write |= esp_ptr_in_dram(buffer); in esp_flash_write()1262 lock_once = esp_ptr_in_dram(buffer); in esp_flash_write_encrypted()
87 return esp_ptr_in_dram(sp) in esp_task_stack_is_sane_cache_disabled()
379 … if (esp_ptr_in_dram(load_addr_p) && esp_ptr_in_dram(load_inclusive_end_p)) { /* Writing to DRAM */ in verify_load_addresses()
876 if (!esp_ptr_in_dram(tx_data)) { in start_command_write_blocks()