Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dtee_mm.h108 bool tee_mm_addr_is_within_range(const tee_mm_pool_t *pool, paddr_t addr);
/optee_os/core/mm/
H A Dtee_mm.c321 bool tee_mm_addr_is_within_range(const tee_mm_pool_t *pool, paddr_t addr) in tee_mm_addr_is_within_range() function
348 if (!tee_mm_addr_is_within_range(pool, addr)) in tee_mm_find()