Searched refs:SOC_IROM_HIGH (Results 1 – 14 of 14) sorted by relevance
85 PMP_ENTRY_SET(9, SOC_IROM_HIGH, RX); in esp_cpu_configure_region_protection()87 _Static_assert(SOC_IROM_LOW < SOC_IROM_HIGH, "Invalid IROM region"); in esp_cpu_configure_region_protection()91 _Static_assert(SOC_IROM_HIGH < SOC_RTC_IRAM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
174 const uint32_t pmpaddr8 = PMPADDR_NAPOT(SOC_IROM_LOW, SOC_IROM_HIGH); in esp_cpu_configure_region_protection()176 _Static_assert(SOC_IROM_LOW < SOC_IROM_HIGH, "Invalid I/D_Cache region"); in esp_cpu_configure_region_protection()
158 #define SOC_IROM_HIGH (SOC_IROM_LOW + (CONFIG_MMU_PAGE_SIZE<<8)) macro160 #define SOC_DROM_HIGH SOC_IROM_HIGH
156 #define SOC_IROM_HIGH (SOC_IROM_LOW + (SOC_MMU_PAGE_SIZE<<8)) macro158 #define SOC_DROM_HIGH SOC_IROM_HIGH
216 return (ip >= SOC_IROM_LOW && ip < SOC_IROM_HIGH) in esp_ptr_executable()
165 #define SOC_IROM_HIGH 0x42400000 macro
162 #define SOC_IROM_HIGH 0x40800000 macro
157 #define SOC_IROM_HIGH 0x42800000 macro
173 #define SOC_IROM_HIGH 0x44000000 macro
177 #define SOC_IROM_HIGH 0x40400000 macro
106 if (epc < SOC_IROM_MASK_LOW || epc >= SOC_IROM_HIGH) { in print_illegal_instruction_details()
804 if (header->load_addr >= SOC_IROM_LOW && header->load_addr < SOC_IROM_HIGH) {
768 return (load_addr >= SOC_IROM_LOW && load_addr < SOC_IROM_HIGH) in should_map()