Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dtee.c54 struct tee_shm *alloc_shm; member
87 rc = tee_shm_alloc(dev, 256, 0, &vars->alloc_shm); in test_tee()
92 ut_assert(tee_shm_is_registered(vars->alloc_shm, dev)); in test_tee()
96 tee_shm_free(vars->alloc_shm); in test_tee()
97 vars->alloc_shm = NULL; in test_tee()
110 tee_shm_free(vars.alloc_shm); in dm_test_tee()