Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/amdtee/
H A Dcore.c172 size_t *ta_size) in copy_ta_binary() argument
204 *ta_size = roundup(fw->size, PAGE_SIZE); in copy_ta_binary()
205 *ta = (void *)__get_free_pages(GFP_KERNEL, get_order(*ta_size)); in copy_ta_binary()
238 size_t ta_size; in amdtee_open_session() local
247 rc = copy_ta_binary(ctx, &arg->uuid[0], &ta, &ta_size); in amdtee_open_session()
254 handle_load_ta(ta, ta_size, arg); in amdtee_open_session()
301 free_pages((u64)ta, get_order(ta_size)); in amdtee_open_session()