Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Dmpu.c415 bool exact_s, exact_e; in mpu_map_region_add() local
488 &exact_e, &idx_e); in mpu_map_region_add()
504 if (!exact_s || !exact_e) { in mpu_map_region_add()
505 uint8_t needed = (exact_s ? 0 : 1) + (exact_e ? 0 : 1); in mpu_map_region_add()
548 if (!exact_e) { in mpu_map_region_add()
578 &exact_e, &idx_e); in mpu_map_region_add()
582 __ASSERT_NO_MSG(exact_e); in mpu_map_region_add()