Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dmem_domain.c29 uintptr_t pstart, pend, dstart, dend; in check_add_partition() local
75 dend = dstart + dpart->size; in check_add_partition()
77 if (pend > dstart && dend > pstart) { in check_add_partition()