Searched refs:PMP_X (Results 1 – 5 of 5) sorted by relevance
26 #define CONDITIONAL_RX PMP_R | PMP_X28 #define CONDITIONAL_RWX PMP_R | PMP_W | PMP_X56 const unsigned X = PMP_L | PMP_X; in esp_cpu_configure_region_protection()58 const unsigned RX = PMP_L | PMP_R | PMP_X; in esp_cpu_configure_region_protection()59 const unsigned RWX = PMP_L | PMP_R | PMP_W | PMP_X; in esp_cpu_configure_region_protection()
17 #define CONDITIONAL_RX PMP_R | PMP_X19 #define CONDITIONAL_RWX PMP_R | PMP_W | PMP_X107 const unsigned RX = PMP_L | PMP_R | PMP_X; in esp_cpu_configure_region_protection()108 const unsigned RWX = PMP_L | PMP_R | PMP_W | PMP_X; in esp_cpu_configure_region_protection()
35 const unsigned RX = PMP_L | PMP_TOR | PMP_R | PMP_X; in esp_cpu_configure_region_protection()36 const unsigned RWX = PMP_L | PMP_TOR | PMP_R | PMP_W | PMP_X; in esp_cpu_configure_region_protection()
166 #define PMP_X 0x04 macro