Searched refs:MEMPROT_OP_WRITE (Results 1 – 4 of 4) sorted by relevance
230 bool w = flags & MEMPROT_OP_WRITE; in esp_mprot_set_pms_area()321 *flags |= MEMPROT_OP_WRITE; in esp_mprot_get_pms_area()572 …operation = memprot_ll_iram0_get_monitor_status_fault_wr() == 1 ? MEMPROT_OP_WRITE : MEMPROT_OP_RE… in esp_mprot_get_violate_operation()575 …operation = memprot_ll_dram0_get_monitor_status_fault_wr() == 1 ? MEMPROT_OP_WRITE : MEMPROT_OP_RE… in esp_mprot_get_violate_operation()578 …operation = memprot_ll_rtcfast_get_monitor_status_fault_wr() == 1 ? MEMPROT_OP_WRITE : MEMPROT_OP_… in esp_mprot_get_violate_operation()707 …RR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_1, MEMPROT_OP_READ | MEMPROT_OP_WRITE)) in esp_mprot_set_prot()708 …RR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_2, MEMPROT_OP_READ | MEMPROT_OP_WRITE)) in esp_mprot_set_prot()709 …RR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_3, MEMPROT_OP_READ | MEMPROT_OP_WRITE)) in esp_mprot_set_prot()717 …ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_RTCFAST_HI, MEMPROT_OP_READ | MEMPROT_OP_WRITE)) in esp_mprot_set_prot()
30 #define MEMPROT_OP_WRITE 0x00000002 macro
41 case MEMPROT_OP_WRITE: return "WRITE"; in esp_mprot_oper_type_to_str()
219 *write = flags & MEMPROT_OP_WRITE; in test_mprot_get_permissions()234 flags |= MEMPROT_OP_WRITE; in test_mprot_set_permissions()