Searched refs:entry_slot_e (Results 1 – 1 of 1) sorted by relevance
417 struct xtensa_mpu_entry *entry_slot_s, *entry_slot_e, prev_entry; in mpu_map_region_add() local460 entry_slot_e = &entries[XTENSA_MPU_NUM_ENTRIES - 1]; in mpu_map_region_add()464 xtensa_mpu_entry_set(entry_slot_e, end_addr, false, in mpu_map_region_add()486 entry_slot_e = (struct xtensa_mpu_entry *) in mpu_map_region_add()491 __ASSERT_NO_MSG(entry_slot_e != NULL); in mpu_map_region_add()494 if ((entry_slot_s == NULL) || (entry_slot_e == NULL)) { in mpu_map_region_add()520 prev_entry = *entry_slot_e; in mpu_map_region_add()555 entry_slot_e = &entries[first_enabled_idx]; in mpu_map_region_add()562 *entry_slot_e = prev_entry; in mpu_map_region_add()563 xtensa_mpu_entry_start_address_set(entry_slot_e, end_addr); in mpu_map_region_add()[all …]