Searched refs:ta_size (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tee/amdtee/ |
| H A D | core.c | 172 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() 300 free_pages((u64)ta, get_order(ta_size)); in amdtee_open_session()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | install_ta.c | 82 size_t ta_size = 0; in install_file() local 85 ta = read_ta(dirname, filename, &ta_size); in install_file() 86 install_ta(sess, ta, ta_size); in install_file()
|