Searched refs:REGION_TOP (Results 1 – 1 of 1) sorted by relevance
| /subsys/llext/ |
| A D | llext_load.c | 215 #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))) 484 i, REGION_BOT(x, sh_addr), REGION_TOP(x, sh_addr), in llext_map_sections() 485 j, REGION_BOT(y, sh_addr), REGION_TOP(y, sh_addr)); in llext_map_sections() 502 i, REGION_BOT(x, sh_offset), REGION_TOP(x, sh_offset), in llext_map_sections() 503 j, REGION_BOT(y, sh_offset), REGION_TOP(y, sh_offset)); in llext_map_sections()
|
Completed in 13 milliseconds