Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_utils.c374 const struct shell_static_entry *prev_entry = NULL; in z_shell_get_last_command() local
388 prev_entry = entry; in z_shell_get_last_command()
393 entry = prev_entry; in z_shell_get_last_command()
/Zephyr-latest/arch/xtensa/core/
Dmpu.c417 struct xtensa_mpu_entry *entry_slot_s, *entry_slot_e, prev_entry; in mpu_map_region_add() local
520 prev_entry = *entry_slot_e; in mpu_map_region_add()
562 *entry_slot_e = prev_entry; in mpu_map_region_add()