Searched refs:entry_slot_s (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | mpu.c | 417 struct xtensa_mpu_entry *entry_slot_s, *entry_slot_e, prev_entry; in mpu_map_region_add() local 445 entry_slot_s = &entries[XTENSA_MPU_NUM_ENTRIES - 1]; in mpu_map_region_add() 447 xtensa_mpu_entry_set(entry_slot_s, start_addr, true, in mpu_map_region_add() 459 entry_slot_s = &entries[XTENSA_MPU_NUM_ENTRIES - 2]; in mpu_map_region_add() 462 xtensa_mpu_entry_set(entry_slot_s, start_addr, true, in mpu_map_region_add() 483 entry_slot_s = (struct xtensa_mpu_entry *) in mpu_map_region_add() 490 __ASSERT_NO_MSG(entry_slot_s != NULL); in mpu_map_region_add() 494 if ((entry_slot_s == NULL) || (entry_slot_e == NULL)) { in mpu_map_region_add() 536 entry_slot_s = &entries[first_enabled_idx]; in mpu_map_region_add() 539 xtensa_mpu_entry_set(entry_slot_s, start_addr, true, access_rights, memory_type); in mpu_map_region_add() [all …]
|