Home
last modified time | relevance | path

Searched refs:SOC_IROM_MASK_LOW (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Dcpu_region_protect.c71 _Static_assert(SOC_DROM_MASK_HIGH < SOC_IROM_MASK_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
72 _Static_assert(SOC_IROM_MASK_LOW < SOC_IROM_MASK_HIGH, "Invalid mask IROM region"); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c44 PMA_ENTRY_SET_TOR(2, SOC_IROM_MASK_LOW, PMA_TOR | PMA_NONE); in esp_cpu_configure_invalid_regions()
125 PMP_ENTRY_SET(1, SOC_IROM_MASK_LOW, NONE); in esp_cpu_configure_region_protection()
127 _Static_assert(SOC_IROM_MASK_LOW < SOC_IROM_MASK_HIGH, "Invalid I/D-ROM region"); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c44 PMA_ENTRY_SET_TOR(2, SOC_IROM_MASK_LOW, PMA_TOR | PMA_NONE); in esp_cpu_configure_invalid_regions()
125 PMP_ENTRY_SET(1, SOC_IROM_MASK_LOW, NONE); in esp_cpu_configure_region_protection()
127 _Static_assert(SOC_IROM_MASK_LOW < SOC_IROM_MASK_HIGH, "Invalid I/D-ROM region"); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dmmu.h26 #define SOC_MMU_VADDR1_START_ADDR SOC_IROM_MASK_LOW
Dsoc.h178 #define SOC_IROM_MASK_LOW 0x40000000 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dmmu.h25 #define SOC_MMU_VADDR1_START_ADDR SOC_IROM_MASK_LOW
Dsoc.h163 #define SOC_IROM_MASK_LOW 0x40000000 macro
/hal_espressif-latest/components/esp_hw_support/include/
Desp_memory_utils.h218 || (ip >= SOC_IROM_MASK_LOW && ip < SOC_IROM_MASK_HIGH) in esp_ptr_executable()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc.h166 #define SOC_IROM_MASK_LOW 0x40000000 macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h161 #define SOC_IROM_MASK_LOW 0x40000000 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h159 #define SOC_IROM_MASK_LOW 0x40000000 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h158 #define SOC_IROM_MASK_LOW 0x40000000 macro
/hal_espressif-latest/components/esp_coex/src/
Dcoexist_debug.c103 … if ((uint32_t)rom_funcs[i] >= SOC_IROM_MASK_LOW && (uint32_t)rom_funcs[i] <= SOC_IROM_MASK_HIGH) { in check_funcs_in_rom()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc.h189 #define SOC_IROM_MASK_LOW 0x40000000 macro
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_arch.c106 if (epc < SOC_IROM_MASK_LOW || epc >= SOC_IROM_HIGH) { in print_illegal_instruction_details()