Searched refs:_pos (Results 1 – 1 of 1) sorted by relevance
135 #define VIRT_FOREACH(_base, _size, _pos) \ argument136 for ((_pos) = (_base); \137 (_pos) < ((uint8_t *)(_base) + (_size)); (_pos) += CONFIG_MMU_PAGE_SIZE)139 #define PHYS_FOREACH(_base, _size, _pos) \ argument140 for ((_pos) = (_base); \141 (_pos) < ((uintptr_t)(_base) + (_size)); (_pos) += CONFIG_MMU_PAGE_SIZE)