Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api.c237 static bool bufs_intersect(void *buf1, size_t sz1, void *buf2, size_t sz2) in bufs_intersect() argument
242 vaddr_t e2 = b2 + sz2 - 1; in bufs_intersect()
244 if (!sz1 || !sz2) in bufs_intersect()
/optee_os/core/mm/
H A Dcore_mmu.c588 #define MSG_MEM_INSTERSECT(pa1, sz1, pa2, sz2) \ argument
590 pa1, (uint64_t)pa1 + (sz1), pa2, (uint64_t)pa2 + (sz2))