Home
last modified time | relevance | path

Searched refs:last_entry (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/xtensa/core/
Dmpu.c435 struct xtensa_mpu_entry *last_entry = &entries[XTENSA_MPU_NUM_ENTRIES - 1]; in mpu_map_region_add() local
437 if (!xtensa_mpu_entry_enable_get(last_entry) && in mpu_map_region_add()
438 (xtensa_mpu_entry_start_address_get(last_entry) == 0U)) { in mpu_map_region_add()
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c454 bool last_entry = next_path[0] == '\0'; in ext2_lookup_inode() local
456 if (!last_entry) { in ext2_lookup_inode()