Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_load.c215 #define REGION_TOP(reg, field) (size_t)(reg->field + reg->sh_size - 1) macro
219 ((REGION_BOT(x, f) <= REGION_BOT(y, f) && REGION_TOP(x, f) >= REGION_BOT(y, f)) || \
220 (REGION_BOT(y, f) <= REGION_BOT(x, f) && REGION_TOP(y, f) >= REGION_BOT(x, f)))
469 i, REGION_BOT(x, sh_addr), REGION_TOP(x, sh_addr), in llext_map_sections()
470 j, REGION_BOT(y, sh_addr), REGION_TOP(y, sh_addr)); in llext_map_sections()
487 i, REGION_BOT(x, sh_offset), REGION_TOP(x, sh_offset), in llext_map_sections()
488 j, REGION_BOT(y, sh_offset), REGION_TOP(y, sh_offset)); in llext_map_sections()