Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dmmu.c135 #define VIRT_FOREACH(_base, _size, _pos) \ argument
136 for ((_pos) = (_base); \
137 (_pos) < ((uint8_t *)(_base) + (_size)); (_pos) += CONFIG_MMU_PAGE_SIZE)
139 #define PHYS_FOREACH(_base, _size, _pos) \ argument
140 for ((_pos) = (_base); \
141 (_pos) < ((uintptr_t)(_base) + (_size)); (_pos) += CONFIG_MMU_PAGE_SIZE)